@pluv/platform-cloudflare 0.3.3 → 0.3.4

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @pluv/platform-cloudflare@0.3.3 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.3.4 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
3
3
  > tsup src/index.ts --format esm,cjs --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,11 +8,11 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 6.89 KB
12
- CJS ⚡️ Build success in 135ms
13
11
  ESM dist/index.mjs 5.76 KB
14
- ESM ⚡️ Build success in 137ms
12
+ ESM ⚡️ Build success in 120ms
13
+ CJS dist/index.js 6.89 KB
14
+ CJS ⚡️ Build success in 121ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 7862ms
16
+ DTS ⚡️ Build success in 7077ms
17
17
  DTS dist/index.d.mts 2.90 KB
18
18
  DTS dist/index.d.ts 2.90 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @pluv/io@0.7.2
8
+
3
9
  ## 0.3.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "@pluv/io adapter for cloudflare workers",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -19,14 +19,14 @@
19
19
  "dependencies": {
20
20
  "@types/react": "^18.2.15",
21
21
  "path-to-regexp": "^6.2.1",
22
- "@pluv/io": "^0.7.1",
22
+ "@pluv/io": "^0.7.2",
23
23
  "@pluv/types": "^0.2.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@cloudflare/workers-types": "^4.20230710.1",
26
+ "@cloudflare/workers-types": "^4.20230717.1",
27
27
  "tsup": "^7.1.0",
28
28
  "typescript": "^5.1.6",
29
- "@pluv/tsconfig": "^0.1.8",
29
+ "@pluv/tsconfig": "^0.2.0",
30
30
  "eslint-config-pluv": "^0.1.14"
31
31
  },
32
32
  "scripts": {