@xyo-network/diviner-payload-stats-abstract 2.75.0 → 2.75.3

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.
@@ -0,0 +1,5 @@
1
+ import { AbstractDiviner } from '@xyo-network/abstract-diviner';
2
+ import { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model';
3
+ export declare abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {
4
+ }
5
+ //# sourceMappingURL=Diviner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAA;AAEpF,8BAAsB,mBAAmB,CAAC,OAAO,SAAS,yBAAyB,GAAG,yBAAyB,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;CAAG"}
@@ -16,14 +16,16 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/Diviner.ts
19
21
  var Diviner_exports = {};
20
22
  __export(Diviner_exports, {
21
23
  PayloadStatsDiviner: () => PayloadStatsDiviner
22
24
  });
23
25
  module.exports = __toCommonJS(Diviner_exports);
24
26
  var import_abstract_diviner = require("@xyo-network/abstract-diviner");
25
- class PayloadStatsDiviner extends import_abstract_diviner.AbstractDiviner {
26
- }
27
+ var PayloadStatsDiviner = class extends import_abstract_diviner.AbstractDiviner {
28
+ };
27
29
  // Annotate the CommonJS export names for ESM import in node:
28
30
  0 && (module.exports = {
29
31
  PayloadStatsDiviner
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts"],"sourcesContent":["import { AbstractDiviner } from '@xyo-network/abstract-diviner'\nimport { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model'\n\nexport abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAgC;AAGzB,MAAe,4BAAmG,wCAAyB;AAAC;","names":[]}
1
+ {"version":3,"sources":["../../src/Diviner.ts"],"sourcesContent":["import { AbstractDiviner } from '@xyo-network/abstract-diviner'\nimport { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model'\n\nexport abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAgC;AAGzB,IAAe,sBAAf,cAAkH,wCAAyB;AAAC;","names":[]}
@@ -1,6 +1,7 @@
1
+ // src/Diviner.ts
1
2
  import { AbstractDiviner } from "@xyo-network/abstract-diviner";
2
- class PayloadStatsDiviner extends AbstractDiviner {
3
- }
3
+ var PayloadStatsDiviner = class extends AbstractDiviner {
4
+ };
4
5
  export {
5
6
  PayloadStatsDiviner
6
7
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts"],"sourcesContent":["import { AbstractDiviner } from '@xyo-network/abstract-diviner'\nimport { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model'\n\nexport abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {}\n"],"mappings":"AAAA,SAAS,uBAAuB;AAGzB,MAAe,4BAAmG,gBAAyB;AAAC;","names":[]}
1
+ {"version":3,"sources":["../../src/Diviner.ts"],"sourcesContent":["import { AbstractDiviner } from '@xyo-network/abstract-diviner'\nimport { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model'\n\nexport abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {}\n"],"mappings":";AAAA,SAAS,uBAAuB;AAGzB,IAAe,sBAAf,cAAkH,gBAAyB;AAAC;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from './Diviner';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
@@ -3,6 +3,10 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
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
+ };
6
10
  var __copyProps = (to, from, except, desc) => {
7
11
  if (from && typeof from === "object" || typeof from === "function") {
8
12
  for (let key of __getOwnPropNames(from))
@@ -11,13 +15,21 @@ var __copyProps = (to, from, except, desc) => {
11
15
  }
12
16
  return to;
13
17
  };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
16
21
  var src_exports = {};
22
+ __export(src_exports, {
23
+ PayloadStatsDiviner: () => PayloadStatsDiviner
24
+ });
17
25
  module.exports = __toCommonJS(src_exports);
18
- __reExport(src_exports, require("./Diviner"), module.exports);
26
+
27
+ // src/Diviner.ts
28
+ var import_abstract_diviner = require("@xyo-network/abstract-diviner");
29
+ var PayloadStatsDiviner = class extends import_abstract_diviner.AbstractDiviner {
30
+ };
19
31
  // Annotate the CommonJS export names for ESM import in node:
20
32
  0 && (module.exports = {
21
- ...require("./Diviner")
33
+ PayloadStatsDiviner
22
34
  });
23
35
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Diviner'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,sBAAd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts"],"sourcesContent":["export * from './Diviner'\n","import { AbstractDiviner } from '@xyo-network/abstract-diviner'\nimport { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model'\n\nexport abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,8BAAgC;AAGzB,IAAe,sBAAf,cAAkH,wCAAyB;AAAC;","names":[]}
@@ -1,2 +1,8 @@
1
- export * from "./Diviner";
1
+ // src/Diviner.ts
2
+ import { AbstractDiviner } from "@xyo-network/abstract-diviner";
3
+ var PayloadStatsDiviner = class extends AbstractDiviner {
4
+ };
5
+ export {
6
+ PayloadStatsDiviner
7
+ };
2
8
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Diviner'\n"],"mappings":"AAAA,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/Diviner.ts"],"sourcesContent":["import { AbstractDiviner } from '@xyo-network/abstract-diviner'\nimport { PayloadStatsDivinerParams } from '@xyo-network/diviner-payload-stats-model'\n\nexport abstract class PayloadStatsDiviner<TParams extends PayloadStatsDivinerParams = PayloadStatsDivinerParams> extends AbstractDiviner<TParams> {}\n"],"mappings":";AAAA,SAAS,uBAAuB;AAGzB,IAAe,sBAAf,cAAkH,gBAAyB;AAAC;","names":[]}
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/abstract-diviner": "~2.75.0",
14
- "@xyo-network/diviner-payload-stats-model": "~2.75.0"
13
+ "@xyo-network/abstract-diviner": "~2.75.3",
14
+ "@xyo-network/diviner-payload-stats-model": "~2.75.3"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.0.70",
18
- "@xylabs/tsconfig": "^3.0.70",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.77",
18
+ "@xylabs/tsconfig": "^3.0.77",
19
19
  "typescript": "^5.2.2"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -25,7 +25,7 @@
25
25
  ".": {
26
26
  "browser": {
27
27
  "require": {
28
- "types": "./dist/browser/index.d.ts",
28
+ "types": "./dist/browser/index.d.cts",
29
29
  "default": "./dist/browser/index.cjs"
30
30
  },
31
31
  "import": {
@@ -61,5 +61,5 @@
61
61
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
62
62
  },
63
63
  "sideEffects": false,
64
- "version": "2.75.0"
64
+ "version": "2.75.3"
65
65
  }