@xyo-network/diviner-distinct-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 +28 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +5 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +28 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +5 -1
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +32 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +5 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +4 -4
package/dist/browser/index.cjs
CHANGED
|
@@ -1,2 +1,29 @@
|
|
|
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
|
+
DistinctDivinerConfigSchema: () => DistinctDivinerConfigSchema
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(src_exports);
|
|
26
|
+
|
|
27
|
+
// src/Config/Config.ts
|
|
28
|
+
var DistinctDivinerConfigSchema = "network.xyo.diviner.distinct.config";
|
|
2
29
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Config/Config.ts"],"sourcesContent":["export * from './Config'\n","import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Config/Config.ts"],"sourcesContent":["export * from './Config'\n","import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;ACGO,IAAMA,8BAA8B;","names":["DistinctDivinerConfigSchema"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
// src/Config/Config.ts
|
|
2
|
+
var DistinctDivinerConfigSchema = "network.xyo.diviner.distinct.config";
|
|
3
|
+
export {
|
|
4
|
+
DistinctDivinerConfigSchema
|
|
5
|
+
};
|
|
2
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Config/Config.ts"],"sourcesContent":["import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":"AAGO,IAAMA,
|
|
1
|
+
{"version":3,"sources":["../../src/Config/Config.ts"],"sourcesContent":["import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":";AAGO,IAAMA,8BAA8B;","names":["DistinctDivinerConfigSchema"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,2 +1,29 @@
|
|
|
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
|
+
DistinctDivinerConfigSchema: () => DistinctDivinerConfigSchema
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(src_exports);
|
|
26
|
+
|
|
27
|
+
// src/Config/Config.ts
|
|
28
|
+
var DistinctDivinerConfigSchema = "network.xyo.diviner.distinct.config";
|
|
2
29
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Config/Config.ts"],"sourcesContent":["export * from './Config'\n","import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Config/Config.ts"],"sourcesContent":["export * from './Config'\n","import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;ACGO,IAAMA,8BAA8B;","names":["DistinctDivinerConfigSchema"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
// src/Config/Config.ts
|
|
2
|
+
var DistinctDivinerConfigSchema = "network.xyo.diviner.distinct.config";
|
|
3
|
+
export {
|
|
4
|
+
DistinctDivinerConfigSchema
|
|
5
|
+
};
|
|
2
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Config/Config.ts"],"sourcesContent":["import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":"AAGO,IAAMA,
|
|
1
|
+
{"version":3,"sources":["../../src/Config/Config.ts"],"sourcesContent":["import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":";AAGO,IAAMA,8BAA8B;","names":["DistinctDivinerConfigSchema"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,2 +1,33 @@
|
|
|
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
|
+
DistinctDivinerConfigSchema: () => DistinctDivinerConfigSchema
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(src_exports);
|
|
26
|
+
|
|
27
|
+
// src/Config/Config.ts
|
|
28
|
+
var DistinctDivinerConfigSchema = "network.xyo.diviner.distinct.config";
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
DistinctDivinerConfigSchema
|
|
32
|
+
});
|
|
2
33
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Config/Config.ts"],"sourcesContent":["export * from './Config'\n","import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Config/Config.ts"],"sourcesContent":["export * from './Config'\n","import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;ACGO,IAAMA,8BAA8B;","names":["DistinctDivinerConfigSchema"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
// src/Config/Config.ts
|
|
2
|
+
var DistinctDivinerConfigSchema = "network.xyo.diviner.distinct.config";
|
|
3
|
+
export {
|
|
4
|
+
DistinctDivinerConfigSchema
|
|
5
|
+
};
|
|
2
6
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Config/Config.ts"],"sourcesContent":["import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":"AAGO,IAAMA,
|
|
1
|
+
{"version":3,"sources":["../../src/Config/Config.ts"],"sourcesContent":["import { EmptyObject } from '@xylabs/object'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nexport const DistinctDivinerConfigSchema = 'network.xyo.diviner.distinct.config' as const\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],"mappings":";AAGO,IAAMA,8BAA8B;","names":["DistinctDivinerConfigSchema"]}
|
package/package.json
CHANGED
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/object": "^3.5.1",
|
|
14
|
-
"@xyo-network/diviner-model": "~2.107.
|
|
14
|
+
"@xyo-network/diviner-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
|
}
|