owox 0.16.0-next-20251216110343 → 0.16.0-next-20251217072817
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/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.16.0-next-
|
|
4
|
+
"version": "0.16.0-next-20251217072817",
|
|
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.16.0-next-
|
|
17
|
-
"@owox/idp-better-auth": "0.16.0-next-
|
|
18
|
-
"@owox/idp-owox": "0.16.0-next-
|
|
19
|
-
"@owox/idp-protocol": "0.16.0-next-
|
|
20
|
-
"@owox/internal-helpers": "0.16.0-next-
|
|
21
|
-
"@owox/web": "0.16.0-next-
|
|
16
|
+
"@owox/backend": "0.16.0-next-20251217072817",
|
|
17
|
+
"@owox/idp-better-auth": "0.16.0-next-20251217072817",
|
|
18
|
+
"@owox/idp-owox": "0.16.0-next-20251217072817",
|
|
19
|
+
"@owox/idp-protocol": "0.16.0-next-20251217072817",
|
|
20
|
+
"@owox/internal-helpers": "0.16.0-next-20251217072817",
|
|
21
|
+
"@owox/web": "0.16.0-next-20251217072817",
|
|
22
22
|
"find-process": "^1.4.10"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|