Upgrade to new version of nextgraph

main
Jackson Morgan 5 months ago
parent 9559bb2b39
commit 82ca1be8ac
  1. 8
      package-lock.json
  2. 2
      packages/connected-nextgraph/package.json
  3. 2
      packages/connected-nextgraph/src/NextGraphConnectedPlugin.ts
  4. BIN
      packages/connected-nextgraph/test/ngd

8
package-lock.json generated

@ -18782,9 +18782,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/nextgraph": { "node_modules/nextgraph": {
"version": "0.1.1-alpha.5", "version": "0.1.1-alpha.7",
"resolved": "https://registry.npmjs.org/nextgraph/-/nextgraph-0.1.1-alpha.5.tgz", "resolved": "https://registry.npmjs.org/nextgraph/-/nextgraph-0.1.1-alpha.7.tgz",
"integrity": "sha512-RtJ/Oy+PfvjwnwmTpIeIjesi9y71AuZ9MbIjZ6TKb7aZwYvhabFKhx1CTpenvTQJ077DxbNUptpOMPvmIdMeIQ==", "integrity": "sha512-Dd0Fl18roKVxAHm0Z39k5Ylsgbqkev0JFOveUYnp5fLYwmECm2gUhO/Nb1P8m79V7D/jW6rHEU5edQA5sx0zFg==",
"license": "MIT/Apache-2.0" "license": "MIT/Apache-2.0"
}, },
"node_modules/node-addon-api": { "node_modules/node-addon-api": {
@ -26459,7 +26459,7 @@
"@solid-notifications/subscription": "^0.1.2", "@solid-notifications/subscription": "^0.1.2",
"cross-fetch": "^3.1.6", "cross-fetch": "^3.1.6",
"http-link-header": "^1.1.1", "http-link-header": "^1.1.1",
"nextgraph": "^0.1.1-alpha.5", "nextgraph": "^0.1.1-alpha.7",
"ws": "^8.18.0" "ws": "^8.18.0"
}, },
"devDependencies": { "devDependencies": {

@ -47,7 +47,7 @@
"@solid-notifications/subscription": "^0.1.2", "@solid-notifications/subscription": "^0.1.2",
"cross-fetch": "^3.1.6", "cross-fetch": "^3.1.6",
"http-link-header": "^1.1.1", "http-link-header": "^1.1.1",
"nextgraph": "^0.1.1-alpha.5", "nextgraph": "^0.1.1-alpha.7",
"ws": "^8.18.0" "ws": "^8.18.0"
}, },
"files": [ "files": [

@ -67,9 +67,9 @@ export const nextGraphConnectedPlugin: NextGraphConnectedPlugin = {
context.nextgraph.sessionId, context.nextgraph.sessionId,
"Graph", "Graph",
"data:graph", "data:graph",
"store",
storeType, storeType,
storeRepo, storeRepo,
"store",
); );
const newResource = new NextGraphResource(nuri, context); const newResource = new NextGraphResource(nuri, context);
await newResource.read(); await newResource.read();

Loading…
Cancel
Save