@pluv/platform-cloudflare 0.1.5 → 0.1.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.1.5 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.1.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
@@ -8,10 +8,10 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- ESM dist/index.mjs 1.50 KB
12
- ESM ⚡️ Build success in 69ms
13
11
  CJS dist/index.js 2.52 KB
14
- CJS ⚡️ Build success in 67ms
12
+ CJS ⚡️ Build success in 87ms
13
+ ESM dist/index.mjs 1.50 KB
14
+ ESM ⚡️ Build success in 92ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3304ms
16
+ DTS ⚡️ Build success in 4078ms
17
17
  DTS dist/index.d.ts 1.03 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 161e00e: fixed links to other pluv packages in readmes
8
+ - Updated dependencies [161e00e]
9
+ - Updated dependencies [f6c0e65]
10
+ - @pluv/io@0.2.5
11
+ - @pluv/types@0.1.3
12
+
3
13
  ## 0.1.5
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
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
3
 
4
4
  <h1 align="center">
5
- <br>
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">
7
- <br>
5
+ <br />
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" />
7
+ <br />
8
8
  Pluv.IO (preview)
9
- <br>
9
+ <br />
10
10
  </h1>
11
11
 
12
12
  <h3 align="center">Multi-platform, E2E type-safe realtime packages</h3>
@@ -19,7 +19,7 @@
19
19
  <a href="https://github.com/pluv-io/pluv/blob/master/LICENSE">
20
20
  <img alt="GitHub" src="https://img.shields.io/github/license/pluv-io/pluv" alt="License MIT" />
21
21
  </a>
22
- <img src="https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555" alt="TypeScript">
22
+ <img src="https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555" alt="TypeScript" />
23
23
  <a href="https://commitizen.github.io/cz-cli/">
24
24
  <img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly" />
25
25
  </a>
@@ -32,7 +32,7 @@
32
32
 
33
33
  ## `@pluv/platform-cloudflare`
34
34
 
35
- > Enables [@pluv/io](https://img.shields.io/npm/v/@pluv/io) to run on [Cloudflare Workers](https://workers.cloudflare.com/).
35
+ > Enables [@pluv/io](https://www.npmjs.com/package/@pluv/io) to run on [Cloudflare Workers](https://workers.cloudflare.com/).
36
36
 
37
37
  ## Installation
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-cloudflare",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "@pluv/io adapter for cloudflare workers",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@pluv/io": "^0.2.4",
20
+ "@pluv/io": "^0.2.5",
21
21
  "@pluv/types": "^0.1.3"
22
22
  },
23
23
  "devDependencies": {
@@ -25,7 +25,7 @@
25
25
  "tsup": "^6.6.3",
26
26
  "typescript": "^4.9.5",
27
27
  "@pluv/tsconfig": "^0.1.3",
28
- "eslint-config-pluv": "^0.1.4"
28
+ "eslint-config-pluv": "^0.1.5"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsup src/index.ts --format esm,cjs --dts",