@pluv/platform-cloudflare 0.12.1 → 0.12.3
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 +7 -7
- package/CHANGELOG.md +15 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @pluv/platform-cloudflare@0.12.
|
|
2
|
+
> @pluv/platform-cloudflare@0.12.3 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
|
|
7
|
+
[34mCLI[39m tsup v8.0.1
|
|
8
8
|
[34mCLI[39m Target: es6
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m6.93 KB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 90ms
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m5.80 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 91ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m2.
|
|
18
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 3646ms
|
|
17
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m2.94 KB[39m
|
|
18
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.94 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @pluv/platform-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.12.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- da9f600: Upgraded dependencies
|
|
8
|
+
- Updated dependencies [da9f600]
|
|
9
|
+
- @pluv/io@0.12.3
|
|
10
|
+
- @pluv/types@0.12.3
|
|
11
|
+
|
|
12
|
+
## 0.12.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 259a7da: Bumped dependencies
|
|
17
|
+
|
|
3
18
|
## 0.12.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -51,4 +51,4 @@ declare const createPluvHandler: <TPluv extends PluvIO<CloudflarePlatform<{}>, a
|
|
|
51
51
|
|
|
52
52
|
declare const platformCloudflare: <TEnv extends Record<string, any> = {}>() => CloudflarePlatform<TEnv>;
|
|
53
53
|
|
|
54
|
-
export { AuthorizeFunction, AuthorizeFunctionContext, CreatePluvHandlerConfig, CreatePluvHandlerResult, PluvHandlerFetch, createPluvHandler, platformCloudflare };
|
|
54
|
+
export { type AuthorizeFunction, type AuthorizeFunctionContext, type CreatePluvHandlerConfig, type CreatePluvHandlerResult, type PluvHandlerFetch, createPluvHandler, platformCloudflare };
|
package/dist/index.d.ts
CHANGED
|
@@ -51,4 +51,4 @@ declare const createPluvHandler: <TPluv extends PluvIO<CloudflarePlatform<{}>, a
|
|
|
51
51
|
|
|
52
52
|
declare const platformCloudflare: <TEnv extends Record<string, any> = {}>() => CloudflarePlatform<TEnv>;
|
|
53
53
|
|
|
54
|
-
export { AuthorizeFunction, AuthorizeFunctionContext, CreatePluvHandlerConfig, CreatePluvHandlerResult, PluvHandlerFetch, createPluvHandler, platformCloudflare };
|
|
54
|
+
export { type AuthorizeFunction, type AuthorizeFunctionContext, type CreatePluvHandlerConfig, type CreatePluvHandlerResult, type PluvHandlerFetch, createPluvHandler, platformCloudflare };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pluv/platform-cloudflare",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"description": "@pluv/io adapter for cloudflare workers",
|
|
5
5
|
"author": "leedavidcs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"path-to-regexp": "^6.2.1",
|
|
21
|
-
"@pluv/io": "^0.12.
|
|
22
|
-
"@pluv/types": "^0.12.
|
|
21
|
+
"@pluv/io": "^0.12.3",
|
|
22
|
+
"@pluv/types": "^0.12.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@cloudflare/workers-types": "^4.
|
|
26
|
-
"eslint": "^8.
|
|
27
|
-
"tsup": "^
|
|
25
|
+
"@cloudflare/workers-types": "^4.20231121.0",
|
|
26
|
+
"eslint": "^8.55.0",
|
|
27
|
+
"tsup": "^8.0.1",
|
|
28
28
|
"typescript": "^5.2.2",
|
|
29
|
-
"@pluv/tsconfig": "^0.12.
|
|
30
|
-
"eslint-config-pluv": "^0.12.
|
|
29
|
+
"@pluv/tsconfig": "^0.12.3",
|
|
30
|
+
"eslint-config-pluv": "^0.12.3"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|