@vellumai/cli 0.9.0-staging.1 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/cli",
3
- "version": "0.9.0-staging.1",
3
+ "version": "0.9.0",
4
4
  "description": "CLI tools for vellum-assistant",
5
5
  "type": "module",
6
6
  "exports": {
@@ -127,6 +127,8 @@ describe("buildIngressNginxConfig", () => {
127
127
  "location = /v1/pair/ { return 404; }",
128
128
  "location = /v1/pair/web-init { return 404; }",
129
129
  "location = /v1/pair/web-init/ { return 404; }",
130
+ "location = /v1/remote-web/pairing-challenge { return 404; }",
131
+ "location = /v1/remote-web/pairing-challenge/ { return 404; }",
130
132
  "location = /v1/devices { return 404; }",
131
133
  "location = /v1/devices/ { return 404; }",
132
134
  "location = /v1/devices/revoke { return 404; }",
@@ -255,6 +255,8 @@ function buildRemoteWebIngressLocations(opts: {
255
255
  location = /v1/pair/ { return 404; }
256
256
  location = /v1/pair/web-init { return 404; }
257
257
  location = /v1/pair/web-init/ { return 404; }
258
+ location = /v1/remote-web/pairing-challenge { return 404; }
259
+ location = /v1/remote-web/pairing-challenge/ { return 404; }
258
260
  location = /v1/devices { return 404; }
259
261
  location = /v1/devices/ { return 404; }
260
262
  location = /v1/devices/revoke { return 404; }