wrangler
Advanced tools
Comparing version 0.0.0-ba39be9 to 0.0.0-c893c91
{ | ||
"name": "wrangler", | ||
"version": "0.0.0-ba39be9", | ||
"version": "0.0.0-c893c91", | ||
"author": "wrangler@cloudflare.com", | ||
@@ -51,4 +51,4 @@ "description": "Command-line interface for all things Cloudflare Workers", | ||
"clipboardy": "^3.0.0", | ||
"cloudflare": "^2.9.1", | ||
"command-exists": "^1.2.9", | ||
"execa": "^5.1.1", | ||
"finalhandler": "^1.1.2", | ||
@@ -61,2 +61,3 @@ "find-up": "^6.2.0", | ||
"ink-text-input": "^4.0.1", | ||
"ink-select-input": "^4.2.0", | ||
"node-fetch": "github:tekwiz/node-fetch#fix/redirect-with-empty-chunked-transfer-encoding", | ||
@@ -75,3 +76,4 @@ "open": "^8.4.0", | ||
"static-asset-facade.js", | ||
"vendor" | ||
"vendor", | ||
"import_meta_url.js" | ||
], | ||
@@ -82,7 +84,21 @@ "scripts": { | ||
"build": "npm run clean && npm run bundle", | ||
"start": "npm run bundle && NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js" | ||
"start": "npm run bundle && NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js", | ||
"test": "npm run build && NODE_OPTIONS=--enable-source-maps jest --silent=false" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": [ | ||
"esbuild-jest", | ||
{ | ||
"sourcemap": true, | ||
"loaders": { | ||
".spec.ts": "tsx" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42
7344236
24
8560
1