@xyo-network/diviner-boundwitness-indexeddb 5.3.0 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,5 @@
1
- export declare const IndexedDbBoundWitnessDivinerSchema: "network.xyo.diviner.boundwitness.indexeddb";
1
+ export declare const IndexedDbBoundWitnessDivinerSchema: `${"network.xyo.diviner.boundwitness" & {
2
+ readonly __schema: true;
3
+ }}.indexeddb`;
2
4
  export type IndexedDbBoundWitnessDivinerSchema = typeof IndexedDbBoundWitnessDivinerSchema;
3
5
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kCAAkC,8CAAoD,CAAA;AACnG,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kCAAkC;;aAAoD,CAAA;AACnG,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-boundwitness-indexeddb",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -37,14 +37,14 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@xylabs/sdk-js": "~5.0.64",
40
- "@xyo-network/archivist-indexeddb": "~5.3.0",
41
- "@xyo-network/archivist-model": "~5.3.0",
42
- "@xyo-network/boundwitness-model": "~5.3.0",
43
- "@xyo-network/diviner-boundwitness-abstract": "~5.3.0",
44
- "@xyo-network/diviner-boundwitness-model": "~5.3.0",
45
- "@xyo-network/diviner-model": "~5.3.0",
46
- "@xyo-network/module-model": "~5.3.0",
47
- "@xyo-network/payload-model": "~5.3.0",
40
+ "@xyo-network/archivist-indexeddb": "~5.3.1",
41
+ "@xyo-network/archivist-model": "~5.3.1",
42
+ "@xyo-network/boundwitness-model": "~5.3.1",
43
+ "@xyo-network/diviner-boundwitness-abstract": "~5.3.1",
44
+ "@xyo-network/diviner-boundwitness-model": "~5.3.1",
45
+ "@xyo-network/diviner-model": "~5.3.1",
46
+ "@xyo-network/module-model": "~5.3.1",
47
+ "@xyo-network/payload-model": "~5.3.1",
48
48
  "idb": "~8.0.3"
49
49
  },
50
50
  "devDependencies": {
@@ -52,10 +52,10 @@
52
52
  "@xylabs/ts-scripts-yarn3": "~7.3.2",
53
53
  "@xylabs/tsconfig": "~7.3.2",
54
54
  "@xylabs/vitest-extended": "~5.0.64",
55
- "@xyo-network/archivist-indexeddb": "~5.3.0",
56
- "@xyo-network/boundwitness-builder": "~5.3.0",
57
- "@xyo-network/node-memory": "~5.3.0",
58
- "@xyo-network/payload-builder": "~5.3.0",
55
+ "@xyo-network/archivist-indexeddb": "~5.3.1",
56
+ "@xyo-network/boundwitness-builder": "~5.3.1",
57
+ "@xyo-network/node-memory": "~5.3.1",
58
+ "@xyo-network/payload-builder": "~5.3.1",
59
59
  "fake-indexeddb": "~6.2.5",
60
60
  "typescript": "~5.9.3",
61
61
  "vitest": "~4.0.18"