@xyo-network/crypto-nft-payload-plugins 2.99.3 → 2.99.5

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.
@@ -1 +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":[]}
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;;wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -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.js.map
4
+ //# sourceMappingURL=index.mjs.map
@@ -1 +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":[]}
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;;wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -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.js.map
4
+ //# sourceMappingURL=index.mjs.map
@@ -1 +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":[]}
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;;wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -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.js.map
4
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-nft-collection-payload-plugin": "^2.99.3",
14
- "@xyo-network/crypto-nft-payload-plugin": "^2.99.3"
13
+ "@xyo-network/crypto-nft-collection-payload-plugin": "^2.99.5",
14
+ "@xyo-network/crypto-nft-payload-plugin": "^2.99.5"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.12.2",
18
- "@xylabs/tsconfig": "^3.12.2",
19
- "typescript": "^5.5.3"
17
+ "@xylabs/ts-scripts-yarn3": "^3.15.13",
18
+ "@xylabs/tsconfig": "^3.15.13",
19
+ "typescript": "^5.5.4"
20
20
  },
21
21
  "description": "Typescript/Javascript Plugins for XYO Platform",
22
22
  "exports": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "import": {
30
30
  "types": "./dist/browser/index.d.mts",
31
- "default": "./dist/browser/index.js"
31
+ "default": "./dist/browser/index.mjs"
32
32
  }
33
33
  },
34
34
  "node": {
@@ -38,14 +38,14 @@
38
38
  },
39
39
  "import": {
40
40
  "types": "./dist/node/index.d.mts",
41
- "default": "./dist/node/index.js"
41
+ "default": "./dist/node/index.mjs"
42
42
  }
43
43
  }
44
44
  },
45
45
  "./package.json": "./package.json"
46
46
  },
47
47
  "main": "dist/node/index.cjs",
48
- "module": "dist/node/index.js",
48
+ "module": "dist/node/index.mjs",
49
49
  "types": "dist/node/index.d.ts",
50
50
  "homepage": "https://xyo.network",
51
51
  "license": "LGPL-3.0-only",
@@ -57,6 +57,6 @@
57
57
  "url": "https://github.com/XYOracleNetwork/plugins.git"
58
58
  },
59
59
  "sideEffects": false,
60
- "version": "2.99.3",
60
+ "version": "2.99.5",
61
61
  "type": "module"
62
62
  }
File without changes
File without changes
File without changes