@coex/geosearch
Advanced tools
Comparing version 1.0.0-next.5 to 1.0.0-next.6
@@ -1,1 +0,6 @@ | ||
export * from "../types/interface/geosearch.interface"; | ||
/** | ||
* This file is only for compatibility with older versions. | ||
* Will be removed in the future. | ||
*/ | ||
export * from '../types'; |
{ | ||
"name": "@coex/geosearch", | ||
"version": "1.0.0-next.5", | ||
"version": "1.0.0-next.6", | ||
"description": "Nodejs library for finding places using Mapy.cz Suggest API", | ||
@@ -8,6 +8,7 @@ "scripts": { | ||
"prebuild": "rimraf dist", | ||
"generate-barrels": "barrelsby --delete -c barrels.json", | ||
"build": "tsc && tsc -p tsconfig-cjs.json", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths", | ||
"barrels": "barrelsby --delete -c barrels.json", | ||
"build": "tsc && tsc -p tsconfig-cjs.json && yarn barrels", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths && yarn compat", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./types/index.ts'\"", | ||
"compat": "mkdir ./dist/interface/ && cp ./compat/index.ts ./dist/interface/index.ts", | ||
"demo": "ts-node demo", | ||
@@ -25,4 +26,3 @@ "gpr:setup": "ts-node scripts/gpr-setup", | ||
"dependencies": { | ||
"axios": "^0.26.0", | ||
"svelte-actions": "^0.2.1" | ||
"axios": "^0.26.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "repository": { |
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
31004
1
323
- Removedsvelte-actions@^0.2.1
- Removedsvelte-actions@0.2.2(transitive)