wrangler 0.0.0-fd3517a → 0.0.0-fd39ae64
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/Cloudflare_CA.pem +18 -0
- package/README.md +30 -10
- package/bin/wrangler.js +113 -39
- package/kv-asset-handler.js +1 -0
- package/package.json +130 -72
- package/templates/__tests__/pages-dev-util.test.ts +128 -0
- package/templates/__tests__/tsconfig-sanity.ts +12 -0
- package/templates/__tests__/tsconfig.json +8 -0
- package/templates/checked-fetch.js +30 -0
- package/templates/facade.d.ts +17 -0
- package/templates/gitignore +172 -0
- package/templates/init-tests/test-jest-new-worker.js +23 -0
- package/templates/init-tests/test-vitest-new-worker.js +24 -0
- package/templates/init-tests/test-vitest-new-worker.ts +25 -0
- package/templates/middleware/common.ts +67 -0
- package/templates/middleware/loader-modules.ts +137 -0
- package/templates/middleware/loader-sw.ts +228 -0
- package/templates/middleware/middleware-d1-beta.d.ts +3 -0
- package/templates/middleware/middleware-miniflare3-json-error.ts +33 -0
- package/templates/middleware/middleware-multiworker-dev.d.ts +4 -0
- package/templates/middleware/middleware-multiworker-dev.ts +59 -0
- package/templates/middleware/middleware-pretty-error.ts +40 -0
- package/templates/middleware/middleware-scheduled.ts +15 -0
- package/templates/middleware/middleware-serve-static-assets.d.ts +6 -0
- package/templates/middleware/middleware-serve-static-assets.ts +56 -0
- package/templates/new-worker-scheduled.js +17 -0
- package/templates/new-worker-scheduled.ts +32 -0
- package/templates/new-worker.js +3 -3
- package/templates/new-worker.ts +22 -4
- package/templates/no-op-worker.js +10 -0
- package/templates/pages-dev-pipeline.ts +31 -0
- package/templates/pages-dev-util.ts +55 -0
- package/templates/pages-shim.ts +9 -0
- package/templates/pages-template-plugin.ts +190 -0
- package/templates/pages-template-worker.ts +198 -0
- package/templates/tsconfig-sanity.ts +11 -0
- package/templates/tsconfig.init.json +105 -0
- package/templates/tsconfig.json +6 -103
- package/wrangler-dist/cli.d.ts +1749 -0
- package/wrangler-dist/cli.js +141133 -135382
- package/wrangler-dist/wasm-sync.wasm +0 -0
- package/import_meta_url.js +0 -3
- package/miniflare-config-stubs/.env.empty +0 -0
- package/miniflare-config-stubs/package.empty.json +0 -1
- package/miniflare-config-stubs/wrangler.empty.toml +0 -0
- package/miniflare-dist/index.mjs +0 -79
- package/miniflare-dist/index.mjs.map +0 -7
- package/pages/functions/buildPlugin.ts +0 -55
- package/pages/functions/buildWorker.ts +0 -62
- package/pages/functions/filepath-routing.test.ts +0 -234
- package/pages/functions/filepath-routing.ts +0 -189
- package/pages/functions/identifiers.ts +0 -78
- package/pages/functions/routes.ts +0 -156
- package/pages/functions/template-plugin.ts +0 -146
- package/pages/functions/template-worker.ts +0 -143
- package/src/__tests__/config-cache.test.ts +0 -31
- package/src/__tests__/configuration.test.ts +0 -3102
- package/src/__tests__/dev.test.tsx +0 -631
- package/src/__tests__/guess-worker-format.test.ts +0 -85
- package/src/__tests__/helpers/clipboardy-mock.js +0 -4
- package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
- package/src/__tests__/helpers/faye-websocket.d.ts +0 -6
- package/src/__tests__/helpers/mock-account-id.ts +0 -48
- package/src/__tests__/helpers/mock-bin.ts +0 -36
- package/src/__tests__/helpers/mock-cfetch.ts +0 -211
- package/src/__tests__/helpers/mock-console.ts +0 -85
- package/src/__tests__/helpers/mock-dialogs.ts +0 -65
- package/src/__tests__/helpers/mock-http-server.ts +0 -46
- package/src/__tests__/helpers/mock-istty.ts +0 -23
- package/src/__tests__/helpers/mock-kv.ts +0 -33
- package/src/__tests__/helpers/mock-oauth-flow.ts +0 -231
- package/src/__tests__/helpers/mock-stdin.ts +0 -103
- package/src/__tests__/helpers/mock-web-socket.ts +0 -29
- package/src/__tests__/helpers/run-in-tmp.ts +0 -39
- package/src/__tests__/helpers/run-wrangler.ts +0 -16
- package/src/__tests__/helpers/write-worker-source.ts +0 -31
- package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
- package/src/__tests__/https-options.test.ts +0 -129
- package/src/__tests__/index.test.ts +0 -239
- package/src/__tests__/init.test.ts +0 -833
- package/src/__tests__/jest.setup.ts +0 -73
- package/src/__tests__/kv.test.ts +0 -1418
- package/src/__tests__/logger.test.ts +0 -115
- package/src/__tests__/package-manager.test.ts +0 -206
- package/src/__tests__/pages.test.ts +0 -354
- package/src/__tests__/parse.test.ts +0 -322
- package/src/__tests__/publish.test.ts +0 -4677
- package/src/__tests__/r2.test.ts +0 -202
- package/src/__tests__/route.test.ts +0 -45
- package/src/__tests__/secret.test.ts +0 -437
- package/src/__tests__/sentry.test.ts +0 -146
- package/src/__tests__/tail.test.ts +0 -660
- package/src/__tests__/user.test.ts +0 -126
- package/src/__tests__/whoami.test.tsx +0 -97
- package/src/bundle.ts +0 -169
- package/src/cfetch/index.ts +0 -104
- package/src/cfetch/internal.ts +0 -139
- package/src/cli.ts +0 -21
- package/src/config/README.md +0 -107
- package/src/config/config.ts +0 -234
- package/src/config/diagnostics.ts +0 -80
- package/src/config/environment.ts +0 -394
- package/src/config/index.ts +0 -63
- package/src/config/validation-helpers.ts +0 -573
- package/src/config/validation.ts +0 -1423
- package/src/config-cache.ts +0 -43
- package/src/create-worker-preview.ts +0 -173
- package/src/create-worker-upload-form.ts +0 -240
- package/src/dev/dev.tsx +0 -420
- package/src/dev/local.tsx +0 -312
- package/src/dev/remote.tsx +0 -213
- package/src/dev/use-esbuild.ts +0 -118
- package/src/dialogs.tsx +0 -78
- package/src/entry.ts +0 -267
- package/src/environment-variables.ts +0 -35
- package/src/errors.ts +0 -11
- package/src/https-options.ts +0 -123
- package/src/index.tsx +0 -2455
- package/src/inspect.ts +0 -623
- package/src/intl-polyfill.d.ts +0 -139
- package/src/kv.ts +0 -319
- package/src/logger.ts +0 -56
- package/src/miniflare-cli/README.md +0 -30
- package/src/miniflare-cli/enum-keys.ts +0 -17
- package/src/miniflare-cli/index.ts +0 -41
- package/src/miniflare-cli/request-context.ts +0 -40
- package/src/module-collection.ts +0 -258
- package/src/open-in-browser.ts +0 -26
- package/src/package-manager.ts +0 -127
- package/src/pages.tsx +0 -1658
- package/src/parse.ts +0 -183
- package/src/paths.ts +0 -26
- package/src/proxy.ts +0 -456
- package/src/publish.ts +0 -469
- package/src/r2.ts +0 -50
- package/src/reporting.ts +0 -147
- package/src/selfsigned.d.ts +0 -29
- package/src/sites.tsx +0 -293
- package/src/tail/filters.ts +0 -279
- package/src/tail/index.ts +0 -299
- package/src/tail/printing.ts +0 -63
- package/src/update-check.ts +0 -19
- package/src/user.tsx +0 -1173
- package/src/whoami.tsx +0 -70
- package/src/worker.ts +0 -172
- package/templates/static-asset-facade.js +0 -47
- package/vendor/@cloudflare/kv-asset-handler/CHANGELOG.md +0 -332
- package/vendor/@cloudflare/kv-asset-handler/LICENSE_APACHE +0 -176
- package/vendor/@cloudflare/kv-asset-handler/LICENSE_MIT +0 -25
- package/vendor/@cloudflare/kv-asset-handler/README.md +0 -245
- package/vendor/@cloudflare/kv-asset-handler/dist/index.d.ts +0 -32
- package/vendor/@cloudflare/kv-asset-handler/dist/index.js +0 -354
- package/vendor/@cloudflare/kv-asset-handler/dist/mocks.d.ts +0 -13
- package/vendor/@cloudflare/kv-asset-handler/dist/mocks.js +0 -148
- package/vendor/@cloudflare/kv-asset-handler/dist/test/getAssetFromKV.d.ts +0 -1
- package/vendor/@cloudflare/kv-asset-handler/dist/test/getAssetFromKV.js +0 -436
- package/vendor/@cloudflare/kv-asset-handler/dist/test/mapRequestToAsset.d.ts +0 -1
- package/vendor/@cloudflare/kv-asset-handler/dist/test/mapRequestToAsset.js +0 -40
- package/vendor/@cloudflare/kv-asset-handler/dist/test/serveSinglePageApp.d.ts +0 -1
- package/vendor/@cloudflare/kv-asset-handler/dist/test/serveSinglePageApp.js +0 -42
- package/vendor/@cloudflare/kv-asset-handler/dist/types.d.ts +0 -26
- package/vendor/@cloudflare/kv-asset-handler/dist/types.js +0 -31
- package/vendor/@cloudflare/kv-asset-handler/package.json +0 -52
- package/vendor/@cloudflare/kv-asset-handler/src/index.ts +0 -296
- package/vendor/@cloudflare/kv-asset-handler/src/mocks.ts +0 -136
- package/vendor/@cloudflare/kv-asset-handler/src/test/getAssetFromKV.ts +0 -464
- package/vendor/@cloudflare/kv-asset-handler/src/test/mapRequestToAsset.ts +0 -33
- package/vendor/@cloudflare/kv-asset-handler/src/test/serveSinglePageApp.ts +0 -42
- package/vendor/@cloudflare/kv-asset-handler/src/types.ts +0 -39
- package/vendor/wrangler-mime/CHANGELOG.md +0 -289
- package/vendor/wrangler-mime/LICENSE +0 -21
- package/vendor/wrangler-mime/Mime.js +0 -97
- package/vendor/wrangler-mime/README.md +0 -187
- package/vendor/wrangler-mime/cli.js +0 -46
- package/vendor/wrangler-mime/index.js +0 -4
- package/vendor/wrangler-mime/lite.js +0 -4
- package/vendor/wrangler-mime/package.json +0 -52
- package/vendor/wrangler-mime/types/other.js +0 -1
- package/vendor/wrangler-mime/types/standard.js +0 -1
- package/wrangler-dist/cli.js.map +0 -7
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIC6zCCAkygAwIBAgIUI7b68p0pPrCBoW4ptlyvVcPItscwCgYIKoZIzj0EAwQw
|
|
3
|
+
gY0xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T
|
|
4
|
+
YW4gRnJhbmNpc2NvMRgwFgYDVQQKEw9DbG91ZGZsYXJlLCBJbmMxNzA1BgNVBAMT
|
|
5
|
+
LkNsb3VkZmxhcmUgZm9yIFRlYW1zIEVDQyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkw
|
|
6
|
+
HhcNMjAwMjA0MTYwNTAwWhcNMjUwMjAyMTYwNTAwWjCBjTELMAkGA1UEBhMCVVMx
|
|
7
|
+
EzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xGDAW
|
|
8
|
+
BgNVBAoTD0Nsb3VkZmxhcmUsIEluYzE3MDUGA1UEAxMuQ2xvdWRmbGFyZSBmb3Ig
|
|
9
|
+
VGVhbXMgRUNDIENlcnRpZmljYXRlIEF1dGhvcml0eTCBmzAQBgcqhkjOPQIBBgUr
|
|
10
|
+
gQQAIwOBhgAEAVdXsX8tpA9NAQeEQalvUIcVaFNDvGsR69ysZxOraRWNGHLfq1mi
|
|
11
|
+
P6o3wtmtx/C2OXG01Cw7UFJbKl5MEDxnT2KoAdFSynSJOF2NDoe5LoZHbUW+yR3X
|
|
12
|
+
FDl+MF6JzZ590VLGo6dPBf06UsXbH7PvHH2XKtFt8bBXVNMa5a21RdmpD0Pho0Uw
|
|
13
|
+
QzAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBAjAdBgNVHQ4EFgQU
|
|
14
|
+
YBcQng1AEMMNteuRDAMG0/vgFe0wCgYIKoZIzj0EAwQDgYwAMIGIAkIBQU5OTA2h
|
|
15
|
+
YqmFk8paan5ezHVLcmcucsfYw4L/wmeEjCkczRmCVNm6L86LjhWU0v0wER0e+lHO
|
|
16
|
+
3efvjbsu8gIGSagCQgEBnyYMP9gwg8l96QnQ1khFA1ljFlnqc2XgJHDSaAJC0gdz
|
|
17
|
+
+NV3JMeWaD2Rb32jc9r6/a7xY0u0ByqxBQ1OQ0dt7A==
|
|
18
|
+
-----END CERTIFICATE-----
|
package/README.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<h1 align="center"> ⛅️ wrangler </h1>
|
|
2
|
+
<section align="center" id="shieldio-badges">
|
|
3
|
+
<a href="https://www.npmjs.com/package/wrangler"><img alt="npm" src="https://img.shields.io/npm/dw/wrangler?style=flat-square"></a>
|
|
4
|
+
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/cloudflare/workers-sdk?style=flat-square">
|
|
5
|
+
<img alt="GitHub commit activity (branch)" src="https://img.shields.io/github/commit-activity/w/cloudflare/workers-sdk/main?style=flat-square">
|
|
6
|
+
<a href="https://discord.gg/CloudflareDev"><img alt="Discord" src="https://img.shields.io/discord/595317990191398933?color=%23F48120&style=flat-square"></a>
|
|
7
|
+
</section>
|
|
2
8
|
|
|
3
9
|
`wrangler` is a command line tool for building [Cloudflare Workers](https://workers.cloudflare.com/).
|
|
4
10
|
|
|
@@ -9,8 +15,8 @@
|
|
|
9
15
|
echo "export default { fetch() { return new Response('hello world') } }" > index.js
|
|
10
16
|
# try it out
|
|
11
17
|
npx wrangler dev index.js
|
|
12
|
-
# and then
|
|
13
|
-
npx wrangler
|
|
18
|
+
# and then deploy it
|
|
19
|
+
npx wrangler deploy index.js --name my-worker
|
|
14
20
|
# visit https://my-worker.<your workers subdomain>.workers.dev
|
|
15
21
|
```
|
|
16
22
|
|
|
@@ -18,11 +24,11 @@ npx wrangler publish index.js --name my-worker
|
|
|
18
24
|
|
|
19
25
|
```bash
|
|
20
26
|
# Generate a new project
|
|
21
|
-
npx wrangler init my-worker
|
|
27
|
+
npx wrangler init my-worker --no-delegate-c3
|
|
22
28
|
# try it out
|
|
23
29
|
cd my-worker && npm run start
|
|
24
|
-
# and then
|
|
25
|
-
|
|
30
|
+
# and then deploy it
|
|
31
|
+
npm run deploy
|
|
26
32
|
```
|
|
27
33
|
|
|
28
34
|
## Installation:
|
|
@@ -31,21 +37,35 @@ npx wrangler publish
|
|
|
31
37
|
$ npm install wrangler --save-dev
|
|
32
38
|
```
|
|
33
39
|
|
|
40
|
+
## Configuration:
|
|
41
|
+
|
|
42
|
+
Wrangler is configured via a `wrangler.toml` file in the project root. When utilizing the `wrangler init` command, a `wrangler.toml` file will be created for you.
|
|
43
|
+
|
|
44
|
+
Example:
|
|
45
|
+
|
|
46
|
+
```toml
|
|
47
|
+
name = "my-worker"
|
|
48
|
+
main = "./src/index.ts" # init w/ TypeScript
|
|
49
|
+
compatibility_date = "YYYY-MM-DD"
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
For more detailed information about configuration, refer to the [documentation](https://developers.cloudflare.com/workers/wrangler/configuration/).
|
|
53
|
+
|
|
34
54
|
## Commands
|
|
35
55
|
|
|
36
56
|
### `wrangler init [name]`
|
|
37
57
|
|
|
38
|
-
Creates a Worker project. For details on configuration keys and values, refer to the [documentation](https://developers.cloudflare.com/workers/
|
|
58
|
+
Creates a Worker project. For details on configuration keys and values, refer to the [documentation](https://developers.cloudflare.com/workers/wrangler/commands/#init).
|
|
39
59
|
|
|
40
60
|
### `wrangler dev`
|
|
41
61
|
|
|
42
62
|
Start a local development server, with live reloading and devtools.
|
|
43
63
|
|
|
44
|
-
### `wrangler
|
|
64
|
+
### `wrangler deploy`
|
|
45
65
|
|
|
46
66
|
Publish the given script to the worldwide Cloudflare network.
|
|
47
67
|
|
|
48
|
-
For more commands and options, refer to the [documentation](https://developers.cloudflare.com/workers/
|
|
68
|
+
For more commands and options, refer to the [documentation](https://developers.cloudflare.com/workers/wrangler/commands/).
|
|
49
69
|
|
|
50
70
|
## Pages
|
|
51
71
|
|
|
@@ -59,4 +79,4 @@ For more commands and options, refer to the [documentation](https://developers.c
|
|
|
59
79
|
|
|
60
80
|
## Documentation
|
|
61
81
|
|
|
62
|
-
For the latest Wrangler documentation, [click here](https://
|
|
82
|
+
For the latest Wrangler documentation, [click here](https://developers.cloudflare.com/workers/wrangler/).
|
package/bin/wrangler.js
CHANGED
|
@@ -1,48 +1,122 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const { spawn } = require("
|
|
3
|
-
const
|
|
4
|
-
const
|
|
2
|
+
const { spawn } = require("child_process");
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const fs = require("fs");
|
|
5
|
+
const os = require("os");
|
|
5
6
|
|
|
6
|
-
const MIN_NODE_VERSION = "16.
|
|
7
|
+
const MIN_NODE_VERSION = "16.13.0";
|
|
8
|
+
const debug =
|
|
9
|
+
process.env["WRANGLER_LOG"] === "debug"
|
|
10
|
+
? (...args) => console.log(...args)
|
|
11
|
+
: () => {};
|
|
7
12
|
|
|
8
13
|
let wranglerProcess;
|
|
9
14
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
/**
|
|
16
|
+
* Executes ../wrangler-dist/cli.js
|
|
17
|
+
*/
|
|
18
|
+
function runWrangler() {
|
|
19
|
+
if (semiver(process.versions.node, MIN_NODE_VERSION) < 0) {
|
|
20
|
+
// Note Volta and nvm are also recommended in the official docs:
|
|
21
|
+
// https://developers.cloudflare.com/workers/get-started/guide#2-install-the-workers-cli
|
|
22
|
+
console.error(
|
|
23
|
+
`Wrangler requires at least Node.js v${MIN_NODE_VERSION}. You are using v${process.versions.node}. Please update your version of Node.js.
|
|
24
|
+
|
|
17
25
|
Consider using a Node.js version manager such as https://volta.sh/ or https://github.com/nvm-sh/nvm.`
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
26
|
+
);
|
|
27
|
+
process.exitCode = 1;
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
let pathToCACerts = process.env.NODE_EXTRA_CA_CERTS;
|
|
32
|
+
if (pathToCACerts) {
|
|
33
|
+
// TODO:
|
|
34
|
+
// - should we log a warning here?
|
|
35
|
+
// - maybe we can generate a certificate that concatenates with ours?
|
|
36
|
+
//
|
|
37
|
+
// I do think it'll be rare that someone wants to add a cert AND
|
|
38
|
+
// use Cloudflare WARP, but let's wait till the situation actually
|
|
39
|
+
// arises before we do anything about it
|
|
40
|
+
} else {
|
|
41
|
+
const osTempDir = os.tmpdir();
|
|
42
|
+
const certDir = path.join(osTempDir, "wrangler-cert");
|
|
43
|
+
const certPath = path.join(certDir, "Cloudflare_CA.pem");
|
|
44
|
+
// copy cert to the system temp dir if needed
|
|
45
|
+
if (!fs.existsSync(certPath)) {
|
|
46
|
+
fs.mkdirSync(certDir, { recursive: true });
|
|
47
|
+
fs.writeFileSync(
|
|
48
|
+
certPath,
|
|
49
|
+
fs.readFileSync(path.join(__dirname, "../Cloudflare_CA.pem"), "utf-8")
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
pathToCACerts = certPath;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
return spawn(
|
|
56
|
+
process.execPath,
|
|
57
|
+
[
|
|
58
|
+
"--no-warnings",
|
|
59
|
+
"--experimental-vm-modules",
|
|
60
|
+
...process.execArgv,
|
|
61
|
+
path.join(__dirname, "../wrangler-dist/cli.js"),
|
|
62
|
+
...process.argv.slice(2),
|
|
63
|
+
],
|
|
64
|
+
{
|
|
65
|
+
stdio: ["inherit", "inherit", "inherit", "ipc"],
|
|
66
|
+
env: {
|
|
67
|
+
...process.env,
|
|
68
|
+
NODE_EXTRA_CA_CERTS: pathToCACerts,
|
|
69
|
+
},
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
.on("exit", (code) =>
|
|
73
|
+
process.exit(code === undefined || code === null ? 0 : code)
|
|
74
|
+
)
|
|
75
|
+
.on("message", (message) => {
|
|
76
|
+
if (process.send) {
|
|
77
|
+
process.send(message);
|
|
78
|
+
}
|
|
79
|
+
});
|
|
39
80
|
}
|
|
40
81
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
82
|
+
// semiver implementation via https://github.com/lukeed/semiver/blob/ae7eebe6053c96be63032b14fb0b68e2553fcac4/src/index.js
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
MIT License
|
|
86
|
+
|
|
87
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
88
|
+
|
|
89
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
90
|
+
|
|
91
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
92
|
+
|
|
93
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
47
94
|
|
|
48
|
-
|
|
95
|
+
*/
|
|
96
|
+
|
|
97
|
+
var fn = new Intl.Collator(0, { numeric: 1 }).compare;
|
|
98
|
+
|
|
99
|
+
function semiver(a, b, bool) {
|
|
100
|
+
a = a.split(".");
|
|
101
|
+
b = b.split(".");
|
|
102
|
+
|
|
103
|
+
return (
|
|
104
|
+
fn(a[0], b[0]) ||
|
|
105
|
+
fn(a[1], b[1]) ||
|
|
106
|
+
((b[2] = b.slice(2).join(".")),
|
|
107
|
+
(bool = /[.-]/.test((a[2] = a.slice(2).join(".")))),
|
|
108
|
+
bool == /[.-]/.test(b[2]) ? fn(a[2], b[2]) : bool ? -1 : 1)
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// end semiver implementation
|
|
113
|
+
|
|
114
|
+
if (module === require.main) {
|
|
115
|
+
wranglerProcess = runWrangler();
|
|
116
|
+
process.on("SIGINT", () => {
|
|
117
|
+
wranglerProcess && wranglerProcess.kill();
|
|
118
|
+
});
|
|
119
|
+
process.on("SIGTERM", () => {
|
|
120
|
+
wranglerProcess && wranglerProcess.kill();
|
|
121
|
+
});
|
|
122
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@cloudflare/kv-asset-handler";
|
package/package.json
CHANGED
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wrangler",
|
|
3
|
-
"version": "0.0.0-
|
|
4
|
-
"author": "wrangler@cloudflare.com",
|
|
3
|
+
"version": "0.0.0-fd39ae64",
|
|
5
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
|
6
|
-
"bin": {
|
|
7
|
-
"wrangler": "./bin/wrangler.js",
|
|
8
|
-
"wrangler2": "./bin/wrangler.js"
|
|
9
|
-
},
|
|
10
|
-
"license": "MIT OR Apache-2.0",
|
|
11
|
-
"bugs": {
|
|
12
|
-
"url": "https://github.com/cloudflare/wrangler/issues"
|
|
13
|
-
},
|
|
14
|
-
"homepage": "https://github.com/cloudflare/wrangler#readme",
|
|
15
5
|
"keywords": [
|
|
16
6
|
"wrangler",
|
|
17
7
|
"cloudflare",
|
|
@@ -28,53 +18,128 @@
|
|
|
28
18
|
"webassembly",
|
|
29
19
|
"rust",
|
|
30
20
|
"emscripten",
|
|
31
|
-
"rust",
|
|
32
21
|
"typescript",
|
|
33
22
|
"graphql",
|
|
34
23
|
"router",
|
|
35
24
|
"http",
|
|
36
25
|
"cli"
|
|
37
26
|
],
|
|
27
|
+
"homepage": "https://github.com/cloudflare/workers-sdk#readme",
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/cloudflare/workers-sdk/issues"
|
|
30
|
+
},
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "git",
|
|
33
|
+
"url": "https://github.com/cloudflare/workers-sdk.git",
|
|
34
|
+
"directory": "packages/wrangler"
|
|
35
|
+
},
|
|
36
|
+
"license": "MIT OR Apache-2.0",
|
|
37
|
+
"author": "wrangler@cloudflare.com",
|
|
38
|
+
"main": "wrangler-dist/cli.js",
|
|
39
|
+
"types": "wrangler-dist/cli.d.ts",
|
|
40
|
+
"bin": {
|
|
41
|
+
"wrangler": "./bin/wrangler.js",
|
|
42
|
+
"wrangler2": "./bin/wrangler.js"
|
|
43
|
+
},
|
|
44
|
+
"files": [
|
|
45
|
+
"bin",
|
|
46
|
+
"miniflare-dist",
|
|
47
|
+
"wrangler-dist",
|
|
48
|
+
"templates",
|
|
49
|
+
"kv-asset-handler.js",
|
|
50
|
+
"Cloudflare_CA.pem"
|
|
51
|
+
],
|
|
52
|
+
"jest": {
|
|
53
|
+
"coverageReporters": [
|
|
54
|
+
"json",
|
|
55
|
+
"html",
|
|
56
|
+
"text",
|
|
57
|
+
"cobertura"
|
|
58
|
+
],
|
|
59
|
+
"moduleNameMapper": {
|
|
60
|
+
"clipboardy": "<rootDir>/src/__tests__/helpers/clipboardy-mock.js",
|
|
61
|
+
"miniflare/cli": "<rootDir>/../../node_modules/miniflare/dist/src/cli.js"
|
|
62
|
+
},
|
|
63
|
+
"restoreMocks": true,
|
|
64
|
+
"setupFilesAfterEnv": [
|
|
65
|
+
"<rootDir>/src/__tests__/jest.setup.ts"
|
|
66
|
+
],
|
|
67
|
+
"testRegex": "src/__tests__/.*\\.(test|spec)\\.[jt]sx?$",
|
|
68
|
+
"testTimeout": 50000,
|
|
69
|
+
"transform": {
|
|
70
|
+
"^.+\\.c?(t|j)sx?$": [
|
|
71
|
+
"esbuild-jest",
|
|
72
|
+
{
|
|
73
|
+
"sourcemap": true
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"transformIgnorePatterns": [
|
|
78
|
+
"node_modules/.pnpm/(?!find-up|locate-path|p-locate|p-limit|p-timeout|p-queue|yocto-queue|path-exists|execa|strip-final-newline|npm-run-path|path-key|onetime|mimic-fn|human-signals|is-stream|get-port|supports-color|pretty-bytes|npx-import)"
|
|
79
|
+
],
|
|
80
|
+
"snapshotFormat": {
|
|
81
|
+
"escapeString": true,
|
|
82
|
+
"printBasicPrototype": true
|
|
83
|
+
}
|
|
84
|
+
},
|
|
38
85
|
"dependencies": {
|
|
39
|
-
"@
|
|
40
|
-
"@esbuild-plugins/node-
|
|
86
|
+
"@cloudflare/kv-asset-handler": "^0.2.0",
|
|
87
|
+
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
88
|
+
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
41
89
|
"blake3-wasm": "^2.1.5",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
90
|
+
"chokidar": "^3.5.3",
|
|
91
|
+
"esbuild": "0.17.19",
|
|
92
|
+
"miniflare": "3.20230918.0",
|
|
93
|
+
"nanoid": "^3.3.3",
|
|
44
94
|
"path-to-regexp": "^6.2.0",
|
|
45
95
|
"selfsigned": "^2.0.1",
|
|
46
|
-
"
|
|
96
|
+
"source-map": "0.6.1",
|
|
97
|
+
"source-map-support": "0.5.21",
|
|
47
98
|
"xxhash-wasm": "^1.0.1"
|
|
48
99
|
},
|
|
49
|
-
"optionalDependencies": {
|
|
50
|
-
"fsevents": "~2.3.2"
|
|
51
|
-
},
|
|
52
100
|
"devDependencies": {
|
|
101
|
+
"@cloudflare/eslint-config-worker": "*",
|
|
102
|
+
"@cloudflare/types": "^6.18.4",
|
|
103
|
+
"@cloudflare/workers-types": "^4.20230724.0",
|
|
53
104
|
"@iarna/toml": "^3.0.0",
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
105
|
+
"@microsoft/api-extractor": "^7.28.3",
|
|
106
|
+
"@types/body-parser": "^1.19.2",
|
|
107
|
+
"@types/busboy": "^1.5.0",
|
|
57
108
|
"@types/command-exists": "^1.2.0",
|
|
109
|
+
"@types/express": "^4.17.13",
|
|
58
110
|
"@types/glob-to-regexp": "0.4.1",
|
|
111
|
+
"@types/is-ci": "^3.0.0",
|
|
112
|
+
"@types/javascript-time-ago": "^2.0.3",
|
|
59
113
|
"@types/mime": "^2.0.3",
|
|
114
|
+
"@types/minimatch": "^5.1.2",
|
|
60
115
|
"@types/prompts": "^2.0.14",
|
|
61
116
|
"@types/react": "^17.0.37",
|
|
62
117
|
"@types/serve-static": "^1.13.10",
|
|
63
118
|
"@types/signal-exit": "^3.0.1",
|
|
119
|
+
"@types/source-map-support": "^0.5.7",
|
|
64
120
|
"@types/supports-color": "^8.1.1",
|
|
65
121
|
"@types/ws": "^8.5.3",
|
|
66
122
|
"@types/yargs": "^17.0.10",
|
|
67
|
-
"
|
|
123
|
+
"@webcontainer/env": "^1.1.0",
|
|
124
|
+
"@types/jest": "^29.5.5",
|
|
125
|
+
"esbuild-jest": "0.5.0",
|
|
126
|
+
"jest": "^29.7.0",
|
|
127
|
+
"body-parser": "^1.20.0",
|
|
128
|
+
"chalk": "^2.4.2",
|
|
129
|
+
"cli-table3": "^0.6.3",
|
|
68
130
|
"clipboardy": "^3.0.0",
|
|
69
131
|
"cmd-shim": "^4.1.0",
|
|
70
132
|
"command-exists": "^1.2.9",
|
|
133
|
+
"concurrently": "^7.2.2",
|
|
71
134
|
"devtools-protocol": "^0.0.955664",
|
|
135
|
+
"dotenv": "^16.0.0",
|
|
72
136
|
"execa": "^6.1.0",
|
|
73
|
-
"
|
|
137
|
+
"express": "^4.18.1",
|
|
74
138
|
"finalhandler": "^1.2.0",
|
|
75
139
|
"find-up": "^6.3.0",
|
|
76
140
|
"get-port": "^6.1.2",
|
|
77
141
|
"glob-to-regexp": "0.4.1",
|
|
142
|
+
"http-terminator": "^3.2.0",
|
|
78
143
|
"ignore": "^5.2.0",
|
|
79
144
|
"ink": "^3.2.0",
|
|
80
145
|
"ink-select-input": "^4.2.1",
|
|
@@ -82,69 +147,62 @@
|
|
|
82
147
|
"ink-table": "^3.0.0",
|
|
83
148
|
"ink-testing-library": "^2.1.0",
|
|
84
149
|
"ink-text-input": "^4.0.3",
|
|
150
|
+
"is-ci": "^3.0.1",
|
|
151
|
+
"javascript-time-ago": "^2.5.4",
|
|
85
152
|
"jest-fetch-mock": "^3.0.3",
|
|
86
|
-
"jest-websocket-mock": "^2.
|
|
153
|
+
"jest-websocket-mock": "^2.5.0",
|
|
87
154
|
"mime": "^3.0.0",
|
|
155
|
+
"minimatch": "^5.1.0",
|
|
156
|
+
"msw": "^0.49.1",
|
|
157
|
+
"npx-import": "^1.1.3",
|
|
88
158
|
"open": "^8.4.0",
|
|
159
|
+
"p-queue": "^7.2.0",
|
|
160
|
+
"patch-console": "^1.0.0",
|
|
89
161
|
"pretty-bytes": "^6.0.0",
|
|
90
162
|
"prompts": "^2.4.2",
|
|
91
163
|
"react": "^17.0.2",
|
|
92
164
|
"react-error-boundary": "^3.1.4",
|
|
165
|
+
"remove-accents-esm": "^0.0.1",
|
|
166
|
+
"semiver": "^1.1.0",
|
|
93
167
|
"serve-static": "^1.15.0",
|
|
168
|
+
"shellac": "^0.8.0",
|
|
94
169
|
"signal-exit": "^3.0.7",
|
|
170
|
+
"strip-ansi": "^7.0.1",
|
|
95
171
|
"supports-color": "^9.2.2",
|
|
96
172
|
"timeago.js": "^4.0.2",
|
|
97
173
|
"tmp-promise": "^3.0.3",
|
|
98
|
-
"
|
|
174
|
+
"ts-dedent": "^2.2.0",
|
|
175
|
+
"undici": "5.20.0",
|
|
99
176
|
"update-check": "^1.5.4",
|
|
177
|
+
"vitest": "^0.34.4",
|
|
100
178
|
"ws": "^8.5.0",
|
|
101
|
-
"
|
|
179
|
+
"xdg-app-paths": "^7.3.0",
|
|
180
|
+
"yargs": "^17.4.1",
|
|
181
|
+
"yoga-layout": "file:../../vendor/yoga-layout-2.0.0-beta.1.tgz",
|
|
182
|
+
"@cloudflare/pages-shared": "^0.9.0",
|
|
183
|
+
"@cloudflare/workers-tsconfig": "0.0.0"
|
|
102
184
|
},
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"bin",
|
|
106
|
-
"pages",
|
|
107
|
-
"miniflare-config-stubs",
|
|
108
|
-
"miniflare-dist",
|
|
109
|
-
"wrangler-dist",
|
|
110
|
-
"templates",
|
|
111
|
-
"vendor",
|
|
112
|
-
"import_meta_url.js"
|
|
113
|
-
],
|
|
114
|
-
"scripts": {
|
|
115
|
-
"clean": "rm -rf wrangler-dist miniflare-dist",
|
|
116
|
-
"check:type": "tsc",
|
|
117
|
-
"bundle": "node -r esbuild-register scripts/bundle.ts",
|
|
118
|
-
"build": "npm run clean && npm run bundle",
|
|
119
|
-
"prepublishOnly": "npm run build",
|
|
120
|
-
"start": "npm run bundle && NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
|
|
121
|
-
"test": "jest --silent=false --verbose=true",
|
|
122
|
-
"test-watch": "npm run test -- --runInBand --testTimeout=50000 --watch"
|
|
185
|
+
"optionalDependencies": {
|
|
186
|
+
"fsevents": "~2.3.2"
|
|
123
187
|
},
|
|
124
188
|
"engines": {
|
|
125
|
-
"node": ">=16.
|
|
189
|
+
"node": ">=16.13.0"
|
|
126
190
|
},
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
"setupFilesAfterEnv": [
|
|
147
|
-
"<rootDir>/src/__tests__/jest.setup.ts"
|
|
148
|
-
]
|
|
191
|
+
"scripts": {
|
|
192
|
+
"assert-git-version": "node -r esbuild-register scripts/assert-git-version.ts",
|
|
193
|
+
"build": "pnpm run clean && pnpm run bundle && pnpm run emit-types",
|
|
194
|
+
"bundle": "node -r esbuild-register scripts/bundle.ts",
|
|
195
|
+
"check:lint": "eslint .",
|
|
196
|
+
"check:type": "tsc",
|
|
197
|
+
"clean": "rimraf wrangler-dist miniflare-dist emitted-types",
|
|
198
|
+
"dev": "pnpm run clean && concurrently -c black,blue --kill-others-on-fail false 'pnpm run bundle --watch' 'pnpm run check:type --watch --preserveWatchOutput'",
|
|
199
|
+
"emit-types": "tsc -p tsconfig.emit.json && node -r esbuild-register scripts/emit-types.ts",
|
|
200
|
+
"start": "pnpm run bundle && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
|
|
201
|
+
"test": "pnpm run assert-git-version && jest",
|
|
202
|
+
"test:ci": "pnpm run test --coverage",
|
|
203
|
+
"test:debug": "pnpm run test --silent=false --verbose=true",
|
|
204
|
+
"test:e2e": "vitest --test-timeout 240000 --single-thread --dir ./e2e run",
|
|
205
|
+
"test:watch": "pnpm run test --runInBand --testTimeout=50000 --watch",
|
|
206
|
+
"type:tests": "tsc -p ./src/__tests__/tsconfig.json && tsc -p ./e2e/tsconfig.json"
|
|
149
207
|
}
|
|
150
|
-
}
|
|
208
|
+
}
|