@xyo-network/plugins 2.94.3 → 2.94.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/neutral/index.cjs +22 -0
- package/dist/neutral/index.cjs.map +1 -0
- package/dist/neutral/index.d.cts +3 -0
- package/dist/neutral/index.d.cts.map +1 -0
- package/dist/neutral/index.d.mts +3 -0
- package/dist/neutral/index.d.mts.map +1 -0
- package/dist/neutral/index.d.ts +3 -0
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.js +4 -0
- package/dist/neutral/index.js.map +1 -0
- package/package.json +20 -20
|
@@ -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/payload-plugins"), module.exports);
|
|
21
|
+
__reExport(src_exports, require("@xyo-network/payloadset-plugins"), module.exports);
|
|
22
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -13,32 +13,32 @@
|
|
|
13
13
|
"packages/**/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xyo-network/payload-plugins": "~2.94.
|
|
17
|
-
"@xyo-network/payloadset-plugins": "~2.94.
|
|
16
|
+
"@xyo-network/payload-plugins": "~2.94.4",
|
|
17
|
+
"@xyo-network/payloadset-plugins": "~2.94.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@babel/core": "^7.24.
|
|
21
|
-
"@babel/preset-env": "^7.24.
|
|
20
|
+
"@babel/core": "^7.24.5",
|
|
21
|
+
"@babel/preset-env": "^7.24.5",
|
|
22
22
|
"@babel/preset-typescript": "^7.24.1",
|
|
23
23
|
"@types/jest": "^29.5.12",
|
|
24
24
|
"@types/supertest": "^6.0.2",
|
|
25
|
-
"@xylabs/eslint-config": "^3.
|
|
26
|
-
"@xylabs/forget": "^3.
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
28
|
-
"@xylabs/tsconfig": "^3.
|
|
29
|
-
"@xylabs/tsconfig-dom-jest": "^3.
|
|
30
|
-
"@xyo-network/account": "^2.99.
|
|
31
|
-
"@xyo-network/archivist-memory": "^2.99.
|
|
32
|
-
"@xyo-network/boundwitness-builder": "^2.99.
|
|
33
|
-
"@xyo-network/hash": "^2.99.
|
|
34
|
-
"@xyo-network/manifest": "^2.99.
|
|
35
|
-
"@xyo-network/manifest-wrapper": "^2.99.
|
|
36
|
-
"@xyo-network/node-memory": "^2.99.
|
|
37
|
-
"@xyo-network/payload-builder": "^2.99.
|
|
25
|
+
"@xylabs/eslint-config": "^3.10.0",
|
|
26
|
+
"@xylabs/forget": "^3.3.2",
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^3.10.0",
|
|
28
|
+
"@xylabs/tsconfig": "^3.10.0",
|
|
29
|
+
"@xylabs/tsconfig-dom-jest": "^3.10.0",
|
|
30
|
+
"@xyo-network/account": "^2.99.3",
|
|
31
|
+
"@xyo-network/archivist-memory": "^2.99.3",
|
|
32
|
+
"@xyo-network/boundwitness-builder": "^2.99.3",
|
|
33
|
+
"@xyo-network/hash": "^2.99.3",
|
|
34
|
+
"@xyo-network/manifest": "^2.99.3",
|
|
35
|
+
"@xyo-network/manifest-wrapper": "^2.99.3",
|
|
36
|
+
"@xyo-network/node-memory": "^2.99.3",
|
|
37
|
+
"@xyo-network/payload-builder": "^2.99.3",
|
|
38
38
|
"babel-jest": "^29.7.0",
|
|
39
39
|
"dotenv": "^16.4.5",
|
|
40
40
|
"eslint": "^8.57.0",
|
|
41
|
-
"ethers": "^6.12.
|
|
41
|
+
"ethers": "^6.12.1",
|
|
42
42
|
"jest": "^29.7.0",
|
|
43
43
|
"jest-docblock": "^29.7.0",
|
|
44
44
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"jest-sorted": "^1.0.15",
|
|
49
49
|
"nodemon": "^3.1.0",
|
|
50
50
|
"reflect-metadata": "^0.2.2",
|
|
51
|
-
"supertest": "^
|
|
51
|
+
"supertest": "^7.0.0",
|
|
52
52
|
"ts-jest": "^29.1.2",
|
|
53
53
|
"ts-node": "^10.9.2",
|
|
54
54
|
"typedoc": "^0.25.13",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"build-typedoc-site": "typedoc"
|
|
111
111
|
},
|
|
112
112
|
"sideEffects": false,
|
|
113
|
-
"version": "2.94.
|
|
113
|
+
"version": "2.94.4",
|
|
114
114
|
"packageManager": "yarn@4.1.1",
|
|
115
115
|
"volta": {
|
|
116
116
|
"node": "18.17.1",
|