@pluv/platform-cloudflare 0.12.0 → 0.12.2

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,18 +1,18 @@
1
1
 
2
- > @pluv/platform-cloudflare@0.12.0 build /home/runner/work/pluv/pluv/packages/platform-cloudflare
2
+ > @pluv/platform-cloudflare@0.12.2 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 v7.2.0
7
+ CLI tsup v8.0.1
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 6.93 KB
12
- CJS ⚡️ Build success in 73ms
13
11
  ESM dist/index.mjs 5.80 KB
14
- ESM ⚡️ Build success in 73ms
12
+ ESM ⚡️ Build success in 60ms
13
+ CJS dist/index.js 6.93 KB
14
+ CJS ⚡️ Build success in 59ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 7128ms
17
- DTS dist/index.d.mts 2.92 KB
18
- DTS dist/index.d.ts 2.92 KB
16
+ DTS ⚡️ Build success in 3633ms
17
+ DTS dist/index.d.mts 2.94 KB
18
+ DTS dist/index.d.ts 2.94 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @pluv/platform-cloudflare
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 259a7da: Bumped dependencies
8
+
9
+ ## 0.12.1
10
+
11
+ ### Patch Changes
12
+
13
+ - @pluv/io@0.12.1
14
+ - @pluv/types@0.12.1
15
+
3
16
  ## 0.12.0
4
17
 
5
18
  ### 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.0",
3
+ "version": "0.12.2",
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.0",
22
- "@pluv/types": "^0.12.0"
21
+ "@pluv/io": "^0.12.2",
22
+ "@pluv/types": "^0.12.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@cloudflare/workers-types": "^4.20230922.0",
26
- "eslint": "^8.50.0",
27
- "tsup": "^7.2.0",
25
+ "@cloudflare/workers-types": "^4.20231121.0",
26
+ "eslint": "^8.54.0",
27
+ "tsup": "^8.0.1",
28
28
  "typescript": "^5.2.2",
29
- "@pluv/tsconfig": "^0.12.0",
30
- "eslint-config-pluv": "^0.12.0"
29
+ "@pluv/tsconfig": "^0.12.2",
30
+ "eslint-config-pluv": "^0.12.2"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsup src/index.ts --format esm,cjs --dts",