@substrat-run/cli 0.31.0 → 0.31.1

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/versions.js +2 -2
  2. package/package.json +3 -3
package/dist/versions.js CHANGED
@@ -26,8 +26,8 @@ const getAll = (url, header) => readAllEntries(url, (pageUrl) => getJson(pageUrl
26
26
  * applies (`verticalSlug.endsWith('/' + slug)`) — a workspace-prefixed registration of
27
27
  * the same product name. A staff push pinned to a tenant registers the vertical as
28
28
  * `<tenantSlug>/<name>` while everyone keeps SAYING the bare name, so before this the
29
- * two commands disagreed: `hostnames egeryds-substrat` listed the installs while
30
- * `versions egeryds-substrat` printed the (wrong, alarming) lineage-fork hint. Returns
29
+ * two commands disagreed: `hostnames acme-substrat` listed the installs while
30
+ * `versions acme-substrat` printed the (wrong, alarming) lineage-fork hint. Returns
31
31
  * which slug was read and a note when it differs from what was asked.
32
32
  */
33
33
  async function resolveVersionsSlug(base, header, slug) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/cli",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "description": "The substrat CLI — authenticated deploy tooling: push a vertical to the platform, manage its versions and channels",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "esbuild": "^0.25.0",
32
32
  "@substrat-run/boundary-lint": "^0.4.2",
33
- "@substrat-run/contracts": "^0.107.0",
34
- "@substrat-run/model-view": "^0.2.8"
33
+ "@substrat-run/contracts": "^0.108.0",
34
+ "@substrat-run/model-view": "^0.2.9"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^22.0.0",