@xyo-network/diviner-schema-list-abstract 2.72.8 → 2.72.9

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.
Files changed (2) hide show
  1. package/dist/docs.json +3 -3
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -5013,7 +5013,7 @@
5013
5013
  "sources": [
5014
5014
  {
5015
5015
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5016
- "line": 38,
5016
+ "line": 37,
5017
5017
  "character": 8
5018
5018
  }
5019
5019
  ],
@@ -5026,7 +5026,7 @@
5026
5026
  "sources": [
5027
5027
  {
5028
5028
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5029
- "line": 38,
5029
+ "line": 37,
5030
5030
  "character": 4
5031
5031
  }
5032
5032
  ],
@@ -17474,7 +17474,7 @@
17474
17474
  "fileName": "modules/packages/diviner/packages/schemalist/packages/abstract/src/Diviner.ts",
17475
17475
  "line": 4,
17476
17476
  "character": 22,
17477
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7dd5ad12b4447/packages/modules/packages/diviner/packages/schemalist/packages/abstract/src/Diviner.ts#L4"
17477
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/modules/packages/diviner/packages/schemalist/packages/abstract/src/Diviner.ts#L4"
17478
17478
  }
17479
17479
  ],
17480
17480
  "typeParameters": [
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/abstract-diviner": "~2.72.8",
14
- "@xyo-network/diviner-schema-list-model": "~2.72.8"
13
+ "@xyo-network/abstract-diviner": "~2.72.9",
14
+ "@xyo-network/diviner-schema-list-model": "~2.72.9"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "types": "dist/types/index.d.ts",
54
- "version": "2.72.8"
54
+ "version": "2.72.9"
55
55
  }