@pluv/platform-cloudflare 0.3.1 → 0.3.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,17 +1,17 @@
1
1
 
2
- > @pluv/platform-cloudflare@0.3.1 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.3.2 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 v6.7.0
7
+ CLI tsup v7.0.0
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 6.76 KB
12
- CJS ⚡️ Build success in 101ms
13
11
  ESM dist/index.mjs 5.63 KB
14
- ESM ⚡️ Build success in 102ms
12
+ ESM ⚡️ Build success in 141ms
13
+ CJS dist/index.js 6.76 KB
14
+ CJS ⚡️ Build success in 117ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 5082ms
16
+ DTS ⚡️ Build success in 7749ms
17
17
  DTS dist/index.d.ts 2.90 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d11672: bumped dependencies to latest
8
+ - Updated dependencies [8d11672]
9
+ - Updated dependencies [829d31b]
10
+ - @pluv/types@0.2.1
11
+ - @pluv/io@0.7.0
12
+
3
13
  ## 0.3.1
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.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "@pluv/io adapter for cloudflare workers",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -17,16 +17,18 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
+ "@playwright/test": "^1.35.1",
21
+ "@types/react": "^18.2.13",
20
22
  "path-to-regexp": "^6.2.1",
21
- "@pluv/io": "^0.6.0",
22
- "@pluv/types": "^0.2.0"
23
+ "@pluv/io": "^0.7.0",
24
+ "@pluv/types": "^0.2.1"
23
25
  },
24
26
  "devDependencies": {
25
- "@cloudflare/workers-types": "^4.20230511.0",
26
- "tsup": "^6.7.0",
27
- "typescript": "^5.0.4",
28
- "@pluv/tsconfig": "^0.1.6",
29
- "eslint-config-pluv": "^0.1.12"
27
+ "@cloudflare/workers-types": "^4.20230518.0",
28
+ "tsup": "^7.0.0",
29
+ "typescript": "^5.1.3",
30
+ "@pluv/tsconfig": "^0.1.7",
31
+ "eslint-config-pluv": "^0.1.13"
30
32
  },
31
33
  "scripts": {
32
34
  "build": "tsup src/index.ts --format esm,cjs --dts",