@basemaps/cli-vector 8.10.6 → 8.10.7

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 (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -81913,9 +81913,9 @@ var ulid2 = __toESM(require_index_umd(), 1);
81913
81913
  var CliInfo = {
81914
81914
  // Detect unlinked packages looks for this string since its a package name, slightly work around it
81915
81915
  package: "@basemaps/cli",
81916
- version: "v8.18.1",
81917
- hash: "8e7b083ad11f25ed8eb61a7d2382efe48d208bb5",
81918
- buildId: "20972808272-1"
81916
+ version: "v8.19.0",
81917
+ hash: "e9bb0101152463385db641a64975365b4f19b18e",
81918
+ buildId: "22046922781-1"
81919
81919
  };
81920
81920
  var CliDate = (/* @__PURE__ */ new Date()).toISOString();
81921
81921
  var CliId = ulid2.ulid();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/cli-vector",
3
- "version": "8.10.6",
3
+ "version": "8.10.7",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@basemaps/config": "^8.13.1",
53
53
  "@basemaps/geo": "^8.9.0",
54
- "@basemaps/shared": "^8.9.6",
54
+ "@basemaps/shared": "^8.9.7",
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": "8e7b083ad11f25ed8eb61a7d2382efe48d208bb5"
68
+ "gitHead": "e9bb0101152463385db641a64975365b4f19b18e"
69
69
  }