lemmy-js-client 0.19.6-alpha.1 → 0.19.6
Sign up to get free protection for your applications and to get access to all the features.
package/dist/other_types.d.ts
CHANGED
package/dist/types/EditPost.d.ts
CHANGED
package/dist/types/Post.d.ts
CHANGED
package/dist/types/Search.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "lemmy-js-client",
|
3
3
|
"description": "A javascript / typescript client for Lemmy",
|
4
|
-
"version": "0.19.6
|
4
|
+
"version": "0.19.6",
|
5
5
|
"author": "Dessalines <tyhou13@gmx.com>",
|
6
6
|
"license": "AGPL-3.0",
|
7
7
|
"main": "./dist/index.js",
|
@@ -19,23 +19,23 @@
|
|
19
19
|
"url": "git+https://github.com/LemmyNet/lemmy-js-client.git"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@types/node": "^
|
23
|
-
"@typescript-eslint/eslint-plugin": "^
|
24
|
-
"@typescript-eslint/parser": "^
|
25
|
-
"eslint": "^9.
|
26
|
-
"eslint-plugin-prettier": "^5.
|
27
|
-
"husky": "^9.
|
28
|
-
"lint-staged": "^15.2.
|
29
|
-
"prettier": "^3.
|
22
|
+
"@types/node": "^20.11.19",
|
23
|
+
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
24
|
+
"@typescript-eslint/parser": "^7.0.1",
|
25
|
+
"eslint": "^9.0.0",
|
26
|
+
"eslint-plugin-prettier": "^5.1.3",
|
27
|
+
"husky": "^9.0.11",
|
28
|
+
"lint-staged": "^15.2.2",
|
29
|
+
"prettier": "^3.2.5",
|
30
30
|
"prettier-plugin-import-sort": "^0.0.7",
|
31
|
-
"prettier-plugin-organize-imports": "^
|
32
|
-
"prettier-plugin-packagejson": "^2.
|
31
|
+
"prettier-plugin-organize-imports": "^3.2.4",
|
32
|
+
"prettier-plugin-packagejson": "^2.4.11",
|
33
33
|
"sortpack": "^2.4.0",
|
34
|
-
"typedoc": "^0.
|
35
|
-
"typescript": "^5.
|
36
|
-
"typescript-eslint": "^
|
34
|
+
"typedoc": "^0.25.8",
|
35
|
+
"typescript": "^5.3.3",
|
36
|
+
"typescript-eslint": "^7.9.0"
|
37
37
|
},
|
38
|
-
"packageManager": "pnpm@9.
|
38
|
+
"packageManager": "pnpm@9.1.4",
|
39
39
|
"types": "./dist/index.d.ts",
|
40
40
|
"lint-staged": {
|
41
41
|
"*.{ts,tsx,js}": [
|