@pluv/platform-cloudflare 0.26.0 → 0.27.0

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,18 +1,18 @@
1
1
 
2
- > @pluv/platform-cloudflare@0.26.0 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.27.0 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
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.2.4
7
+ CLI tsup v8.3.0
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- ESM dist/index.mjs 11.63 KB
12
- ESM ⚡️ Build success in 29ms
13
11
  CJS dist/index.js 12.73 KB
14
- CJS ⚡️ Build success in 29ms
12
+ CJS ⚡️ Build success in 128ms
13
+ ESM dist/index.mjs 11.63 KB
14
+ ESM ⚡️ Build success in 129ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 699ms
16
+ DTS ⚡️ Build success in 831ms
17
17
  DTS dist/index.d.mts 4.15 KB
18
18
  DTS dist/index.d.ts 4.15 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.27.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [19ed36c]
8
+ - Updated dependencies [e309b0b]
9
+ - @pluv/io@0.27.0
10
+ - @pluv/persistence-cloudflare-transactional-storage@0.27.0
11
+ - @pluv/types@0.27.0
12
+
3
13
  ## 0.26.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "description": "@pluv/io adapter for cloudflare workers",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -18,17 +18,17 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "path-to-regexp": "^7.1.0",
21
- "@pluv/io": "^0.26.0",
22
- "@pluv/persistence-cloudflare-transactional-storage": "^0.26.0",
23
- "@pluv/types": "^0.26.0"
21
+ "@pluv/io": "^0.27.0",
22
+ "@pluv/persistence-cloudflare-transactional-storage": "^0.27.0",
23
+ "@pluv/types": "^0.27.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@cloudflare/workers-types": "^4.20240821.1",
26
+ "@cloudflare/workers-types": "^4.20240909.0",
27
27
  "eslint": "^8.57.0",
28
- "tsup": "^8.2.4",
29
- "typescript": "^5.5.4",
30
- "@pluv/tsconfig": "^0.26.0",
31
- "eslint-config-pluv": "^0.26.0"
28
+ "tsup": "^8.3.0",
29
+ "typescript": "^5.6.2",
30
+ "@pluv/tsconfig": "^0.27.0",
31
+ "eslint-config-pluv": "^0.27.0"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsup src/index.ts --format esm,cjs --dts",