@synstack/resolved 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
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.6",
|
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": {
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"!src/**/*.test.ts",
|
60
60
|
"dist/**/*"
|
61
61
|
],
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "f2c1d994ddffe60e0473c67870e328453fbf907b"
|
63
63
|
}
|