@secrecy/lib 1.0.0-dev.23 → 1.0.0-dev.24
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/lib/BaseClient.d.ts +1 -1
- package/lib/BaseClient.js +5 -6
- package/lib/client/helpers.d.ts +1 -1
- package/lib/client/helpers.js +1 -3
- package/lib/client/index.js +6 -13
- package/lib/zeus/const.js +1 -1
- package/lib/zeus/index.d.ts +547 -430
- package/lib/zeus/index.js +44 -44
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@secrecy/lib",
|
|
3
3
|
"author": "Anonymize <anonymize@gmail.com>",
|
|
4
4
|
"description": "Anonymize Secrecy Library",
|
|
5
|
-
"version": "1.0.0-dev.
|
|
5
|
+
"version": "1.0.0-dev.24",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "ssh://git@github.com/xsecrecy/lib.git"
|
|
@@ -27,9 +27,8 @@
|
|
|
27
27
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
|
-
"test": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit",
|
|
30
|
+
"test": "cross-env SECRECY_API_URL=http://localhost:4000/graphql NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit",
|
|
31
31
|
"lint": "eslint \"./**/*.{ts,tsx}\"",
|
|
32
|
-
"lint:fix": "yarn lint --fix",
|
|
33
32
|
"format": "prettier --write \"./**/*.{ts,tsx}\"",
|
|
34
33
|
"editor": "yarn dlx @yarnpkg/sdks",
|
|
35
34
|
"doc": "typedoc --out docs src",
|
|
@@ -45,52 +44,53 @@
|
|
|
45
44
|
"prepare": "husky install"
|
|
46
45
|
},
|
|
47
46
|
"devDependencies": {
|
|
48
|
-
"@babel/cli": "^7.16.
|
|
49
|
-
"@babel/core": "^7.16.
|
|
50
|
-
"@babel/plugin-proposal-class-properties": "^7.16.
|
|
51
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.16.
|
|
47
|
+
"@babel/cli": "^7.16.8",
|
|
48
|
+
"@babel/core": "^7.16.12",
|
|
49
|
+
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
50
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
|
52
51
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.16.
|
|
54
|
-
"@babel/plugin-transform-typescript": "^7.16.
|
|
55
|
-
"@babel/preset-env": "^7.16.
|
|
56
|
-
"@babel/preset-typescript": "^7.16.
|
|
57
|
-
"@commitlint/cli": "^
|
|
58
|
-
"@commitlint/config-conventional": "^
|
|
52
|
+
"@babel/plugin-transform-runtime": "^7.16.10",
|
|
53
|
+
"@babel/plugin-transform-typescript": "^7.16.8",
|
|
54
|
+
"@babel/preset-env": "^7.16.11",
|
|
55
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
56
|
+
"@commitlint/cli": "^16.1.0",
|
|
57
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
59
58
|
"@semantic-release/changelog": "^6.0.1",
|
|
60
59
|
"@semantic-release/git": "^10.0.1",
|
|
61
|
-
"@types/jest": "^27.0
|
|
60
|
+
"@types/jest": "^27.4.0",
|
|
62
61
|
"@types/node-fetch": "^3.0.3",
|
|
63
62
|
"@types/shortid": "^0.0.29",
|
|
64
63
|
"@types/spark-md5": "^3.0.2",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
66
|
-
"@typescript-eslint/parser": "^5.
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
65
|
+
"@typescript-eslint/parser": "^5.10.2",
|
|
67
66
|
"babel-loader": "^8.2.3",
|
|
68
67
|
"babel-plugin-const-enum": "^1.2.0",
|
|
69
|
-
"
|
|
68
|
+
"cross-env": "^7.0.3",
|
|
69
|
+
"eslint": "^8.8.0",
|
|
70
70
|
"eslint-config-prettier": "^8.3.0",
|
|
71
71
|
"eslint-plugin-prettier": "^4.0.0",
|
|
72
|
-
"graphql-zeus": "^4.0.
|
|
72
|
+
"graphql-zeus": "^4.0.4",
|
|
73
73
|
"husky": "^7.0.4",
|
|
74
|
-
"jest": "^27.4.
|
|
74
|
+
"jest": "^27.4.7",
|
|
75
75
|
"jest-fetch-mock": "^3.0.3",
|
|
76
76
|
"npm-run-all": "^4.1.5",
|
|
77
77
|
"prettier": "^2.5.1",
|
|
78
78
|
"rimraf": "^3.0.2",
|
|
79
|
-
"ts-jest": "^27.1.
|
|
79
|
+
"ts-jest": "^27.1.3",
|
|
80
80
|
"ts-node": "^10.4.0",
|
|
81
|
-
"typedoc": "^0.22.
|
|
82
|
-
"typescript": "^4.5.
|
|
81
|
+
"typedoc": "^0.22.11",
|
|
82
|
+
"typescript": "^4.5.5"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@secrecy/lib-utils": "^1.0.
|
|
85
|
+
"@secrecy/lib-utils": "^1.0.14",
|
|
86
86
|
"@types/libsodium-wrappers": "^0.7.9",
|
|
87
|
-
"axios": "^0.
|
|
88
|
-
"bson": "^4.6.
|
|
89
|
-
"graphql": "^16.
|
|
87
|
+
"axios": "^0.25.0",
|
|
88
|
+
"bson": "^4.6.1",
|
|
89
|
+
"graphql": "^16.3.0",
|
|
90
90
|
"ky": "^0.28.7",
|
|
91
91
|
"libsodium-wrappers": "^0.7.9",
|
|
92
92
|
"shortid": "^2.2.16",
|
|
93
93
|
"spark-md5": "^3.0.2"
|
|
94
94
|
},
|
|
95
|
-
"packageManager": "yarn@3.1.
|
|
95
|
+
"packageManager": "yarn@3.1.1"
|
|
96
96
|
}
|