@mappedin/mappedin-js 6.5.0 → 6.7.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.
- package/THIRD_PARTY_LICENSES.txt +31 -0
- package/lib/esm/{GLTFExporter-IJ34CDQB.js → GLTFExporter-S3QQNGC2.js} +1 -1
- package/lib/esm/{GLTFLoader-PXCR6USU.js → GLTFLoader-3H6VNQZY.js} +1 -1
- package/lib/esm/chunk-23T7JYTY.js +1 -0
- package/lib/esm/chunk-6KD6R6PO.js +1 -0
- package/lib/esm/{chunk-WD5FGIM2.js → chunk-HA3ORCZX.js} +1 -1
- package/lib/esm/{chunk-LUNYQOMN.js → chunk-IISBJAU5.js} +1 -1
- package/lib/esm/index.d.ts +576 -80
- package/lib/esm/index.js +1 -1
- package/lib/esm/inspector-LBKCO2DD.js +1 -0
- package/lib/esm/{internal-65WQUW6L.js → internal-LFZJ4KKU.js} +1 -1
- package/lib/esm/{text3d-6ACSQOS4.js → text3d-HVZE2E2W.js} +1 -1
- package/package.json +2 -1
- package/lib/esm/chunk-CBDJZJXS.js +0 -1
- package/lib/esm/chunk-PGIGUASH.js +0 -1
- package/lib/esm/inspector-IOGM6LC5.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mappedin/mappedin-js",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0",
|
|
4
4
|
"homepage": "https://developer.mappedin.com/",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "lib/esm/index.js",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"rel:patch": "node scripts/release.mjs patch",
|
|
28
28
|
"start": "INTERNAL=true pnpm build:start && concurrently \"node scripts/build.mjs --watchChanges\" \"INTERNAL=true node scripts/start.mjs\"",
|
|
29
|
+
"start:vite": "INTERNAL=true node scripts/generate-examples-html.mjs && INTERNAL=true vite",
|
|
29
30
|
"start:geojson": "SDK_EXAMPLE_BUILD=true NODE_ENV=dev pnpm start",
|
|
30
31
|
"start:ngaf": "pnpm clean && node scripts/build.mjs && pnpm copy-styles && concurrently \"node scripts/build.mjs --watchChanges\" \"node scripts/start.mjs\"",
|
|
31
32
|
"build:geojson": "SDK_EXAMPLE_BUILD=true pnpm build && yalc push",
|