@dsnp/graph-sdk
Advanced tools
Comparing version
@@ -19,2 +19,3 @@ "use strict"; | ||
config.schemaMap = { 1: schemaConfig }; | ||
config.graphPublicKeySchemaId = 11; | ||
return config; | ||
@@ -37,2 +38,3 @@ } | ||
expect(config).toBeDefined(); | ||
expect(config.graphPublicKeySchemaId).toEqual(11); | ||
await graph.freeGraphState(); | ||
@@ -45,2 +47,3 @@ }); | ||
expect(config).toBeDefined(); | ||
expect(config.graphPublicKeySchemaId).toEqual(5); | ||
const schema_id = await graph.getSchemaIdFromConfig(environment, config_1.ConnectionType.Follow, config_1.PrivacyType.Public); | ||
@@ -47,0 +50,0 @@ expect(schema_id).toEqual(1); |
@@ -18,2 +18,3 @@ "use strict"; | ||
config.schemaMap = { 1: schemaConfig }; | ||
config.graphPublicKeySchemaId = 11; | ||
return config; | ||
@@ -20,0 +21,0 @@ } |
@@ -25,2 +25,3 @@ declare enum DsnpVersion { | ||
}; | ||
graphPublicKeySchemaId: number; | ||
dsnpVersions: DsnpVersion[]; | ||
@@ -27,0 +28,0 @@ } |
{ | ||
"name": "@dsnp/graph-sdk", | ||
"version": "0.0.0-e04907", | ||
"version": "0.0.0-eafd37", | ||
"author": "Amplica Labs", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6370620
0.08%728
0.69%