seamless-cli 0.16.0 → 0.17.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.
@@ -16,5 +16,5 @@ export const SEAMLESS_AUTH_ADMIN_DASHBOARD_REF = SEAMLESS_AUTH_ADMIN_DASHBOARD_V
16
16
  // CLI version always produces the same project. Override the ref with
17
17
  // SEAMLESS_TEMPLATES_REF, or point at a local checkout with SEAMLESS_TEMPLATES_DIR.
18
18
  export const SEAMLESS_TEMPLATES_REPO = "fells-code/seamless-templates";
19
- export const SEAMLESS_TEMPLATES_REF = "v0.14.0";
19
+ export const SEAMLESS_TEMPLATES_REF = "v0.15.0";
20
20
  //# sourceMappingURL=images.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seamless-cli",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "The Seamless Auth command-line interface",
5
5
  "homepage": "https://github.com/fells-code/seamless-cli#readme",
6
6
  "bugs": {
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "description": "Minimal adopter backend for the conformance harness — real @seamless-auth/express with a capture transport.",
7
7
  "dependencies": {
8
- "@seamless-auth/express": "^0.15.0",
8
+ "@seamless-auth/express": "^0.16.0",
9
9
  "cookie-parser": "^1.4.6",
10
10
  "cors": "^2.8.5",
11
11
  "express": "^5.1.0"
@@ -6,7 +6,7 @@
6
6
  "description": "Minimal adopter backend for the conformance harness — real @seamless-auth/fastify with a capture transport.",
7
7
  "dependencies": {
8
8
  "@fastify/cors": "^11.0.1",
9
- "@seamless-auth/fastify": "^0.6.0",
9
+ "@seamless-auth/fastify": "^0.7.0",
10
10
  "fastify": "^5.2.0"
11
11
  }
12
12
  }