@knapsack/app-client-api 4.70.5--canary.4921.4a5c41b.0 → 4.70.5--canary.4921.ef6d5e7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/app-client-api",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.70.5--canary.4921.
|
4
|
+
"version": "4.70.5--canary.4921.ef6d5e7.0",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
7
7
|
"types": "./dist/index.d.ts",
|
@@ -21,19 +21,19 @@
|
|
21
21
|
"lint": "eslint ./"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@knapsack/app": "4.70.5--canary.4921.
|
25
|
-
"@knapsack/types": "4.70.5--canary.4921.
|
26
|
-
"@knapsack/utils": "4.70.5--canary.4921.
|
24
|
+
"@knapsack/app": "4.70.5--canary.4921.ef6d5e7.0",
|
25
|
+
"@knapsack/types": "4.70.5--canary.4921.ef6d5e7.0",
|
26
|
+
"@knapsack/utils": "4.70.5--canary.4921.ef6d5e7.0",
|
27
27
|
"cross-fetch": "^4.0.0"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@knapsack/eslint-config-starter": "4.70.5--canary.4921.
|
31
|
-
"@knapsack/prettier-config": "4.70.5--canary.4921.
|
32
|
-
"@knapsack/typescript-config-starter": "4.70.5--canary.4921.
|
30
|
+
"@knapsack/eslint-config-starter": "4.70.5--canary.4921.ef6d5e7.0",
|
31
|
+
"@knapsack/prettier-config": "4.70.5--canary.4921.ef6d5e7.0",
|
32
|
+
"@knapsack/typescript-config-starter": "4.70.5--canary.4921.ef6d5e7.0",
|
33
33
|
"@types/node": "^20.16.11",
|
34
34
|
"eslint": "^8.57.0",
|
35
35
|
"tsup": "^8.2.4",
|
36
|
-
"typescript": "^5.
|
36
|
+
"typescript": "^5.6.3"
|
37
37
|
},
|
38
38
|
"license": "GPL-2.0-or-later",
|
39
39
|
"publishConfig": {
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"directory": "libs/app-client-api",
|
45
45
|
"type": "git"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "ef6d5e7455a31077466307bd600fcf7a0cc90b98"
|
48
48
|
}
|