@xyo-network/sdk-js 2.106.0 → 2.107.1
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/browser/index.cjs +1 -25
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +1 -25
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -7
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +1 -34
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -7
- package/dist/node/index.js.map +1 -1
- package/eslint.config.mjs +112 -0
- package/jestSetup/globalSetup.ts +0 -1
- package/package.json +17 -17
- package/scripts/mongo/opt/mongo/joinReplicaSet.js +0 -1
package/dist/browser/index.cjs
CHANGED
|
@@ -1,26 +1,2 @@
|
|
|
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/core-payload-plugins"), module.exports);
|
|
21
|
-
__reExport(src_exports, require("@xyo-network/manifest"), module.exports);
|
|
22
|
-
__reExport(src_exports, require("@xyo-network/modules"), module.exports);
|
|
23
|
-
__reExport(src_exports, require("@xyo-network/protocol"), module.exports);
|
|
24
|
-
__reExport(src_exports, require("@xyo-network/sdk-utils"), module.exports);
|
|
25
|
-
__reExport(src_exports, require("@xyo-network/shared"), module.exports);
|
|
1
|
+
"use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@xyo-network/core-payload-plugins"),module.exports);r(o,require("@xyo-network/manifest"),module.exports);r(o,require("@xyo-network/modules"),module.exports);r(o,require("@xyo-network/protocol"),module.exports);r(o,require("@xyo-network/sdk-utils"),module.exports);r(o,require("@xyo-network/shared"),module.exports);
|
|
26
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GACAE,EAAAF,EAAc,6CADd,gBAEAE,EAAAF,EAAc,iCAFd,gBAGAE,EAAAF,EAAc,gCAHd,gBAIAE,EAAAF,EAAc,iCAJd,gBAKAE,EAAAF,EAAc,kCALd,gBAMAE,EAAAF,EAAc,+BANd","names":["src_exports","__toCommonJS","__reExport"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/core-payload-plugins";
|
|
3
|
-
export * from "@xyo-network/manifest";
|
|
4
|
-
export * from "@xyo-network/modules";
|
|
5
|
-
export * from "@xyo-network/protocol";
|
|
6
|
-
export * from "@xyo-network/sdk-utils";
|
|
7
|
-
export * from "@xyo-network/shared";
|
|
1
|
+
export*from"@xyo-network/core-payload-plugins";export*from"@xyo-network/manifest";export*from"@xyo-network/modules";export*from"@xyo-network/protocol";export*from"@xyo-network/sdk-utils";export*from"@xyo-network/shared";
|
|
8
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"AACA,WAAc,oCACd,WAAc,wBACd,WAAc,uBACd,WAAc,wBACd,WAAc,yBACd,WAAc","names":[]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,26 +1,2 @@
|
|
|
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/core-payload-plugins"), module.exports);
|
|
21
|
-
__reExport(src_exports, require("@xyo-network/manifest"), module.exports);
|
|
22
|
-
__reExport(src_exports, require("@xyo-network/modules"), module.exports);
|
|
23
|
-
__reExport(src_exports, require("@xyo-network/protocol"), module.exports);
|
|
24
|
-
__reExport(src_exports, require("@xyo-network/sdk-utils"), module.exports);
|
|
25
|
-
__reExport(src_exports, require("@xyo-network/shared"), module.exports);
|
|
1
|
+
"use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@xyo-network/core-payload-plugins"),module.exports);r(o,require("@xyo-network/manifest"),module.exports);r(o,require("@xyo-network/modules"),module.exports);r(o,require("@xyo-network/protocol"),module.exports);r(o,require("@xyo-network/sdk-utils"),module.exports);r(o,require("@xyo-network/shared"),module.exports);
|
|
26
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GACAE,EAAAF,EAAc,6CADd,gBAEAE,EAAAF,EAAc,iCAFd,gBAGAE,EAAAF,EAAc,gCAHd,gBAIAE,EAAAF,EAAc,iCAJd,gBAKAE,EAAAF,EAAc,kCALd,gBAMAE,EAAAF,EAAc,+BANd","names":["src_exports","__toCommonJS","__reExport"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/core-payload-plugins";
|
|
3
|
-
export * from "@xyo-network/manifest";
|
|
4
|
-
export * from "@xyo-network/modules";
|
|
5
|
-
export * from "@xyo-network/protocol";
|
|
6
|
-
export * from "@xyo-network/sdk-utils";
|
|
7
|
-
export * from "@xyo-network/shared";
|
|
1
|
+
export*from"@xyo-network/core-payload-plugins";export*from"@xyo-network/manifest";export*from"@xyo-network/modules";export*from"@xyo-network/protocol";export*from"@xyo-network/sdk-utils";export*from"@xyo-network/shared";
|
|
8
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"AACA,WAAc,oCACd,WAAc,wBACd,WAAc,uBACd,WAAc,wBACd,WAAc,yBACd,WAAc","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,35 +1,2 @@
|
|
|
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/core-payload-plugins"), module.exports);
|
|
21
|
-
__reExport(src_exports, require("@xyo-network/manifest"), module.exports);
|
|
22
|
-
__reExport(src_exports, require("@xyo-network/modules"), module.exports);
|
|
23
|
-
__reExport(src_exports, require("@xyo-network/protocol"), module.exports);
|
|
24
|
-
__reExport(src_exports, require("@xyo-network/sdk-utils"), module.exports);
|
|
25
|
-
__reExport(src_exports, require("@xyo-network/shared"), module.exports);
|
|
26
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
-
0 && (module.exports = {
|
|
28
|
-
...require("@xyo-network/core-payload-plugins"),
|
|
29
|
-
...require("@xyo-network/manifest"),
|
|
30
|
-
...require("@xyo-network/modules"),
|
|
31
|
-
...require("@xyo-network/protocol"),
|
|
32
|
-
...require("@xyo-network/sdk-utils"),
|
|
33
|
-
...require("@xyo-network/shared")
|
|
34
|
-
});
|
|
1
|
+
"use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@xyo-network/core-payload-plugins"),module.exports);r(o,require("@xyo-network/manifest"),module.exports);r(o,require("@xyo-network/modules"),module.exports);r(o,require("@xyo-network/protocol"),module.exports);r(o,require("@xyo-network/sdk-utils"),module.exports);r(o,require("@xyo-network/shared"),module.exports);0&&(module.exports={...require("@xyo-network/core-payload-plugins"),...require("@xyo-network/manifest"),...require("@xyo-network/modules"),...require("@xyo-network/protocol"),...require("@xyo-network/sdk-utils"),...require("@xyo-network/shared")});
|
|
35
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GACAE,EAAAF,EAAc,6CADd,gBAEAE,EAAAF,EAAc,iCAFd,gBAGAE,EAAAF,EAAc,gCAHd,gBAIAE,EAAAF,EAAc,iCAJd,gBAKAE,EAAAF,EAAc,kCALd,gBAMAE,EAAAF,EAAc,+BANd","names":["src_exports","__toCommonJS","__reExport"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export * from "@xyo-network/core-payload-plugins";
|
|
3
|
-
export * from "@xyo-network/manifest";
|
|
4
|
-
export * from "@xyo-network/modules";
|
|
5
|
-
export * from "@xyo-network/protocol";
|
|
6
|
-
export * from "@xyo-network/sdk-utils";
|
|
7
|
-
export * from "@xyo-network/shared";
|
|
1
|
+
export*from"@xyo-network/core-payload-plugins";export*from"@xyo-network/manifest";export*from"@xyo-network/modules";export*from"@xyo-network/protocol";export*from"@xyo-network/sdk-utils";export*from"@xyo-network/shared";
|
|
8
2
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"AACA,WAAc,oCACd,WAAc,wBACd,WAAc,uBACd,WAAc,wBACd,WAAc,yBACd,WAAc","names":[]}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
// eslint.config.mjs
|
|
2
|
+
|
|
3
|
+
import { typescriptConfig, unicornConfig, prettierConfig, rulesConfig, workspacesConfig } from '@xylabs/eslint-config-flat'
|
|
4
|
+
import tsParser from '@typescript-eslint/parser'
|
|
5
|
+
|
|
6
|
+
// eslint-disable-next-line import/no-default-export
|
|
7
|
+
export default [
|
|
8
|
+
prettierConfig,
|
|
9
|
+
typescriptConfig,
|
|
10
|
+
rulesConfig,
|
|
11
|
+
workspacesConfig,
|
|
12
|
+
{
|
|
13
|
+
files: ['**/*.ts', '**/*.js', '**/*.cjs', '**/*.mjs'],
|
|
14
|
+
ignores: ['.yarn', '.yarn/**', 'jest.config.cjs', '**/dist/**', 'dist', 'build/**', 'node_modules/**'],
|
|
15
|
+
languageOptions: {
|
|
16
|
+
parser: tsParser,
|
|
17
|
+
parserOptions: {
|
|
18
|
+
ecmaVersion: 'latest',
|
|
19
|
+
sourceType: 'module',
|
|
20
|
+
project: './tsconfig-eslint.json',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
plugins: { ...typescriptConfig.plugins, ...unicornConfig.plugins, ...prettierConfig.plugins },
|
|
24
|
+
settings: {
|
|
25
|
+
'import/resolver': {
|
|
26
|
+
typescript: {
|
|
27
|
+
project: './tsconfig-eslint.json',
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
rules: {
|
|
32
|
+
...typescriptConfig.rules,
|
|
33
|
+
...unicornConfig.rules,
|
|
34
|
+
...prettierConfig.rules,
|
|
35
|
+
'no-unused-disable-directive': ['off'],
|
|
36
|
+
complexity: ['error', 18],
|
|
37
|
+
'max-depth': ['error', 6],
|
|
38
|
+
'max-lines': [
|
|
39
|
+
'error',
|
|
40
|
+
{
|
|
41
|
+
max: 512,
|
|
42
|
+
skipBlankLines: true,
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
'max-nested-callbacks': ['error', 6],
|
|
46
|
+
'max-statements': ['error', 32],
|
|
47
|
+
'no-restricted-imports': [
|
|
48
|
+
'warn',
|
|
49
|
+
{
|
|
50
|
+
paths: [
|
|
51
|
+
'lodash',
|
|
52
|
+
'react-player',
|
|
53
|
+
'filepond',
|
|
54
|
+
'aos',
|
|
55
|
+
'react-icons',
|
|
56
|
+
'.',
|
|
57
|
+
'..',
|
|
58
|
+
'../..',
|
|
59
|
+
'../../..',
|
|
60
|
+
'../../../..',
|
|
61
|
+
'../../../../..',
|
|
62
|
+
'../../../../../..',
|
|
63
|
+
'../../../../../../..',
|
|
64
|
+
],
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
//'no-secrets/no-secrets': ['off'],
|
|
68
|
+
'no-tabs': ['error'],
|
|
69
|
+
'no-unused-vars': 'off',
|
|
70
|
+
'no-useless-escape': 'off',
|
|
71
|
+
quotes: [2, 'single', 'avoid-escape'],
|
|
72
|
+
'require-await': 'error',
|
|
73
|
+
semi: ['warn', 'never'],
|
|
74
|
+
'no-unused-disable-directive': ['off'],
|
|
75
|
+
'import/no-internal-modules': ['off'],
|
|
76
|
+
'import/no-deprecated': ['off'],
|
|
77
|
+
'no-restricted-imports': [
|
|
78
|
+
'warn',
|
|
79
|
+
{
|
|
80
|
+
paths: [
|
|
81
|
+
'@types/node',
|
|
82
|
+
'@xyo-network/archivist',
|
|
83
|
+
'@xyo-network/bridge',
|
|
84
|
+
'@xyo-network/core',
|
|
85
|
+
'@xyo-network/diviner',
|
|
86
|
+
'@xyo-network/module',
|
|
87
|
+
'@xyo-network/modules',
|
|
88
|
+
'@xyo-network/node',
|
|
89
|
+
'@xyo-network/sdk',
|
|
90
|
+
'@xyo-network/plugins',
|
|
91
|
+
'@xyo-network/protocol',
|
|
92
|
+
'@xyo-network/sentinel',
|
|
93
|
+
'@xyo-network/witness',
|
|
94
|
+
'@xyo-network/core-payload-plugins',
|
|
95
|
+
'react-player',
|
|
96
|
+
'filepond',
|
|
97
|
+
'aos',
|
|
98
|
+
'react-icons',
|
|
99
|
+
'.',
|
|
100
|
+
'..',
|
|
101
|
+
'../..',
|
|
102
|
+
'../../..',
|
|
103
|
+
'../../../..',
|
|
104
|
+
'../../../../..',
|
|
105
|
+
'../../../../../..',
|
|
106
|
+
'../../../../../../..',
|
|
107
|
+
],
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
]
|
package/jestSetup/globalSetup.ts
CHANGED
package/package.json
CHANGED
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
"packages/**/*"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@xyo-network/core-payload-plugins": "~2.
|
|
16
|
-
"@xyo-network/manifest": "~2.
|
|
17
|
-
"@xyo-network/modules": "~2.
|
|
18
|
-
"@xyo-network/protocol": "~2.
|
|
19
|
-
"@xyo-network/sdk-utils": "~2.
|
|
20
|
-
"@xyo-network/shared": "~2.
|
|
15
|
+
"@xyo-network/core-payload-plugins": "~2.107.1",
|
|
16
|
+
"@xyo-network/manifest": "~2.107.1",
|
|
17
|
+
"@xyo-network/modules": "~2.107.1",
|
|
18
|
+
"@xyo-network/protocol": "~2.107.1",
|
|
19
|
+
"@xyo-network/sdk-utils": "~2.107.1",
|
|
20
|
+
"@xyo-network/shared": "~2.107.1"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/jest": "^29.5.12",
|
|
25
25
|
"@types/supertest": "^6.0.2",
|
|
26
|
-
"@xylabs/eslint-config": "^3.11.
|
|
26
|
+
"@xylabs/eslint-config-flat": "^3.11.9",
|
|
27
27
|
"@xylabs/forget": "^3.5.1",
|
|
28
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
29
|
-
"@xylabs/tsconfig": "^3.11.
|
|
30
|
-
"@xylabs/tsconfig-dom-jest": "^3.11.
|
|
28
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.9",
|
|
29
|
+
"@xylabs/tsconfig": "^3.11.9",
|
|
30
|
+
"@xylabs/tsconfig-dom-jest": "^3.11.9",
|
|
31
31
|
"dotenv": "^16.4.5",
|
|
32
|
-
"eslint": "^
|
|
33
|
-
"eslint-plugin-deprecation": "^
|
|
32
|
+
"eslint": "^9.5.0",
|
|
33
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
34
34
|
"jest": "^29.7.0",
|
|
35
35
|
"jest-docblock": "^29.7.0",
|
|
36
36
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"jest-sorted": "^1.0.15",
|
|
41
41
|
"reflect-metadata": "^0.2.2",
|
|
42
42
|
"supertest": "^7.0.0",
|
|
43
|
-
"ts-jest": "^29.1.
|
|
43
|
+
"ts-jest": "^29.1.5",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typedoc": "^0.25.13",
|
|
46
|
-
"typedoc-material-theme": "^1.0.
|
|
47
|
-
"typescript": "^5.
|
|
46
|
+
"typedoc-material-theme": "^1.0.3",
|
|
47
|
+
"typescript": "^5.5.2"
|
|
48
48
|
},
|
|
49
49
|
"resolutions": {
|
|
50
50
|
"axios": "^1",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"build-typedoc-site": "typedoc"
|
|
117
117
|
},
|
|
118
118
|
"sideEffects": false,
|
|
119
|
-
"version": "2.
|
|
120
|
-
"packageManager": "yarn@4.3.
|
|
119
|
+
"version": "2.107.1",
|
|
120
|
+
"packageManager": "yarn@4.3.1",
|
|
121
121
|
"volta": {
|
|
122
122
|
"node": "22.3.0",
|
|
123
123
|
"yarn": "1.22.22"
|