timezone-date.ts
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "timezone-date.ts", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Enhancement of Date class with better timezone support", | ||
@@ -15,15 +15,18 @@ "keywords": [ | ||
"license": "BSD-2-Clause", | ||
"main": "dist/timezone-date.min.js", | ||
"types": "dist/timezone-date.d.ts", | ||
"main": "dist/cjs/timezone-date.min.js", | ||
"types": "dist/cjs/timezone-date.d.ts", | ||
"module": "dist/esm/timezone-date.js", | ||
"scripts": { | ||
"test": "npm run rawtest", | ||
"clean": "rimraf dist", | ||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"postformat": "tslint -p . --fix", | ||
"prebuild": "npm run clean", | ||
"build": "tsc -p tsconfig.build.json", | ||
"postbuild": "minify dist/timezone-date.js > dist/timezone-date.min.js", | ||
"pretest": "npm run format && npm run build", | ||
"rawtest": "ts-node test/index.ts", | ||
"prepublishOnly": "npm run rawtest && npm run build" | ||
"format": "run-s prettier tslint", | ||
"prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"tslint": "tslint -p . --fix", | ||
"build": "run-s clean tsc minify", | ||
"tsc": "run-p tsc:*", | ||
"tsc:cjs": "tsc -p tsconfig.cjs.json", | ||
"tsc:esm": "tsc -p tsconfig.esm.json", | ||
"minify": "minify dist/cjs/timezone-date.js > dist/cjs/timezone-date.min.js", | ||
"test": "run-s format build test:ts", | ||
"test:ts": "ts-node test/index.ts", | ||
"prepublishOnly": "run-s test:ts build" | ||
}, | ||
@@ -38,3 +41,2 @@ "husky": { | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -44,2 +46,3 @@ "@types/node": "*", | ||
"minify": "^6.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.0.5", | ||
@@ -46,0 +49,0 @@ "rimraf": "^3.0.2", |
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
22498
7
460
12
1