unplugin-cloudflare-tunnel 0.0.1 → 0.0.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.
- package/dist/{api.js → api.mjs} +28 -28
- package/dist/{esbuild.d.ts → esbuild.d.mts} +1 -1
- package/dist/{esbuild.js → esbuild.mjs} +6 -1
- package/dist/{farm.d.ts → farm.d.mts} +1 -1
- package/dist/{farm.js → farm.mjs} +6 -1
- package/dist/{index-BK_mUExr.d.ts → index.d.mts} +12 -2
- package/dist/{src-CVRdCQUT.js → index.mjs} +80 -49
- package/dist/{rolldown.d.ts → rolldown.d.mts} +1 -1
- package/dist/{rolldown.js → rolldown.mjs} +6 -1
- package/dist/{rollup.d.ts → rollup.d.mts} +1 -1
- package/dist/{rollup.js → rollup.mjs} +6 -1
- package/dist/{rspack.d.ts → rspack.d.mts} +1 -1
- package/dist/{rspack.js → rspack.mjs} +6 -1
- package/dist/schemas-CwcXCIyR.mjs +941 -0
- package/dist/{vite.d.ts → vite.d.mts} +1 -1
- package/dist/{vite.js → vite.mjs} +6 -1
- package/dist/{webpack.d.ts → webpack.d.mts} +1 -1
- package/dist/{webpack.js → webpack.mjs} +6 -1
- package/package.json +36 -32
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -3
- /package/dist/{api.d.ts → api.d.mts} +0 -0
- /package/dist/{astro.d.ts → astro.d.mts} +0 -0
- /package/dist/{astro.js → astro.mjs} +0 -0
- /package/dist/{virtual.d.ts → virtual.d.mts} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-cloudflare-tunnel",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"packageManager": "bun@1.3.5",
|
|
3
|
+
"version": "0.0.2",
|
|
5
4
|
"description": "A plugin that automatically creates and manages Cloudflare tunnels for local development",
|
|
6
5
|
"type": "module",
|
|
7
6
|
"imports": {
|
|
@@ -12,22 +11,21 @@
|
|
|
12
11
|
"dist",
|
|
13
12
|
"package.json"
|
|
14
13
|
],
|
|
15
|
-
"main": "./dist/index.
|
|
16
|
-
"module": "./dist/index.
|
|
17
|
-
"types": "./dist/index.d.
|
|
14
|
+
"main": "./dist/index.mjs",
|
|
15
|
+
"module": "./dist/index.mjs",
|
|
16
|
+
"types": "./dist/index.d.mts",
|
|
18
17
|
"exports": {
|
|
19
|
-
".": "./dist/index.
|
|
20
|
-
"./
|
|
21
|
-
"./
|
|
22
|
-
"./
|
|
23
|
-
"./
|
|
24
|
-
"./
|
|
25
|
-
"./
|
|
26
|
-
"./
|
|
27
|
-
"./
|
|
28
|
-
"./
|
|
29
|
-
"./*": "./*"
|
|
30
|
-
"./virtual": "./dist/virtual.d.ts"
|
|
18
|
+
".": "./dist/index.mjs",
|
|
19
|
+
"./api": "./dist/api.mjs",
|
|
20
|
+
"./astro": "./dist/astro.mjs",
|
|
21
|
+
"./esbuild": "./dist/esbuild.mjs",
|
|
22
|
+
"./farm": "./dist/farm.mjs",
|
|
23
|
+
"./rolldown": "./dist/rolldown.mjs",
|
|
24
|
+
"./rollup": "./dist/rollup.mjs",
|
|
25
|
+
"./rspack": "./dist/rspack.mjs",
|
|
26
|
+
"./vite": "./dist/vite.mjs",
|
|
27
|
+
"./webpack": "./dist/webpack.mjs",
|
|
28
|
+
"./*": "./*"
|
|
31
29
|
},
|
|
32
30
|
"typesVersions": {
|
|
33
31
|
"*": {
|
|
@@ -38,48 +36,47 @@
|
|
|
38
36
|
}
|
|
39
37
|
},
|
|
40
38
|
"scripts": {
|
|
41
|
-
"build": "tsdown
|
|
39
|
+
"build": "tsdown",
|
|
42
40
|
"check": "biome check . --fix --unsafe",
|
|
43
|
-
"check:types": "
|
|
44
|
-
"publint": "bun x publint@latest run --pack bun --strict",
|
|
45
|
-
"attw": "bun x @arethetypeswrong/cli@latest --pack . --ignore-rules='false-cjs' --ignore-rules='cjs-resolves-to-esm'",
|
|
41
|
+
"check:types": "bun tsgo --project tsconfig.json --noEmit",
|
|
46
42
|
"changeset:version": "changeset version && biome format . --write",
|
|
47
43
|
"changeset:publish": "bun ./scripts/publish.ts --registry='https://registry.npmjs.org'",
|
|
48
|
-
"
|
|
44
|
+
"publint": "bun x publint@latest run --pack bun --strict",
|
|
45
|
+
"attw": "bun x @arethetypeswrong/cli@latest --pack . --ignore-rules='false-cjs' --ignore-rules='cjs-resolves-to-esm'",
|
|
49
46
|
"prepublishOnly": "bun run build"
|
|
50
47
|
},
|
|
51
48
|
"dependencies": {
|
|
52
49
|
"cloudflared": "^0.7.1",
|
|
53
|
-
"unplugin": "^2.3.
|
|
54
|
-
"zod": "^4.2.1"
|
|
50
|
+
"unplugin": "^2.3.11"
|
|
55
51
|
},
|
|
56
52
|
"devDependencies": {
|
|
57
53
|
"@arethetypeswrong/core": "^0.18.2",
|
|
58
54
|
"@biomejs/biome": "^2.3.10",
|
|
59
55
|
"@changesets/changelog-github": "^0.5.2",
|
|
60
56
|
"@changesets/cli": "^2.29.8",
|
|
61
|
-
"@rspack/core": "^1.
|
|
57
|
+
"@rspack/core": "^1.7.0",
|
|
62
58
|
"@sxzz/test-utils": "^0.5.15",
|
|
63
59
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
64
60
|
"@types/bun": "^1.3.5",
|
|
65
61
|
"@types/node": "^25.0.3",
|
|
66
|
-
"
|
|
62
|
+
"@typescript/native-preview": "^7.0.0-dev.20251231.1",
|
|
67
63
|
"publint": "^0.3.16",
|
|
68
|
-
"rollup": "^4.
|
|
69
|
-
"tsdown": "^0.
|
|
64
|
+
"rollup": "^4.54.0",
|
|
65
|
+
"tsdown": "^0.18.4",
|
|
70
66
|
"tsx": "^4.21.0",
|
|
71
67
|
"typescript": "^5.9.3",
|
|
72
68
|
"unplugin-unused": "^0.5.6",
|
|
73
|
-
"vite": "^7.
|
|
69
|
+
"vite": "^7.3.0",
|
|
74
70
|
"vitest": "^4.0.16",
|
|
75
|
-
"webpack-dev-server": "^5.2.2"
|
|
71
|
+
"webpack-dev-server": "^5.2.2",
|
|
72
|
+
"zod": "^4.3.3"
|
|
76
73
|
},
|
|
77
74
|
"peerDependencies": {
|
|
78
75
|
"vite": ">=3",
|
|
79
76
|
"esbuild": ">=0.2",
|
|
80
|
-
"rollup": "
|
|
77
|
+
"rollup": ">=3",
|
|
81
78
|
"@farmfe/core": ">=1",
|
|
82
|
-
"webpack": "
|
|
79
|
+
"webpack": ">=5",
|
|
83
80
|
"@rspack/core": ">=1",
|
|
84
81
|
"astro": ">=5"
|
|
85
82
|
},
|
|
@@ -109,6 +106,12 @@
|
|
|
109
106
|
"optional": true
|
|
110
107
|
}
|
|
111
108
|
},
|
|
109
|
+
"resolutions": {
|
|
110
|
+
"zod": "^4.3.3"
|
|
111
|
+
},
|
|
112
|
+
"overrides": {
|
|
113
|
+
"zod": "^4.3.3"
|
|
114
|
+
},
|
|
112
115
|
"engines": {
|
|
113
116
|
"node": ">=20.0"
|
|
114
117
|
},
|
|
@@ -123,6 +126,7 @@
|
|
|
123
126
|
"farm",
|
|
124
127
|
"astro"
|
|
125
128
|
],
|
|
129
|
+
"packageManager": "bun@1.3.5",
|
|
126
130
|
"license": "MIT",
|
|
127
131
|
"repository": "o-az/unplugin-cloudflare-tunnel",
|
|
128
132
|
"readme": "https://github.com/o-az/unplugin-cloudflare-tunnel/blob/main/.github/README.md",
|
package/dist/index.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { a as DNSRecord, i as CloudflareTunnelOptions, n as CloudflareApiResponse, o as Tunnel, r as CloudflareTunnel, s as Zone, t as Account } from "./index-BK_mUExr.js";
|
|
2
|
-
export { Account, CloudflareApiResponse, CloudflareTunnel, CloudflareTunnel as default, CloudflareTunnelOptions, DNSRecord, Tunnel, Zone };
|
package/dist/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|