beta-shipper-ups
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "beta-shipper-ups", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start:dev": "nodemon", | ||
"build": "rimraf ./build && tsc", | ||
"start": "npm run build && node build/index.js" | ||
"build": "rimraf ./dist && tsc", | ||
"start": "npm run build && node dist/index.js" | ||
}, | ||
@@ -17,7 +17,7 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/node": "^14.14.37", | ||
"nodemon": "^2.0.7", | ||
"@types/node": "^16.4.0", | ||
"nodemon": "^2.0.12", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
@@ -17,3 +17,3 @@ { | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
"outDir": "build", /* Redirect output structure to the directory. */ | ||
"outDir": "dist", /* Redirect output structure to the directory. */ | ||
"rootDir": "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
@@ -20,0 +20,0 @@ // "composite": true, /* Enable project compilation */ |
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
220994
1