seamless-cli 0.10.0 → 0.10.2

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.
@@ -1,11 +1,11 @@
1
1
  export const POSTGRES_IMAGE = "postgres:17";
2
- export const SEAMLESS_AUTH_API_VERSION = "v0.3.0";
2
+ export const SEAMLESS_AUTH_API_VERSION = "v0.4.0";
3
3
  export const SEAMLESS_AUTH_API_IMAGE = `ghcr.io/fells-code/seamless-auth-api:${SEAMLESS_AUTH_API_VERSION}`;
4
- export const SEAMLESS_AUTH_ADMIN_DASHBOARD_VERSION = "v0.1.0";
4
+ export const SEAMLESS_AUTH_ADMIN_DASHBOARD_VERSION = "v0.3.0";
5
5
  export const SEAMLESS_AUTH_ADMIN_DASHBOARD_IMAGE = `ghcr.io/fells-code/seamless-auth-admin-dashboard:${SEAMLESS_AUTH_ADMIN_DASHBOARD_VERSION}`;
6
6
  // The starter templates monorepo the CLI scaffolds from. Pinned to a tag so a given
7
7
  // CLI version always produces the same project. Override the ref with
8
8
  // SEAMLESS_TEMPLATES_REF, or point at a local checkout with SEAMLESS_TEMPLATES_DIR.
9
9
  export const SEAMLESS_TEMPLATES_REPO = "fells-code/seamless-templates";
10
- export const SEAMLESS_TEMPLATES_REF = "v0.3.0";
10
+ export const SEAMLESS_TEMPLATES_REF = "v0.4.0";
11
11
  //# sourceMappingURL=images.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seamless-cli",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
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.8.0",
8
+ "@seamless-auth/express": "^0.9.0",
9
9
  "cookie-parser": "^1.4.6",
10
10
  "cors": "^2.8.5",
11
11
  "express": "^5.1.0"