Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "geonumber", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Library for encoding geographic coordinates as single number with any number of bits", | ||
@@ -11,5 +11,9 @@ "repository": { | ||
"type": "module", | ||
"main": "index.mjs", | ||
"main": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "tape tests/*" | ||
"test": "tape tests/*", | ||
"build": "rimraf ./lib; tsc --build && renamer --find '/\\.js/i' --replace '.mjs' './lib/**/*'", | ||
"clean": "tsc --build --clean", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -35,5 +39,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"tape": "^5.6.0" | ||
"renamer": "^4.0.0", | ||
"rimraf": "^3.0.2", | ||
"tape": "^5.6.0", | ||
"tsc": "^2.0.4", | ||
"typescript": "^4.8.4" | ||
}, | ||
"gitHead": "90e8fdcc0ff3c00826101bcd1fb53c1c1df404a8" | ||
"gitHead": "45e65ed66878ac523758052148d78771bb90f28d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14167
10
205
5
1