@synstack/resolved 1.0.5 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
"access": "public"
|
6
6
|
},
|
7
7
|
"packageManager": "yarn@4.4.0",
|
8
|
-
"version": "1.0.
|
8
|
+
"version": "1.0.7",
|
9
9
|
"author": {
|
10
10
|
"name": "pAIrprog",
|
11
11
|
"url": "https://pairprog.io"
|
@@ -39,7 +39,7 @@
|
|
39
39
|
},
|
40
40
|
"./callable": {
|
41
41
|
"import": {
|
42
|
-
"types": "./
|
42
|
+
"types": "./dist/callable/callable.index.d.ts",
|
43
43
|
"default": "./dist/callable/callable.index.js"
|
44
44
|
},
|
45
45
|
"require": {
|
@@ -49,9 +49,9 @@
|
|
49
49
|
}
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
|
-
"@types/node": "^22.
|
53
|
-
"tsup": "^8.3.
|
54
|
-
"tsx": "^4.19.
|
52
|
+
"@types/node": "^22.9.0",
|
53
|
+
"tsup": "^8.3.5",
|
54
|
+
"tsx": "^4.19.2",
|
55
55
|
"typescript": "^5.6.3"
|
56
56
|
},
|
57
57
|
"files": [
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"!src/**/*.test.ts",
|
60
60
|
"dist/**/*"
|
61
61
|
],
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "6c0bd051ddf595bf6cac0ca455b1924d469da237"
|
63
63
|
}
|