diff --git a/package-lock.json b/package-lock.json index 9d198fd..194851b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18782,9 +18782,9 @@ "license": "MIT" }, "node_modules/nextgraph": { - "version": "0.1.1-alpha.5", - "resolved": "https://registry.npmjs.org/nextgraph/-/nextgraph-0.1.1-alpha.5.tgz", - "integrity": "sha512-RtJ/Oy+PfvjwnwmTpIeIjesi9y71AuZ9MbIjZ6TKb7aZwYvhabFKhx1CTpenvTQJ077DxbNUptpOMPvmIdMeIQ==", + "version": "0.1.1-alpha.7", + "resolved": "https://registry.npmjs.org/nextgraph/-/nextgraph-0.1.1-alpha.7.tgz", + "integrity": "sha512-Dd0Fl18roKVxAHm0Z39k5Ylsgbqkev0JFOveUYnp5fLYwmECm2gUhO/Nb1P8m79V7D/jW6rHEU5edQA5sx0zFg==", "license": "MIT/Apache-2.0" }, "node_modules/node-addon-api": { @@ -26459,7 +26459,7 @@ "@solid-notifications/subscription": "^0.1.2", "cross-fetch": "^3.1.6", "http-link-header": "^1.1.1", - "nextgraph": "^0.1.1-alpha.5", + "nextgraph": "^0.1.1-alpha.7", "ws": "^8.18.0" }, "devDependencies": { diff --git a/packages/connected-nextgraph/package.json b/packages/connected-nextgraph/package.json index deb2c8f..2cc8883 100644 --- a/packages/connected-nextgraph/package.json +++ b/packages/connected-nextgraph/package.json @@ -47,7 +47,7 @@ "@solid-notifications/subscription": "^0.1.2", "cross-fetch": "^3.1.6", "http-link-header": "^1.1.1", - "nextgraph": "^0.1.1-alpha.5", + "nextgraph": "^0.1.1-alpha.7", "ws": "^8.18.0" }, "files": [ diff --git a/packages/connected-nextgraph/src/NextGraphConnectedPlugin.ts b/packages/connected-nextgraph/src/NextGraphConnectedPlugin.ts index 729e4e5..d84f9bd 100644 --- a/packages/connected-nextgraph/src/NextGraphConnectedPlugin.ts +++ b/packages/connected-nextgraph/src/NextGraphConnectedPlugin.ts @@ -67,9 +67,9 @@ export const nextGraphConnectedPlugin: NextGraphConnectedPlugin = { context.nextgraph.sessionId, "Graph", "data:graph", + "store", storeType, storeRepo, - "store", ); const newResource = new NextGraphResource(nuri, context); await newResource.read(); diff --git a/packages/connected-nextgraph/test/ngd b/packages/connected-nextgraph/test/ngd index 7fcb174..bd99400 100755 Binary files a/packages/connected-nextgraph/test/ngd and b/packages/connected-nextgraph/test/ngd differ