@vertesia/appgen-docs 1.5.0-dev.20260905.011013Z → 1.5.0-dev.20260910.052912Z

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.
@@ -908,6 +908,7 @@ export {};
908
908
  // session/index.d.ts
909
909
  // -----------------------------------------------------------------------------
910
910
  export * from './auth/composable';
911
+ export { clearCentralAuthRoundTripMarker, isCentralAuthRedirectPending, redirectToCentralAuth, } from './auth/domainRouting';
911
912
  export * from './auth/firebase';
912
913
  export * from './auth/useAuthState';
913
914
  export * from './auth/useCurrentTenant';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertesia/appgen-docs",
3
- "version": "1.5.0-dev.20260905.011013Z",
3
+ "version": "1.5.0-dev.20260910.052912Z",
4
4
  "description": "Generated SDK references and development guidance for Vertesia app agents",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -18,10 +18,10 @@
18
18
  "devDependencies": {
19
19
  "@types/node": "^24.13.3",
20
20
  "typescript": "7.0.2",
21
- "@vertesia/client": "1.5.0-dev.20260905.011013Z",
22
- "@vertesia/common": "1.5.0-dev.20260905.011013Z",
23
- "@vertesia/tsconfig": "0.1.0",
24
- "@vertesia/ui": "1.5.0-dev.20260905.011013Z"
21
+ "@vertesia/client": "1.5.0-dev.20260910.052912Z",
22
+ "@vertesia/common": "1.5.0-dev.20260910.052912Z",
23
+ "@vertesia/ui": "1.5.0-dev.20260910.052912Z",
24
+ "@vertesia/tsconfig": "0.1.0"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "documentation",
35
35
  "app-development"
36
36
  ],
37
- "gitHead": "ea74a29f6885cec132eec4b6b319e40137df3b40",
37
+ "gitHead": "95d481ca856012cd67b501b901dc365afeb7cf81",
38
38
  "scripts": {
39
39
  "build": "pnpm run clean && tsc -p tsconfig.json && node ./scripts/generate-docs.mjs",
40
40
  "clean": "rimraf ./lib ./docs ./tsconfig.tsbuildinfo",