@pluv/platform-cloudflare 0.1.6 → 0.1.8

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.1.6 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.1.8 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.6.3
7
+ CLI tsup v6.7.0
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
11
  CJS dist/index.js 2.52 KB
12
- CJS ⚡️ Build success in 87ms
12
+ CJS ⚡️ Build success in 57ms
13
13
  ESM dist/index.mjs 1.50 KB
14
- ESM ⚡️ Build success in 92ms
14
+ ESM ⚡️ Build success in 61ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4078ms
16
+ DTS ⚡️ Build success in 3365ms
17
17
  DTS dist/index.d.ts 1.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c5567f1]
8
+ - Updated dependencies [c5567f1]
9
+ - @pluv/io@0.3.0
10
+ - @pluv/types@0.1.4
11
+
12
+ ## 0.1.7
13
+
14
+ ### Patch Changes
15
+
16
+ - 9516a4e: updated typescript to 5.0
17
+ - 7b6da1c: bumped dependencies
18
+ - e9c1514: bumped dependencies
19
+ - 9d1829c: chore: bumped dependencies
20
+ - Updated dependencies [9516a4e]
21
+ - Updated dependencies [7b6da1c]
22
+ - Updated dependencies [e9c1514]
23
+ - Updated dependencies [9d1829c]
24
+ - @pluv/types@0.1.4
25
+ - @pluv/io@0.2.6
26
+
3
27
  ## 0.1.6
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "@pluv/io adapter for cloudflare workers",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -17,15 +17,15 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@pluv/io": "^0.2.5",
21
- "@pluv/types": "^0.1.3"
20
+ "@pluv/io": "^0.3.0",
21
+ "@pluv/types": "^0.1.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@cloudflare/workers-types": "^4.20230307.0",
25
- "tsup": "^6.6.3",
26
- "typescript": "^4.9.5",
27
- "@pluv/tsconfig": "^0.1.3",
28
- "eslint-config-pluv": "^0.1.5"
24
+ "@cloudflare/workers-types": "^4.20230321.0",
25
+ "tsup": "^6.7.0",
26
+ "typescript": "^5.0.2",
27
+ "@pluv/tsconfig": "^0.1.4",
28
+ "eslint-config-pluv": "^0.1.7"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsup src/index.ts --format esm,cjs --dts",