@coex/geosearch
Advanced tools
Comparing version 1.0.0-next.0 to 1.0.0-next.1
{ | ||
"name": "@coex/geosearch", | ||
"version": "1.0.0-next.0", | ||
"version": "1.0.0-next.1", | ||
"description": "Nodejs library for finding places using Mapy.cz Suggest API", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./cjs/index.d.ts'\"", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./esm/index.d.ts'\"", | ||
"demo": "ts-node demo", | ||
@@ -44,3 +44,3 @@ "gpr:setup": "ts-node scripts/gpr-setup", | ||
"main": "./cjs/index.js", | ||
"types": "./cjs/index.d.ts" | ||
"types": "./esm/index.d.ts" | ||
} |
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
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
0