@pluv/platform-cloudflare 0.37.5 → 0.37.6

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.37.5 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.37.6 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
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  CJS Build start
11
11
  CJS dist/index.js 13.95 KB
12
- CJS ⚡️ Build success in 41ms
12
+ CJS ⚡️ Build success in 72ms
13
13
  ESM dist/index.mjs 12.82 KB
14
- ESM ⚡️ Build success in 42ms
14
+ ESM ⚡️ Build success in 73ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 968ms
16
+ DTS ⚡️ Build success in 1112ms
17
17
  DTS dist/index.d.mts 6.63 KB
18
18
  DTS dist/index.d.ts 6.63 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.37.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3a874f1]
8
+ - @pluv/io@0.37.6
9
+ - @pluv/persistence-cloudflare-transactional-storage@0.37.6
10
+ - @pluv/types@0.37.6
11
+
3
12
  ## 0.37.5
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "0.37.5",
3
+ "version": "0.37.6",
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": "^8.2.0",
21
- "@pluv/io": "^0.37.5",
22
- "@pluv/persistence-cloudflare-transactional-storage": "^0.37.5",
23
- "@pluv/types": "^0.37.5"
21
+ "@pluv/persistence-cloudflare-transactional-storage": "^0.37.6",
22
+ "@pluv/io": "^0.37.6",
23
+ "@pluv/types": "^0.37.6"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@cloudflare/workers-types": "^4.20250303.0",
27
27
  "eslint": "^8.57.1",
28
28
  "tsup": "^8.4.0",
29
29
  "typescript": "^5.8.2",
30
- "@pluv/tsconfig": "^0.37.5",
31
- "eslint-config-pluv": "^0.37.5"
30
+ "eslint-config-pluv": "^0.37.6",
31
+ "@pluv/tsconfig": "^0.37.6"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsup src/index.ts --format esm,cjs --dts",