@pluv/platform-cloudflare 0.1.5 → 0.1.7
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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +25 -0
- package/README.md +6 -6
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @pluv/platform-cloudflare@0.1.
|
|
2
|
+
> @pluv/platform-cloudflare@0.1.7 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
|
|
3
3
|
> tsup src/index.ts --format esm,cjs --dts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v6.
|
|
7
|
+
[34mCLI[39m tsup v6.7.0
|
|
8
8
|
[34mCLI[39m Target: es6
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.50 KB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 64ms
|
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m2.52 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 65ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 4513ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.03 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @pluv/platform-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9516a4e: updated typescript to 5.0
|
|
8
|
+
- 7b6da1c: bumped dependencies
|
|
9
|
+
- e9c1514: bumped dependencies
|
|
10
|
+
- 9d1829c: chore: bumped dependencies
|
|
11
|
+
- Updated dependencies [9516a4e]
|
|
12
|
+
- Updated dependencies [7b6da1c]
|
|
13
|
+
- Updated dependencies [e9c1514]
|
|
14
|
+
- Updated dependencies [9d1829c]
|
|
15
|
+
- @pluv/types@0.1.4
|
|
16
|
+
- @pluv/io@0.2.6
|
|
17
|
+
|
|
18
|
+
## 0.1.6
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 161e00e: fixed links to other pluv packages in readmes
|
|
23
|
+
- Updated dependencies [161e00e]
|
|
24
|
+
- Updated dependencies [f6c0e65]
|
|
25
|
+
- @pluv/io@0.2.5
|
|
26
|
+
- @pluv/types@0.1.3
|
|
27
|
+
|
|
3
28
|
## 0.1.5
|
|
4
29
|
|
|
5
30
|
### 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://
|
|
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.
|
|
3
|
+
"version": "0.1.7",
|
|
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.
|
|
21
|
-
"@pluv/types": "^0.1.
|
|
20
|
+
"@pluv/io": "^0.2.6",
|
|
21
|
+
"@pluv/types": "^0.1.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@cloudflare/workers-types": "^4.
|
|
25
|
-
"tsup": "^6.
|
|
26
|
-
"typescript": "^
|
|
27
|
-
"@pluv/tsconfig": "^0.1.
|
|
28
|
-
"eslint-config-pluv": "^0.1.
|
|
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.6"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|