owox 0.17.0-next-20260113081453 → 0.17.0-next-20260113093155
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/web/flags-route.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/dist/web/flags-route.js
CHANGED
|
@@ -20,7 +20,7 @@ const DEFAULT_PUBLIC_ENV_WHITELIST = [
|
|
|
20
20
|
'MENU_DOCUMENTATION_COMMUNITY_EDITION_VISIBLE',
|
|
21
21
|
'GOOGLE_TAG_MANAGER_CONTAINER_ID',
|
|
22
22
|
'INTERCOM_APP_ID',
|
|
23
|
-
'
|
|
23
|
+
'INSIGHTS_ENABLED',
|
|
24
24
|
];
|
|
25
25
|
/**
|
|
26
26
|
* Schema to validate the options passed to the route registrar
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "owox",
|
|
3
3
|
"description": "OWOX Data Marts CLI: Simple command-line interface to start the OWOX Data Marts application with backend and frontend components.",
|
|
4
|
-
"version": "0.17.0-next-
|
|
4
|
+
"version": "0.17.0-next-20260113093155",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@oclif/core": "^4",
|
|
14
14
|
"@oclif/plugin-help": "^6",
|
|
15
15
|
"@oclif/plugin-plugins": "^5",
|
|
16
|
-
"@owox/backend": "0.17.0-next-
|
|
17
|
-
"@owox/idp-better-auth": "0.17.0-next-
|
|
18
|
-
"@owox/idp-owox": "0.17.0-next-
|
|
19
|
-
"@owox/idp-protocol": "0.17.0-next-
|
|
20
|
-
"@owox/internal-helpers": "0.17.0-next-
|
|
21
|
-
"@owox/web": "0.17.0-next-
|
|
16
|
+
"@owox/backend": "0.17.0-next-20260113093155",
|
|
17
|
+
"@owox/idp-better-auth": "0.17.0-next-20260113093155",
|
|
18
|
+
"@owox/idp-owox": "0.17.0-next-20260113093155",
|
|
19
|
+
"@owox/idp-protocol": "0.17.0-next-20260113093155",
|
|
20
|
+
"@owox/internal-helpers": "0.17.0-next-20260113093155",
|
|
21
|
+
"@owox/web": "0.17.0-next-20260113093155",
|
|
22
22
|
"find-process": "^1.4.10"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|