@xyo-network/diviner-address-space-model 2.107.1 → 2.107.4
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.
- package/dist/browser/index.cjs +34 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +11 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +34 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +11 -1
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +40 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +11 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +5 -5
package/dist/browser/index.cjs
CHANGED
|
@@ -1,2 +1,35 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/index.ts
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
|
+
AddressSpaceBatchDivinerConfigSchema: () => AddressSpaceBatchDivinerConfigSchema,
|
|
24
|
+
AddressSpaceDivinerConfigSchema: () => AddressSpaceDivinerConfigSchema,
|
|
25
|
+
AddressSpaceSchema: () => AddressSpaceSchema
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
|
|
29
|
+
// src/Schema.ts
|
|
30
|
+
var AddressSpaceSchema = "network.xyo.diviner.address.space";
|
|
31
|
+
|
|
32
|
+
// src/Config.ts
|
|
33
|
+
var AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`;
|
|
34
|
+
var AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`;
|
|
2
35
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Schema'\n","export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Schema'\n","export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;ACCO,IAAMA,qBAAyC;;;ACI/C,IAAMC,kCAAmE,GAAGC,kBAAAA;AAQ5E,IAAMC,uCAA6E,GAAGD,kBAAAA;","names":["AddressSpaceSchema","AddressSpaceDivinerConfigSchema","AddressSpaceSchema","AddressSpaceBatchDivinerConfigSchema"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var AddressSpaceSchema = "network.xyo.diviner.address.space";
|
|
3
|
+
|
|
4
|
+
// src/Config.ts
|
|
5
|
+
var AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`;
|
|
6
|
+
var AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`;
|
|
7
|
+
export {
|
|
8
|
+
AddressSpaceBatchDivinerConfigSchema,
|
|
9
|
+
AddressSpaceDivinerConfigSchema,
|
|
10
|
+
AddressSpaceSchema
|
|
11
|
+
};
|
|
2
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":"AACO,IAAMA,
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":";AACO,IAAMA,qBAAyC;;;ACI/C,IAAMC,kCAAmE,GAAGC,kBAAAA;AAQ5E,IAAMC,uCAA6E,GAAGD,kBAAAA;","names":["AddressSpaceSchema","AddressSpaceDivinerConfigSchema","AddressSpaceSchema","AddressSpaceBatchDivinerConfigSchema"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,2 +1,35 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/index.ts
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
|
+
AddressSpaceBatchDivinerConfigSchema: () => AddressSpaceBatchDivinerConfigSchema,
|
|
24
|
+
AddressSpaceDivinerConfigSchema: () => AddressSpaceDivinerConfigSchema,
|
|
25
|
+
AddressSpaceSchema: () => AddressSpaceSchema
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
|
|
29
|
+
// src/Schema.ts
|
|
30
|
+
var AddressSpaceSchema = "network.xyo.diviner.address.space";
|
|
31
|
+
|
|
32
|
+
// src/Config.ts
|
|
33
|
+
var AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`;
|
|
34
|
+
var AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`;
|
|
2
35
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Schema'\n","export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Schema'\n","export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;ACCO,IAAMA,qBAAyC;;;ACI/C,IAAMC,kCAAmE,GAAGC,kBAAAA;AAQ5E,IAAMC,uCAA6E,GAAGD,kBAAAA;","names":["AddressSpaceSchema","AddressSpaceDivinerConfigSchema","AddressSpaceSchema","AddressSpaceBatchDivinerConfigSchema"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var AddressSpaceSchema = "network.xyo.diviner.address.space";
|
|
3
|
+
|
|
4
|
+
// src/Config.ts
|
|
5
|
+
var AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`;
|
|
6
|
+
var AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`;
|
|
7
|
+
export {
|
|
8
|
+
AddressSpaceBatchDivinerConfigSchema,
|
|
9
|
+
AddressSpaceDivinerConfigSchema,
|
|
10
|
+
AddressSpaceSchema
|
|
11
|
+
};
|
|
2
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":"AACO,IAAMA,
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":";AACO,IAAMA,qBAAyC;;;ACI/C,IAAMC,kCAAmE,GAAGC,kBAAAA;AAQ5E,IAAMC,uCAA6E,GAAGD,kBAAAA;","names":["AddressSpaceSchema","AddressSpaceDivinerConfigSchema","AddressSpaceSchema","AddressSpaceBatchDivinerConfigSchema"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,2 +1,41 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/index.ts
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
|
+
AddressSpaceBatchDivinerConfigSchema: () => AddressSpaceBatchDivinerConfigSchema,
|
|
24
|
+
AddressSpaceDivinerConfigSchema: () => AddressSpaceDivinerConfigSchema,
|
|
25
|
+
AddressSpaceSchema: () => AddressSpaceSchema
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(src_exports);
|
|
28
|
+
|
|
29
|
+
// src/Schema.ts
|
|
30
|
+
var AddressSpaceSchema = "network.xyo.diviner.address.space";
|
|
31
|
+
|
|
32
|
+
// src/Config.ts
|
|
33
|
+
var AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`;
|
|
34
|
+
var AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`;
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
AddressSpaceBatchDivinerConfigSchema,
|
|
38
|
+
AddressSpaceDivinerConfigSchema,
|
|
39
|
+
AddressSpaceSchema
|
|
40
|
+
});
|
|
2
41
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Schema'\n","export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Schema'\n","export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;ACCO,IAAMA,qBAAyC;;;ACI/C,IAAMC,kCAAmE,GAAGC,kBAAAA;AAQ5E,IAAMC,uCAA6E,GAAGD,kBAAAA;","names":["AddressSpaceSchema","AddressSpaceDivinerConfigSchema","AddressSpaceSchema","AddressSpaceBatchDivinerConfigSchema"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var AddressSpaceSchema = "network.xyo.diviner.address.space";
|
|
3
|
+
|
|
4
|
+
// src/Config.ts
|
|
5
|
+
var AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`;
|
|
6
|
+
var AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`;
|
|
7
|
+
export {
|
|
8
|
+
AddressSpaceBatchDivinerConfigSchema,
|
|
9
|
+
AddressSpaceDivinerConfigSchema,
|
|
10
|
+
AddressSpaceSchema
|
|
11
|
+
};
|
|
2
12
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":"AACO,IAAMA,
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type AddressSpaceSchema = 'network.xyo.diviner.address.space'\nexport const AddressSpaceSchema: AddressSpaceSchema = 'network.xyo.diviner.address.space'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressSpaceSchema } from './Schema'\n\nexport type AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\nexport const AddressSpaceDivinerConfigSchema: AddressSpaceDivinerConfigSchema = `${AddressSpaceSchema}.diviner.config`\n\nexport type AddressSpaceDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceDivinerConfigSchema\n}>\n\nexport type AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\nexport const AddressSpaceBatchDivinerConfigSchema: AddressSpaceBatchDivinerConfigSchema = `${AddressSpaceSchema}.batch.diviner.config`\n\nexport type AddressSpaceBatchDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressSpaceBatchDivinerConfigSchema\n}>\n"],"mappings":";AACO,IAAMA,qBAAyC;;;ACI/C,IAAMC,kCAAmE,GAAGC,kBAAAA;AAQ5E,IAAMC,uCAA6E,GAAGD,kBAAAA;","names":["AddressSpaceSchema","AddressSpaceDivinerConfigSchema","AddressSpaceSchema","AddressSpaceBatchDivinerConfigSchema"]}
|
package/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner-model": "~2.107.
|
|
14
|
-
"@xyo-network/module-model": "~2.107.
|
|
13
|
+
"@xyo-network/diviner-model": "~2.107.4",
|
|
14
|
+
"@xyo-network/module-model": "~2.107.4"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
18
|
-
"@xylabs/tsconfig": "^3.11.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
18
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
19
19
|
"typescript": "^5.5.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.107.
|
|
60
|
+
"version": "2.107.4",
|
|
61
61
|
"type": "module"
|
|
62
62
|
}
|