Comparing version 0.0.5 to 0.0.6
#!/usr/bin/env node | ||
const sade = require('sade'); | ||
const build = require('./lib/build'); | ||
const commands = require('./lib'); | ||
const { version } = require('./package'); | ||
const deploy = require('./lib/deploy'); | ||
@@ -17,3 +16,4 @@ sade('cfw') | ||
.option('--ignore', 'The list of Worker names to skip') | ||
.action(build) | ||
.option('--typescript', 'Expect and compile TypeScript') | ||
.action(commands.build) | ||
@@ -25,4 +25,4 @@ .command('deploy [output]') | ||
.option('--ignore', 'The list of Worker names to skip') | ||
.action(deploy) | ||
.action(commands.deploy) | ||
.parse(process.argv); |
{ | ||
"name": "cfw", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": "lukeed/cfw", | ||
@@ -9,3 +9,4 @@ "description": "WIP", | ||
"files": [ | ||
"*.js", | ||
"tsconfig.json", | ||
"bin.js", | ||
"lib" | ||
@@ -22,6 +23,8 @@ ], | ||
"scripts": { | ||
"build": "rollup -c", | ||
"test": "eslint bin.js lib" | ||
}, | ||
"dependencies": { | ||
"@rollup/plugin-node-resolve": "^7.1.0", | ||
"@rollup/plugin-node-resolve": "^8.0.0", | ||
"@rollup/plugin-typescript": "^4.1.2", | ||
"httpie": "^1.1.2", | ||
@@ -31,3 +34,3 @@ "kleur": "^3.0.3", | ||
"premove": "^1.0.0", | ||
"rollup": "^2.3.0", | ||
"rollup": "^2.16.0", | ||
"sade": "^1.6.1" | ||
@@ -34,0 +37,0 @@ }, |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
13102
343
4
8
5
2
+ Added@rollup/plugin-node-resolve@8.4.0(transitive)
+ Added@rollup/plugin-typescript@4.1.2(transitive)
+ Added@types/resolve@1.17.1(transitive)
+ Addeddeep-freeze@0.0.1(transitive)
+ Addeddeepmerge@4.3.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedtypescript@5.7.3(transitive)
- Removed@rollup/plugin-node-resolve@7.1.3(transitive)
- Removed@types/resolve@0.0.8(transitive)
Updatedrollup@^2.16.0