@xyo-network/crypto-nft-plugin 2.74.5 → 2.75.0

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,22 @@
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 __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+
17
+ // src/index.ts
18
+ var src_exports = {};
19
+ module.exports = __toCommonJS(src_exports);
20
+ __reExport(src_exports, require("@xyo-network/crypto-nft-diviner-score-plugin"), module.exports);
21
+ __reExport(src_exports, require("@xyo-network/crypto-nft-witness-wallet-plugin"), module.exports);
22
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -1,4 +1,4 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
3
  export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
- //# sourceMappingURL=index.mjs.map
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-diviner-score-plugin';
2
+ export * from '@xyo-network/crypto-nft-witness-wallet-plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-diviner-score-plugin';
2
+ export * from '@xyo-network/crypto-nft-witness-wallet-plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -13,8 +13,6 @@ var __copyProps = (to, from, except, desc) => {
13
13
  };
14
14
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // src/index.ts
18
16
  var src_exports = {};
19
17
  module.exports = __toCommonJS(src_exports);
20
18
  __reExport(src_exports, require("@xyo-network/crypto-nft-diviner-score-plugin"), module.exports);
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
@@ -0,0 +1,3 @@
1
+ export * from "@xyo-network/crypto-nft-diviner-score-plugin";
2
+ export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;","names":[]}
package/package.json CHANGED
@@ -10,45 +10,48 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-nft-diviner-score-plugin": "~2.74.5",
14
- "@xyo-network/crypto-nft-witness-wallet-plugin": "~2.74.5"
13
+ "@xyo-network/crypto-nft-diviner-score-plugin": "~2.75.0",
14
+ "@xyo-network/crypto-nft-witness-wallet-plugin": "~2.75.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
18
- "@xylabs/tsconfig": "^3.0.28",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.70",
18
+ "@xylabs/tsconfig": "^3.0.70",
19
19
  "jest": "^29.7.0",
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "description": "Primary SDK for using XYO Protocol 2.0",
23
23
  "docs": "dist/docs.json",
24
- "types": "dist/index.d.ts",
24
+ "types": "dist/node/index.d.ts",
25
25
  "exports": {
26
26
  ".": {
27
- "require": {
28
- "types": "./dist/index.d.ts",
29
- "default": "./dist/index.js"
27
+ "browser": {
28
+ "require": {
29
+ "types": "./dist/browser/index.d.ts",
30
+ "default": "./dist/browser/index.cjs"
31
+ },
32
+ "import": {
33
+ "types": "./dist/browser/index.d.mts",
34
+ "default": "./dist/browser/index.js"
35
+ }
30
36
  },
31
- "import": {
32
- "types": "./dist/index.d.mts",
33
- "default": "./dist/index.mjs"
37
+ "node": {
38
+ "require": {
39
+ "types": "./dist/node/index.d.ts",
40
+ "default": "./dist/node/index.js"
41
+ },
42
+ "import": {
43
+ "types": "./dist/node/index.d.mts",
44
+ "default": "./dist/node/index.mjs"
45
+ }
34
46
  }
35
47
  },
36
- "./dist/docs.json": {
37
- "default": "./dist/docs.json"
38
- },
39
- "./cjs": {
40
- "default": "./dist/index.js"
41
- },
42
48
  "./docs": {
43
49
  "default": "./dist/docs.json"
44
50
  },
45
- "./esm": {
46
- "default": "./dist/index.mjs"
47
- },
48
51
  "./package.json": "./package.json"
49
52
  },
50
- "main": "dist/index.js",
51
- "module": "dist/index.mjs",
53
+ "main": "dist/node/index.js",
54
+ "module": "dist/node/index.mjs",
52
55
  "homepage": "https://xyo.network",
53
56
  "license": "LGPL-3.0",
54
57
  "publishConfig": {
@@ -59,5 +62,5 @@
59
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
60
63
  },
61
64
  "sideEffects": false,
62
- "version": "2.74.5"
65
+ "version": "2.75.0"
63
66
  }