@knapsack/core 4.70.0--canary.4433.133de0f.0 → 4.70.0--canary.4513.12c8d13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +97 -0
- package/dist/index.js +2 -75
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -75
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -9
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/core",
|
3
3
|
"description": "The core of Knapsack",
|
4
|
-
"version": "4.70.0--canary.
|
4
|
+
"version": "4.70.0--canary.4513.12c8d13.0",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.mjs",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -26,16 +26,15 @@
|
|
26
26
|
},
|
27
27
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
28
28
|
"dependencies": {
|
29
|
-
"@knapsack/utils": "4.70.0--canary.
|
29
|
+
"@knapsack/utils": "4.70.0--canary.4513.12c8d13.0",
|
30
30
|
"superstruct": "^0.16.7"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@knapsack/eslint-config-starter": "4.70.0--canary.
|
34
|
-
"@knapsack/test-ava": "4.70.0--canary.
|
35
|
-
"@knapsack/types": "4.70.0--canary.
|
36
|
-
"@knapsack/typescript-config-starter": "4.70.0--canary.
|
37
|
-
"@types/
|
38
|
-
"@types/node": "^20.16.5",
|
33
|
+
"@knapsack/eslint-config-starter": "4.70.0--canary.4513.12c8d13.0",
|
34
|
+
"@knapsack/test-ava": "4.70.0--canary.4513.12c8d13.0",
|
35
|
+
"@knapsack/types": "4.70.0--canary.4513.12c8d13.0",
|
36
|
+
"@knapsack/typescript-config-starter": "4.70.0--canary.4513.12c8d13.0",
|
37
|
+
"@types/node": "^20.16.6",
|
39
38
|
"ava": "^6.1.3",
|
40
39
|
"eslint": "^8.57.0",
|
41
40
|
"tsup": "^8.2.4",
|
@@ -50,5 +49,5 @@
|
|
50
49
|
"directory": "libs/core",
|
51
50
|
"type": "git"
|
52
51
|
},
|
53
|
-
"gitHead": "
|
52
|
+
"gitHead": "12c8d1378411614ad6f84e50e3721e5eb58243f4"
|
54
53
|
}
|