@milemaker/milemaker-js 2.2.0-alpha.2 → 2.2.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 (1) hide show
  1. package/package.json +70 -70
package/package.json CHANGED
@@ -1,72 +1,72 @@
1
1
  {
2
- "name": "@milemaker/milemaker-js",
3
- "private": false,
4
- "version": "2.2.0-alpha.2",
5
- "type": "module",
6
- "license": "BSD-3-Clause",
7
- "engines": {
8
- "node": ">=24.14.0"
9
- },
10
- "files": [
11
- "dist",
12
- "LICENSE",
13
- "README.md"
14
- ],
15
- "keywords": [
16
- "milemaker",
17
- "vanila-milemaker-js-sdk",
18
- "milemaker-js",
19
- "randmcnally",
20
- "milemaker-js-sdk"
21
- ],
22
- "publishConfig": {
23
- "access": "public",
24
- "registry": "https://registry.npmjs.org"
25
- },
26
- "scripts": {
27
- "prebuild": "sh ./scripts/generate-version.sh",
28
- "build": "tsc -p ./tsconfig.json && vite build --mode production",
29
- "postbuild": "sh ./scripts/postbuild.sh",
30
- "build:publish": "yarn build && sh ./scripts/publish.sh"
31
- },
32
- "dependencies": {
33
- "@googlemaps/polyline-codec": "1.0.28",
34
- "classnames": "2.5.1",
35
- "detect-browser": "5.3.0",
36
- "easy-web-worker": "7.0.5",
37
- "gmp-wasm": "1.3.2",
38
- "lodash": "4.18.1",
39
- "serialize-error": "12.0.0",
40
- "source-map-js": "1.2.1",
41
- "uuid": "14.0.1",
42
- "zod": "4.2.1"
43
- },
44
- "devDependencies": {
45
- "@milemaker/nmaps-gl": "2.0.26",
46
- "@rollup/plugin-typescript": "12.3.0",
47
- "@types/lodash": "4.17.24",
48
- "@types/node": "17.0.45",
49
- "sass": "1.99.0",
50
- "sass-embedded": "1.99.0",
51
- "tslib": "2.6.2",
52
- "typedoc-plugin-missing-exports": "2.1.0",
53
- "typescript": "5.2.2",
54
- "vite": "6.4.3",
55
- "vite-plugin-css-injected-by-js": "3.3.0"
56
- },
57
- "resolutions": {
58
- "picomatch": "4.0.4",
59
- "minimatch": "3.1.4"
60
- },
61
- "exports": {
62
- ".": {
63
- "import": "./dist/index.js",
64
- "require": "./dist/index.cjs"
65
- }
66
- },
67
- "index": "./dist/index.cjs",
68
- "module": "./dist/index.js",
69
- "typings": "./dist/index.d.ts",
70
- "unpkg": "./dist/milemaker-js.min.js",
71
- "jsdelivr": "./dist/milemaker-js.min.js"
2
+ "name": "@milemaker/milemaker-js",
3
+ "private": false,
4
+ "version": "2.2.0",
5
+ "type": "module",
6
+ "license": "BSD-3-Clause",
7
+ "engines": {
8
+ "node": ">=24.14.0"
9
+ },
10
+ "files": [
11
+ "dist",
12
+ "LICENSE",
13
+ "README.md"
14
+ ],
15
+ "keywords": [
16
+ "milemaker",
17
+ "vanila-milemaker-js-sdk",
18
+ "milemaker-js",
19
+ "randmcnally",
20
+ "milemaker-js-sdk"
21
+ ],
22
+ "publishConfig": {
23
+ "access": "public",
24
+ "registry": "https://registry.npmjs.org"
25
+ },
26
+ "scripts": {
27
+ "prebuild": "sh ./scripts/generate-version.sh",
28
+ "build": "tsc -p ./tsconfig.json && vite build --mode production",
29
+ "postbuild": "sh ./scripts/postbuild.sh",
30
+ "build:publish": "yarn build && sh ./scripts/publish.sh"
31
+ },
32
+ "dependencies": {
33
+ "@googlemaps/polyline-codec": "1.0.28",
34
+ "classnames": "2.5.1",
35
+ "detect-browser": "5.3.0",
36
+ "easy-web-worker": "7.0.5",
37
+ "gmp-wasm": "1.3.2",
38
+ "lodash": "4.18.1",
39
+ "serialize-error": "12.0.0",
40
+ "source-map-js": "1.2.1",
41
+ "uuid": "14.0.1",
42
+ "zod": "4.2.1"
43
+ },
44
+ "devDependencies": {
45
+ "@milemaker/nmaps-gl": "2.0.26",
46
+ "@rollup/plugin-typescript": "12.3.0",
47
+ "@types/lodash": "4.17.24",
48
+ "@types/node": "17.0.45",
49
+ "sass": "1.99.0",
50
+ "sass-embedded": "1.99.0",
51
+ "tslib": "2.6.2",
52
+ "typedoc-plugin-missing-exports": "2.1.0",
53
+ "typescript": "5.2.2",
54
+ "vite": "6.4.3",
55
+ "vite-plugin-css-injected-by-js": "3.3.0"
56
+ },
57
+ "resolutions": {
58
+ "picomatch": "4.0.4",
59
+ "minimatch": "3.1.4"
60
+ },
61
+ "exports": {
62
+ ".": {
63
+ "import": "./dist/index.js",
64
+ "require": "./dist/index.cjs"
65
+ }
66
+ },
67
+ "index": "./dist/index.cjs",
68
+ "module": "./dist/index.js",
69
+ "typings": "./dist/index.d.ts",
70
+ "unpkg": "./dist/milemaker-js.min.js",
71
+ "jsdelivr": "./dist/milemaker-js.min.js"
72
72
  }