@secrecy/lib 1.0.0-dev.17 → 1.0.0-dev.20
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/README.md +1 -0
- package/lib/BaseClient.js +74 -74
- package/lib/PopupTools.js +2 -2
- package/lib/ZeusThunder.js +5 -8
- package/lib/client/admin/index.d.ts +1 -1
- package/lib/client/admin/index.js +12 -13
- package/lib/client/convert/file.js +2 -2
- package/lib/client/convert/folder.js +2 -2
- package/lib/client/convert/vFile.js +2 -2
- package/lib/client/index.d.ts +1 -0
- package/lib/client/index.js +241 -208
- package/lib/client/types/queries.js +2 -2
- package/lib/zeus/const.js +727 -726
- package/lib/zeus/index.d.ts +1278 -32463
- package/lib/zeus/index.js +36 -45
- package/package.json +28 -28
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.20",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "ssh://git@github.com/xsecrecy/lib.git"
|
|
@@ -45,49 +45,49 @@
|
|
|
45
45
|
"prepare": "husky install"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/cli": "^7.
|
|
49
|
-
"@babel/core": "^7.
|
|
50
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
51
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
48
|
+
"@babel/cli": "^7.16.0",
|
|
49
|
+
"@babel/core": "^7.16.5",
|
|
50
|
+
"@babel/plugin-proposal-class-properties": "^7.16.5",
|
|
51
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
|
|
52
52
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
54
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
55
|
-
"@babel/preset-env": "^7.
|
|
56
|
-
"@babel/preset-typescript": "^7.
|
|
57
|
-
"@commitlint/cli": "^
|
|
58
|
-
"@commitlint/config-conventional": "^
|
|
59
|
-
"@semantic-release/changelog": "^6.0.
|
|
60
|
-
"@semantic-release/git": "^10.0.
|
|
61
|
-
"@types/jest": "^27.0.
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
54
|
+
"@babel/plugin-transform-typescript": "^7.16.1",
|
|
55
|
+
"@babel/preset-env": "^7.16.5",
|
|
56
|
+
"@babel/preset-typescript": "^7.16.5",
|
|
57
|
+
"@commitlint/cli": "^15.0.0",
|
|
58
|
+
"@commitlint/config-conventional": "^15.0.0",
|
|
59
|
+
"@semantic-release/changelog": "^6.0.1",
|
|
60
|
+
"@semantic-release/git": "^10.0.1",
|
|
61
|
+
"@types/jest": "^27.0.3",
|
|
62
62
|
"@types/node-fetch": "^3.0.3",
|
|
63
63
|
"@types/shortid": "^0.0.29",
|
|
64
64
|
"@types/spark-md5": "^3.0.2",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
66
|
-
"@typescript-eslint/parser": "^5.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
66
|
+
"@typescript-eslint/parser": "^5.8.0",
|
|
67
67
|
"babel-loader": "^8.2.3",
|
|
68
|
-
"babel-plugin-const-enum": "^1.
|
|
69
|
-
"eslint": "^8.
|
|
68
|
+
"babel-plugin-const-enum": "^1.2.0",
|
|
69
|
+
"eslint": "^8.5.0",
|
|
70
70
|
"eslint-config-prettier": "^8.3.0",
|
|
71
71
|
"eslint-plugin-prettier": "^4.0.0",
|
|
72
|
-
"graphql-zeus": "^
|
|
72
|
+
"graphql-zeus": "^4.0.1",
|
|
73
73
|
"husky": "^7.0.4",
|
|
74
|
-
"jest": "^27.
|
|
74
|
+
"jest": "^27.4.5",
|
|
75
75
|
"jest-fetch-mock": "^3.0.3",
|
|
76
76
|
"npm-run-all": "^4.1.5",
|
|
77
|
-
"prettier": "^2.
|
|
77
|
+
"prettier": "^2.5.1",
|
|
78
78
|
"rimraf": "^3.0.2",
|
|
79
|
-
"ts-jest": "^27.
|
|
79
|
+
"ts-jest": "^27.1.2",
|
|
80
80
|
"ts-node": "^10.4.0",
|
|
81
|
-
"typedoc": "^0.22.
|
|
82
|
-
"typescript": "^4.
|
|
81
|
+
"typedoc": "^0.22.10",
|
|
82
|
+
"typescript": "^4.5.4"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@secrecy/lib-utils": "^1.0.
|
|
85
|
+
"@secrecy/lib-utils": "^1.0.10",
|
|
86
86
|
"@types/libsodium-wrappers": "^0.7.9",
|
|
87
87
|
"axios": "^0.24.0",
|
|
88
|
-
"bson": "^4.
|
|
89
|
-
"graphql": "^
|
|
90
|
-
"ky": "^0.28.
|
|
88
|
+
"bson": "^4.6.0",
|
|
89
|
+
"graphql": "^16.2.0",
|
|
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"
|