@basemaps/cli-vector 8.5.0 → 8.6.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/dist/index.cjs +10 -5
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -80746,9 +80746,9 @@ var ulid2 = __toESM(require_index_umd(), 1);
|
|
|
80746
80746
|
var CliInfo = {
|
|
80747
80747
|
// Detect unlinked packages looks for this string since its a package name, slightly work around it
|
|
80748
80748
|
package: "@basemaps/cli",
|
|
80749
|
-
version: "v8.
|
|
80750
|
-
hash: "
|
|
80751
|
-
buildId: "
|
|
80749
|
+
version: "v8.6.0",
|
|
80750
|
+
hash: "bd34894f26d1c7827503e0cb9d48d0773ecd6775",
|
|
80751
|
+
buildId: "16790799626-1"
|
|
80752
80752
|
};
|
|
80753
80753
|
var CliDate = (/* @__PURE__ */ new Date()).toISOString();
|
|
80754
80754
|
var CliId = ulid2.ulid();
|
|
@@ -84966,9 +84966,14 @@ var ConfigBase = z.object({
|
|
|
84966
84966
|
/**
|
|
84967
84967
|
* Was this configuration object generated from another object
|
|
84968
84968
|
*
|
|
84969
|
-
*
|
|
84969
|
+
* tileset-all: All tileset contains all raster layers
|
|
84970
|
+
* tileset-alias: Alias that points to another tileset
|
|
84971
|
+
* imagery-name: Tileset that is identified by its imagery name
|
|
84972
|
+
* imagery-id: Tileset that is identified by its imagery id
|
|
84973
|
+
*
|
|
84974
|
+
* @default undefined
|
|
84970
84975
|
*/
|
|
84971
|
-
virtual: z.
|
|
84976
|
+
virtual: z.enum(["tileset-all", "tileset-alias", "imagery-name", "imagery-id"]).optional()
|
|
84972
84977
|
});
|
|
84973
84978
|
|
|
84974
84979
|
// ../config/build/config/tile.set.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basemaps/cli-vector",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"dist/"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@basemaps/config": "^8.
|
|
52
|
+
"@basemaps/config": "^8.6.0",
|
|
53
53
|
"@basemaps/geo": "^8.3.0",
|
|
54
|
-
"@basemaps/shared": "^8.
|
|
54
|
+
"@basemaps/shared": "^8.6.0",
|
|
55
55
|
"@cotar/builder": "^6.0.1",
|
|
56
56
|
"@cotar/core": "^6.0.1",
|
|
57
57
|
"@linzjs/docker-command": "^7.5.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"tar-stream": "^2.2.0",
|
|
66
66
|
"zod": "^3.24.4"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "bd34894f26d1c7827503e0cb9d48d0773ecd6775"
|
|
69
69
|
}
|