Skip to content

Commit

Permalink
0.0.160
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 29, 2024
1 parent ede5206 commit 2f73f9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions imports/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type Preloaded = {
}

export async function preloadQueries(deep) {
const Preload = await deep.id('@deep-foundation/preload', 'Preload', true);
const packagesQ = {
type_id: {
_nin: [
Expand All @@ -32,6 +33,7 @@ export async function preloadQueries(deep) {
tree_id: { _eq: deep.idLocal('@deep-foundation/core', 'containTree') },
parent: {
type_id: { _eq: deep.idLocal('@deep-foundation/core', 'Package') },
...(Preload ? { in: { type_id: await deep.id('@deep-foundation/preload', 'Preload') } } : {}),
string: { value: { _neq: 'deep' } },
},
},
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.129",
"version": "0.0.130",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand All @@ -16,7 +16,7 @@
"app:dev": "npm run app:sync; (cd ../; rm -rf app; npm run dev)"
},
"peerDependencies": {
"@deep-foundation/deeplinks": "^0.0.579",
"@deep-foundation/deeplinks": "^0.0.583",
"next": "^14.2.13",
"react": "^18.3.1"
},
Expand Down

0 comments on commit 2f73f9a

Please sign in to comment.