@coex/geosearch
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
{ | ||
"name": "@coex/geosearch", | ||
"version": "1.0.0-next.1", | ||
"version": "1.0.0-next.2", | ||
"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='./esm/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='./interfaces/index.d.ts'\"", | ||
"demo": "ts-node demo", | ||
@@ -24,3 +24,4 @@ "gpr:setup": "ts-node scripts/gpr-setup", | ||
"dependencies": { | ||
"axios": "^0.26.0" | ||
"axios": "^0.26.0", | ||
"svelte-actions": "^0.2.1" | ||
}, | ||
@@ -45,3 +46,3 @@ "repository": { | ||
"main": "./cjs/index.js", | ||
"types": "./esm/index.d.ts" | ||
"types": "./interfaces/index.d.ts" | ||
} |
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
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
29250
2
32
293
+ Addedsvelte-actions@^0.2.1
+ Addedsvelte-actions@0.2.2(transitive)