@mapxus/mapxus-map-jp 5.4.1 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +890 -564
  3. package/index.js +6 -4
  4. package/package.json +4 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapxus/mapxus-map-jp",
3
- "version": "5.4.1",
3
+ "version": "7.1.0",
4
4
  "description": "mapxus map web sdk - kawasaki-prod",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -8,20 +8,6 @@
8
8
  "index.js",
9
9
  "index.d.ts"
10
10
  ],
11
- "scripts": {
12
- "launch": "npm run build && npm run deploy",
13
- "deploy": "node index.js",
14
- "build": "webpack --mode=production --config config/webpack.prod.js",
15
- "watch": "webpack --watch --config config/webpack.dev.js",
16
- "start": "webpack-dev-server --open --config config/webpack.dev.js",
17
- "lint": "tslint -c tslint.json -p tsconfig.json \"src/**/*.ts\"",
18
- "docs": "rm -rf docs && typedoc --excludePrivate --out docs src/",
19
- "dts": "dts-bundle-generator -o index.d.ts src/index.ts",
20
- "test": "karma start --single-run",
21
- "test-watch": "karma start",
22
- "npm": "webpack --mode=production --config config/webpack.npm.js && npm run dts",
23
- "push": "npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN_PUBLIC & npm publish"
24
- },
25
11
  "keywords": [
26
12
  "mapxus",
27
13
  "webgl",
@@ -29,9 +15,9 @@
29
15
  ],
30
16
  "author": "Maphive Technology Limited",
31
17
  "license": "BSD-3-Clause",
32
- "peerDependencies": {
33
- "maplibre-gl": "^2.1.9",
18
+ "dependencies": {
34
19
  "@types/geojson": "^7946.0.8",
35
- "axios": "^0.18.0"
20
+ "axios": "^1.3.4",
21
+ "maplibre-gl": "^3.2.1"
36
22
  }
37
23
  }