@secrecy/lib 1.42.1 → 1.42.2
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/lib/client/helpers.js +2 -1
- package/dist/types/client.d.ts +6329 -601
- package/package.json +21 -20
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.42.
|
|
5
|
+
"version": "1.42.2",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"lint:fix": "eslint . --fix --cache --cache-location 'node_modules/.cache/.eslintcache'",
|
|
42
42
|
"format": "prettier \"**/*.{ts,tsx,md,mdx,json}\" --check --cache --cache-location='node_modules/.cache/.prettiercache'",
|
|
43
43
|
"format:fix": "prettier \"**/*.{ts,tsx,md,mdx,json}\" --check --write --cache --cache-location='node_modules/.cache/.prettiercache'",
|
|
44
|
-
"
|
|
44
|
+
"docs": "typedoc",
|
|
45
45
|
"prepublish": "bun run build",
|
|
46
46
|
"typecheck": "tsc --noEmit",
|
|
47
47
|
"build": "tsc -p tsconfig.build.json",
|
|
@@ -49,31 +49,32 @@
|
|
|
49
49
|
"semantic-release": "semantic-release"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@commitlint/cli": "^19.
|
|
53
|
-
"@commitlint/config-conventional": "^19.
|
|
54
|
-
"@prisma/client": "5.
|
|
55
|
-
"@types/bun": "^1.1.
|
|
56
|
-
"@types/jsonwebtoken": "^9.0.
|
|
52
|
+
"@commitlint/cli": "^19.5.0",
|
|
53
|
+
"@commitlint/config-conventional": "^19.5.0",
|
|
54
|
+
"@prisma/client": "5.20.0",
|
|
55
|
+
"@types/bun": "^1.1.10",
|
|
56
|
+
"@types/jsonwebtoken": "^9.0.7",
|
|
57
57
|
"@types/spark-md5": "^3.0.4",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
59
|
-
"@typescript-eslint/parser": "^8.
|
|
60
|
-
"eslint": "^9.
|
|
61
|
-
"eslint-config-love": "^
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
59
|
+
"@typescript-eslint/parser": "^8.7.0",
|
|
60
|
+
"eslint": "^9.11.1",
|
|
61
|
+
"eslint-config-love": "^71.0.0",
|
|
62
62
|
"eslint-config-prettier": "^9.1.0",
|
|
63
|
-
"eslint-plugin-import": "^2.
|
|
64
|
-
"eslint-plugin-n": "^17.10.
|
|
63
|
+
"eslint-plugin-import": "^2.30.0",
|
|
64
|
+
"eslint-plugin-n": "^17.10.3",
|
|
65
65
|
"eslint-plugin-promise": "^7.1.0",
|
|
66
|
-
"husky": "^9.1.
|
|
66
|
+
"husky": "^9.1.6",
|
|
67
67
|
"npm-run-all": "^4.1.5",
|
|
68
68
|
"prettier": "^3.3.3",
|
|
69
69
|
"rimraf": "^6.0.1",
|
|
70
|
-
"semantic-release": "^24.1.
|
|
71
|
-
"typedoc": "^0.26.
|
|
70
|
+
"semantic-release": "^24.1.1",
|
|
71
|
+
"typedoc": "^0.26.7",
|
|
72
|
+
"typedoc-plugin-markdown": "^4.2.8",
|
|
72
73
|
"typedoc-plugin-missing-exports": "^3.0.0",
|
|
73
|
-
"typescript": "^5.
|
|
74
|
+
"typescript": "^5.6.2"
|
|
74
75
|
},
|
|
75
76
|
"dependencies": {
|
|
76
|
-
"@secrecy/trpc-api-types": "1.33.0
|
|
77
|
+
"@secrecy/trpc-api-types": "1.33.0",
|
|
77
78
|
"@trpc/client": "10.45.2",
|
|
78
79
|
"@trpc/server": "10.45.2",
|
|
79
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|
|
@@ -81,9 +82,9 @@
|
|
|
81
82
|
"bson": "^6.8.0",
|
|
82
83
|
"ethers": "^6.13.2",
|
|
83
84
|
"jsonwebtoken": "^9.0.2",
|
|
84
|
-
"ky": "^1.7.
|
|
85
|
+
"ky": "^1.7.2",
|
|
85
86
|
"libsodium-wrappers-sumo": "^0.7.15",
|
|
86
|
-
"lru-cache": "^11.0.
|
|
87
|
+
"lru-cache": "^11.0.1",
|
|
87
88
|
"spark-md5": "^3.0.2",
|
|
88
89
|
"superjson": "2.2.1",
|
|
89
90
|
"zod": "3.23.8"
|