@pluv/platform-cloudflare 3.1.0 → 3.1.2

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@3.1.0 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@3.1.2 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
3
3
  > tsup src/index.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,7 +9,7 @@
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  ESM dist/index.mjs 8.92 KB
12
- ESM ⚡️ Build success in 27ms
12
+ ESM ⚡️ Build success in 50ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 1125ms
14
+ DTS ⚡️ Build success in 1175ms
15
15
  DTS dist/index.d.mts 5.50 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8f138aa]
8
+ - @pluv/io@3.1.2
9
+ - @pluv/persistence-cloudflare-transactional-storage@3.1.2
10
+ - @pluv/crdt@3.1.2
11
+ - @pluv/types@3.1.2
12
+
13
+ ## 3.1.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [7b719bf]
18
+ - @pluv/io@3.1.1
19
+ - @pluv/persistence-cloudflare-transactional-storage@3.1.1
20
+ - @pluv/crdt@3.1.1
21
+ - @pluv/types@3.1.1
22
+
3
23
  ## 3.1.0
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "@pluv/io adapter for cloudflare workers",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -17,18 +17,18 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "path-to-regexp": "^8.2.0",
20
- "@pluv/crdt": "^3.1.0",
21
- "@pluv/io": "^3.1.0",
22
- "@pluv/persistence-cloudflare-transactional-storage": "^3.1.0",
23
- "@pluv/types": "^3.1.0"
20
+ "@pluv/crdt": "^3.1.2",
21
+ "@pluv/io": "^3.1.2",
22
+ "@pluv/persistence-cloudflare-transactional-storage": "^3.1.2",
23
+ "@pluv/types": "^3.1.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@cloudflare/workers-types": "^4.20250521.0",
27
27
  "eslint": "^9.27.0",
28
28
  "tsup": "^8.5.0",
29
29
  "typescript": "^5.8.3",
30
- "@pluv/tsconfig": "^3.1.0",
31
- "eslint-config-pluv": "^3.1.0"
30
+ "@pluv/tsconfig": "^3.1.2",
31
+ "eslint-config-pluv": "^3.1.2"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsup src/index.ts",