capnweb 0.0.0-aa4fe30 → 0.0.0-f4275f5
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/package.json +8 -12
- package/dist/index-workers.cjs +0 -2652
- package/dist/index-workers.cjs.map +0 -1
- package/dist/index-workers.d.cts +0 -2
- package/dist/index.cjs +0 -2629
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -364
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "capnweb",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-f4275f5",
|
|
4
4
|
"description": "JavaScript/TypeScript-native RPC library with Promise Pipelining",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,15 +11,11 @@
|
|
|
11
11
|
],
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
-
"types": "./dist/index.d.ts",
|
|
15
14
|
"import": {
|
|
16
15
|
"workerd": "./dist/index-workers.js",
|
|
17
16
|
"default": "./dist/index.js"
|
|
18
17
|
},
|
|
19
|
-
"
|
|
20
|
-
"workerd": "./dist/index-workers.cjs",
|
|
21
|
-
"default": "./dist/index.cjs"
|
|
22
|
-
}
|
|
18
|
+
"types": "./dist/index.d.ts"
|
|
23
19
|
}
|
|
24
20
|
},
|
|
25
21
|
"type": "module",
|
|
@@ -27,8 +23,8 @@
|
|
|
27
23
|
"access": "public"
|
|
28
24
|
},
|
|
29
25
|
"scripts": {
|
|
30
|
-
"build": "tsup
|
|
31
|
-
"build:watch": "tsup --watch
|
|
26
|
+
"build": "tsup",
|
|
27
|
+
"build:watch": "tsup --watch",
|
|
32
28
|
"test": "vitest run",
|
|
33
29
|
"test:watch": "vitest",
|
|
34
30
|
"prepublishOnly": "npm run build"
|
|
@@ -36,15 +32,15 @@
|
|
|
36
32
|
"devDependencies": {
|
|
37
33
|
"@changesets/changelog-github": "^0.5.1",
|
|
38
34
|
"@changesets/cli": "^2.29.7",
|
|
39
|
-
"@cloudflare/vitest-pool-workers": "^0.
|
|
40
|
-
"@cloudflare/workers-types": "^4.
|
|
35
|
+
"@cloudflare/vitest-pool-workers": "^0.9.0",
|
|
36
|
+
"@cloudflare/workers-types": "^4.20250912.0",
|
|
41
37
|
"@types/ws": "^8.18.1",
|
|
42
38
|
"@vitest/browser": "^3.2.4",
|
|
43
39
|
"pkg-pr-new": "^0.0.60",
|
|
44
|
-
"playwright": "^1.
|
|
40
|
+
"playwright": "^1.55.0",
|
|
45
41
|
"tsup": "^8.5.0",
|
|
46
42
|
"tsx": "^4.20.6",
|
|
47
|
-
"typescript": "^5.9.
|
|
43
|
+
"typescript": "^5.9.2",
|
|
48
44
|
"vitest": "^3.2.4",
|
|
49
45
|
"ws": "^8.18.3"
|
|
50
46
|
},
|