seamless-cli 0.14.0 → 0.15.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/dist/core/images.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
// bump here reaches new projects only. An existing project keeps the major it was
|
|
3
3
|
// scaffolded with, and never has its data directory pulled out from under it.
|
|
4
4
|
export const POSTGRES_IMAGE = "postgres:18";
|
|
5
|
-
export const SEAMLESS_AUTH_API_VERSION = "v0.
|
|
5
|
+
export const SEAMLESS_AUTH_API_VERSION = "v0.13.1";
|
|
6
6
|
export const SEAMLESS_AUTH_API_IMAGE = `ghcr.io/fells-code/seamless-auth-api:${SEAMLESS_AUTH_API_VERSION}`;
|
|
7
|
-
export const SEAMLESS_AUTH_ADMIN_DASHBOARD_VERSION = "v0.
|
|
7
|
+
export const SEAMLESS_AUTH_ADMIN_DASHBOARD_VERSION = "v0.7.0";
|
|
8
8
|
export const SEAMLESS_AUTH_ADMIN_DASHBOARD_IMAGE = `ghcr.io/fells-code/seamless-auth-admin-dashboard:${SEAMLESS_AUTH_ADMIN_DASHBOARD_VERSION}`;
|
|
9
9
|
// `--admin=source` unpacks the dashboard from this repo at the same tag the image
|
|
10
10
|
// above is built from, so both admin modes scaffold the same dashboard. Override
|
|
@@ -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.
|
|
19
|
+
export const SEAMLESS_TEMPLATES_REF = "v0.14.0";
|
|
20
20
|
//# sourceMappingURL=images.js.map
|
package/package.json
CHANGED
|
@@ -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
|
+
"@seamless-auth/express": "^0.15.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.
|
|
9
|
+
"@seamless-auth/fastify": "^0.6.0",
|
|
10
10
|
"fastify": "^5.2.0"
|
|
11
11
|
}
|
|
12
12
|
}
|