@endo/promise-kit 1.1.5 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts.map +1 -0
- package/index.js +0 -2
- package/package.json +11 -8
- package/shim.d.ts.map +1 -0
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"AAYA;;;;;;;GAOG;AACH,+BAHa,CAAC,KACD,OAAO,gBAAgB,EAAE,UAAU,CAAC,CAAC,CAAC,CAQlD;AAOD;;;;;;;;;;GAUG;AACH,6BAJuC,CAAC,SAA1B,SAAS,OAAO,EAAE,GAAG,EAAG,UAC3B,CAAC,GACC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAIvC"}
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@endo/promise-kit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Helper for making promises",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"promise"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "exit 0",
|
|
29
29
|
"prepack": "tsc --build tsconfig.build.json",
|
|
30
|
-
"postpack": "git clean -f '*.d.ts*'",
|
|
30
|
+
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
|
|
31
31
|
"cover": "c8 ava",
|
|
32
32
|
"lint": "yarn lint:types && yarn lint:eslint",
|
|
33
33
|
"lint-check": "yarn lint",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"test:xs": "exit 0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"ses": "^1.
|
|
41
|
+
"ses": "^1.9.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"ava": "^6.1.3",
|
|
@@ -50,14 +50,18 @@
|
|
|
50
50
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
51
51
|
"eslint-plugin-import": "^2.29.1",
|
|
52
52
|
"prettier": "^3.2.5",
|
|
53
|
-
"typescript": "~5.6.
|
|
53
|
+
"typescript": "~5.6.2"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
|
+
"./*.d.ts",
|
|
57
|
+
"./*.js",
|
|
58
|
+
"./*.map",
|
|
56
59
|
"LICENSE*",
|
|
57
60
|
"SECURITY*",
|
|
61
|
+
"dist",
|
|
62
|
+
"lib",
|
|
58
63
|
"src",
|
|
59
|
-
"
|
|
60
|
-
"*.ts"
|
|
64
|
+
"tools"
|
|
61
65
|
],
|
|
62
66
|
"publishConfig": {
|
|
63
67
|
"access": "public"
|
|
@@ -69,7 +73,6 @@
|
|
|
69
73
|
},
|
|
70
74
|
"ava": {
|
|
71
75
|
"files": [
|
|
72
|
-
"test/**/test-*.*",
|
|
73
76
|
"test/**/*.test.*"
|
|
74
77
|
],
|
|
75
78
|
"timeout": "2m"
|
|
@@ -80,5 +83,5 @@
|
|
|
80
83
|
"typeCoverage": {
|
|
81
84
|
"atLeast": 90.9
|
|
82
85
|
},
|
|
83
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "c242c28a68d1af29475150e44b5f3e9d0feda8cd"
|
|
84
87
|
}
|
package/shim.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shim.d.ts","sourceRoot":"","sources":["shim.js"],"names":[],"mappings":""}
|