@pluv/platform-cloudflare 0.1.2 → 0.1.4

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.1.2 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.1.4 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
@@ -8,10 +8,10 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 2.52 KB
12
- CJS ⚡️ Build success in 85ms
13
11
  ESM dist/index.mjs 1.50 KB
14
- ESM ⚡️ Build success in 94ms
12
+ ESM ⚡️ Build success in 73ms
13
+ CJS dist/index.js 2.52 KB
14
+ CJS ⚡️ Build success in 73ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4075ms
16
+ DTS ⚡️ Build success in 3635ms
17
17
  DTS dist/index.d.ts 1.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [95b5ef8]
8
+ - Updated dependencies [e23fbbe]
9
+ - @pluv/io@0.2.3
10
+ - @pluv/types@0.1.2
11
+
12
+ ## 0.1.3
13
+
14
+ ### Patch Changes
15
+
16
+ - fe80d7b: added preview disclaimer about breaking changes in the readme
17
+ - Updated dependencies [fe80d7b]
18
+ - @pluv/io@0.2.2
19
+ - @pluv/types@0.1.2
20
+
3
21
  ## 0.1.2
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ > **Disclaimer:**
2
+ > This package is currently in preview and may have breaking changes between versions. Please wait for a `v1.0.0` stable release before using this in production.
3
+
1
4
  <h1 align="center">
2
5
  <br>
3
6
  <img src="https://github.com/pluv-io/pluv/blob/master/assets/pluv-icon-192x192.png?raw=true" alt="Pluv.IO" width="180" style="border-radius:16px">
@@ -23,7 +26,9 @@
23
26
  <img src="https://img.shields.io/badge/docs-coming%20soon!-blue" alt="Docs coming soon!" />
24
27
  </p>
25
28
 
26
- <img src="https://github.com/pluv-io/pluv/blob/master/assets/demo-events.gif?raw=true" alt="Demo" />
29
+ <p align="center">
30
+ <img src="https://github.com/pluv-io/pluv/blob/master/assets/demo-events.gif?raw=true" alt="Demo" />
31
+ </p>
27
32
 
28
33
  ## `@pluv/platform-cloudflare`
29
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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.1",
21
- "@pluv/types": "^0.1.1"
20
+ "@pluv/io": "^0.2.3",
21
+ "@pluv/types": "^0.1.2"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@cloudflare/workers-types": "^3.18.0",
25
- "@pluv/tsconfig": "^0.1.1",
26
- "eslint-config-pluv": "^0.1.1",
27
25
  "tsup": "^6.5.0",
28
- "typescript": "^4.9.4"
26
+ "typescript": "^4.9.4",
27
+ "@pluv/tsconfig": "^0.1.2",
28
+ "eslint-config-pluv": "^0.1.3"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsup src/index.ts --format esm,cjs --dts",