Comparing version
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TimeZestAPI = void 0; | ||
const schemas_1 = require("./entities/schemas"); | ||
@@ -89,3 +90,3 @@ const config_1 = require("./config/config"); | ||
} | ||
exports.default = TimeZestAPI; | ||
exports.TimeZestAPI = TimeZestAPI; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "timezest", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
"dist/index.js" | ||
], | ||
@@ -11,3 +11,6 @@ "scripts": { | ||
"test": "node dist/src/tests/test.js", | ||
"format": "prettier --write ." | ||
"format": "prettier --write .", | ||
"clean": "if exist dist rmdir /s /q dist", | ||
"prep-publish": "npm run clean && npm run build && copy package.json dist\\package.json && copy README.md dist\\README.md && copy LICENSE dist\\LICENSE", | ||
"publish": "npm run prep-publish && npm publish dist --access public" | ||
}, | ||
@@ -14,0 +17,0 @@ "keywords": [], |
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
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1
-50%13614
-71.56%4
-85.19%89
-86.45%