@xyo-network/crypto-nft-payload-plugins 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-collection-payload-plugin"), module.exports);
21
+ __reExport(src_exports, require("@xyo-network/crypto-nft-payload-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-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,4 +1,4 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/crypto-nft-collection-payload-plugin";
3
3
  export * from "@xyo-network/crypto-nft-payload-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-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
+ export * from '@xyo-network/crypto-nft-payload-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,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
+ export * from '@xyo-network/crypto-nft-payload-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,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,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-collection-payload-plugin"), module.exports);
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -0,0 +1,3 @@
1
+ export * from "@xyo-network/crypto-nft-collection-payload-plugin";
2
+ export * from "@xyo-network/crypto-nft-payload-plugin";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;","names":[]}
package/package.json CHANGED
@@ -10,43 +10,46 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-nft-collection-payload-plugin": "~2.74.5",
14
- "@xyo-network/crypto-nft-payload-plugin": "~2.74.5"
13
+ "@xyo-network/crypto-nft-collection-payload-plugin": "~2.75.0",
14
+ "@xyo-network/crypto-nft-payload-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
  "typescript": "^5.2.2"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
22
22
  "docs": "dist/docs.json",
23
23
  "exports": {
24
24
  ".": {
25
- "require": {
26
- "types": "./dist/index.d.ts",
27
- "default": "./dist/index.js"
25
+ "browser": {
26
+ "require": {
27
+ "types": "./dist/browser/index.d.ts",
28
+ "default": "./dist/browser/index.cjs"
29
+ },
30
+ "import": {
31
+ "types": "./dist/browser/index.d.mts",
32
+ "default": "./dist/browser/index.js"
33
+ }
28
34
  },
29
- "import": {
30
- "types": "./dist/index.d.mts",
31
- "default": "./dist/index.mjs"
35
+ "node": {
36
+ "require": {
37
+ "types": "./dist/node/index.d.ts",
38
+ "default": "./dist/node/index.js"
39
+ },
40
+ "import": {
41
+ "types": "./dist/node/index.d.mts",
42
+ "default": "./dist/node/index.mjs"
43
+ }
32
44
  }
33
45
  },
34
- "./dist/docs.json": {
35
- "default": "./dist/docs.json"
36
- },
37
- "./cjs": {
38
- "default": "./dist/index.js"
39
- },
40
46
  "./docs": {
41
47
  "default": "./dist/docs.json"
42
48
  },
43
- "./esm": {
44
- "default": "./dist/index.mjs"
45
- },
46
49
  "./package.json": "./package.json"
47
50
  },
48
- "main": "dist/index.js",
49
- "module": "dist/index.mjs",
51
+ "main": "dist/node/index.js",
52
+ "module": "dist/node/index.mjs",
50
53
  "homepage": "https://xyo.network",
51
54
  "license": "LGPL-3.0",
52
55
  "publishConfig": {
@@ -57,6 +60,6 @@
57
60
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
58
61
  },
59
62
  "sideEffects": false,
60
- "types": "dist/index.d.ts",
61
- "version": "2.74.5"
63
+ "types": "dist/node/index.d.ts",
64
+ "version": "2.75.0"
62
65
  }