@xemahq/xema 0.15.13 → 0.16.1

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.
Files changed (47) hide show
  1. package/dist/assets/appliance-base/distribution.lock.json +1830 -702
  2. package/dist/assets/appliance-base/images.lock.json +272 -313
  3. package/dist/assets/appliance-lean/distribution.lock.json +1171 -447
  4. package/dist/assets/appliance-lean/images.lock.json +218 -201
  5. package/dist/assets/boot-graph.json +30 -11
  6. package/dist/assets/cloud/distribution.lock.json +1872 -777
  7. package/dist/assets/cloud/images.lock.json +284 -276
  8. package/dist/assets/core/distribution.lock.json +1199 -473
  9. package/dist/assets/core/images.lock.json +218 -196
  10. package/dist/assets/distribution-assets.manifest.json +30 -30
  11. package/dist/assets/minimal/distribution.lock.json +1089 -436
  12. package/dist/assets/minimal/images.lock.json +183 -188
  13. package/dist/assets/oss/distribution.lock.json +1851 -768
  14. package/dist/assets/oss/images.lock.json +274 -315
  15. package/dist/assets/starter/distribution.lock.json +1252 -514
  16. package/dist/assets/starter/images.lock.json +223 -228
  17. package/dist/commands/biome.js +1 -1
  18. package/dist/commands/biome.js.map +1 -1
  19. package/dist/runtime/biome-dev.d.ts.map +1 -1
  20. package/dist/runtime/biome-dev.js +0 -5
  21. package/dist/runtime/biome-dev.js.map +1 -1
  22. package/dist/runtime/biome-scaffold-manifest.d.ts +3 -8
  23. package/dist/runtime/biome-scaffold-manifest.d.ts.map +1 -1
  24. package/dist/runtime/biome-scaffold-manifest.js +2 -9
  25. package/dist/runtime/biome-scaffold-manifest.js.map +1 -1
  26. package/dist/runtime/biome-scaffold.d.ts +3 -3
  27. package/dist/runtime/biome-scaffold.d.ts.map +1 -1
  28. package/dist/runtime/biome-scaffold.js.map +1 -1
  29. package/dist/runtime/biome-validate.d.ts.map +1 -1
  30. package/dist/runtime/biome-validate.js +28 -50
  31. package/dist/runtime/biome-validate.js.map +1 -1
  32. package/dist/runtime/distribution/available-biome.d.ts.map +1 -1
  33. package/dist/runtime/distribution/available-biome.js +80 -14
  34. package/dist/runtime/distribution/available-biome.js.map +1 -1
  35. package/dist/runtime/distribution/compose.d.ts.map +1 -1
  36. package/dist/runtime/distribution/compose.js +2 -9
  37. package/dist/runtime/distribution/compose.js.map +1 -1
  38. package/dist/runtime/platform-services.d.ts.map +1 -1
  39. package/dist/runtime/platform-services.js +2 -2
  40. package/dist/runtime/platform-services.js.map +1 -1
  41. package/dist/runtime/sources/manifest-walk.d.ts +1 -0
  42. package/dist/runtime/sources/manifest-walk.d.ts.map +1 -1
  43. package/dist/runtime/sources/manifest-walk.js +9 -2
  44. package/dist/runtime/sources/manifest-walk.js.map +1 -1
  45. package/dist/runtime/waves.d.ts.map +1 -1
  46. package/dist/runtime/waves.js.map +1 -1
  47. package/package.json +5 -9
@@ -5,13 +5,13 @@
5
5
  "bootGraph": {
6
6
  "repo": "xema-dev/xema-monorepo",
7
7
  "sourcePath": "tooling/boundaries/boot-graph.json",
8
- "sourceCommit": "4f0fc144f28e5bbb3ed32504d63abc77d940ac84"
8
+ "sourceCommit": "7651cd19ed23a68e8fa124f83244acf9bb223290"
9
9
  },
10
10
  "editions": [
11
11
  {
12
12
  "id": "minimal",
13
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
14
- "inputHash": "f737b23539dd683d831be2047acf5c0d2bbb85901e90d3b1cd940e28c0fecf63",
13
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
14
+ "inputHash": "a096c99b22bc8380d6dae8c89a91b408015ed7476ecb4ad2e875fc7c6df13e60",
15
15
  "files": [
16
16
  "minimal/distribution.lock.json",
17
17
  "minimal/images.lock.json"
@@ -19,8 +19,8 @@
19
19
  },
20
20
  {
21
21
  "id": "core",
22
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
23
- "inputHash": "dea99fb5d288dbbb873bbb2d70cae30b2b645ae8d4a5c2896f2d36ba9d26670a",
22
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
23
+ "inputHash": "5b680861bd74426e6237143e05dec90eaeb8cfe6138c1c61445de3ee2099f71e",
24
24
  "files": [
25
25
  "core/distribution.lock.json",
26
26
  "core/images.lock.json"
@@ -28,8 +28,8 @@
28
28
  },
29
29
  {
30
30
  "id": "starter",
31
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
32
- "inputHash": "482ead92dcd5fec29271536c2ad4fda00e3720780412bb1b7dedde8cb2a9e357",
31
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
32
+ "inputHash": "6b39715a6d13eabd91ab0960f0d5cd0efa8a4f61aff12335691d6043636f9dea",
33
33
  "files": [
34
34
  "starter/distribution.lock.json",
35
35
  "starter/images.lock.json"
@@ -37,8 +37,8 @@
37
37
  },
38
38
  {
39
39
  "id": "oss",
40
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
41
- "inputHash": "460b93161f78bbbc5f4935c491b5b059cf63f3d43652697ba740035fa8ae3296",
40
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
41
+ "inputHash": "d2c9440f29010a4ef653bf43e5fc73d44ad39788872f50eb27a5bfb46476122a",
42
42
  "files": [
43
43
  "oss/distribution.lock.json",
44
44
  "oss/images.lock.json"
@@ -46,8 +46,8 @@
46
46
  },
47
47
  {
48
48
  "id": "appliance-lean",
49
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
50
- "inputHash": "4c31b374a83013f1f375ce030f45605b0a3ba6c4a27a48efaae64167ea85b621",
49
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
50
+ "inputHash": "6b50936d5d1f493b493e524642a083ebf9e87c11c0beacf94538a35a626d8b98",
51
51
  "files": [
52
52
  "appliance-lean/distribution.lock.json",
53
53
  "appliance-lean/images.lock.json"
@@ -55,8 +55,8 @@
55
55
  },
56
56
  {
57
57
  "id": "appliance-base",
58
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
59
- "inputHash": "3b1fc17c4bbab9e8f8d9cea166c947bccbb6e9976c407af47c0c1a623b8cd40a",
58
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
59
+ "inputHash": "6e9c127f9869f78f4dd638e6f8ebe82281e7e9118718b30239367b847c73f0a0",
60
60
  "files": [
61
61
  "appliance-base/distribution.lock.json",
62
62
  "appliance-base/images.lock.json"
@@ -64,8 +64,8 @@
64
64
  },
65
65
  {
66
66
  "id": "cloud",
67
- "sourceCommit": "333c686209469a9bef90cea693e12fed506d1aef",
68
- "inputHash": "62a80a0706c1e7deb0a653d4aaf1f28c763c271c0d8a6974b9be9a6a15c1a046",
67
+ "sourceCommit": "d4e2563890c30b0dc873f485986df465afbbbf50",
68
+ "inputHash": "41c5e4ccef341175ecee2d7360f4133f49aaaf0c16e624b088ea5d47d5f134fd",
69
69
  "files": [
70
70
  "cloud/distribution.lock.json",
71
71
  "cloud/images.lock.json"
@@ -81,39 +81,39 @@
81
81
  "files": [
82
82
  {
83
83
  "path": "appliance-base/distribution.lock.json",
84
- "sha256": "ba59ec7ca47a1b34993240b8f3450fb3bbde2101f8383243cdb7e5c56f91536b"
84
+ "sha256": "f3df51b562154ca5ae46f135625860ed2cebe0ca541208395f7f1dcf0ad3b1b0"
85
85
  },
86
86
  {
87
87
  "path": "appliance-base/images.lock.json",
88
- "sha256": "05ea6a99e716249e433b019264f1cf75d241d02f5fb59c39ce8fa81f336ee468"
88
+ "sha256": "4d368ed5976516f8b0a3e1578caf0f0b5aed9813d70c41e5653efe3c553263c0"
89
89
  },
90
90
  {
91
91
  "path": "appliance-lean/distribution.lock.json",
92
- "sha256": "a03b23191b9ac0d94e2b65b84f17ca0fa194443a51a85ff97278210db57497af"
92
+ "sha256": "c0f4964c2f2be7eb5b7cf2f26044ba4599d0091dcfdac479b3cd204ea26f0170"
93
93
  },
94
94
  {
95
95
  "path": "appliance-lean/images.lock.json",
96
- "sha256": "a501f7388c9a30153ca9f006631dd16c38a00a2f6221ddca3a9aa946cdfb495f"
96
+ "sha256": "3ae7f010d453bf13c07df619a7ab5a0e73141ee4f571f96379e29a6fc688e85d"
97
97
  },
98
98
  {
99
99
  "path": "boot-graph.json",
100
- "sha256": "2dc2ae2450a2bbcb52e3ca273109f4d662482be73c659492c8f1c3984ef9cf50"
100
+ "sha256": "afa5cb861c2d4dc0a4bb5d710aec8c32834ef1b33c7561d590ab137d9afbe178"
101
101
  },
102
102
  {
103
103
  "path": "cloud/distribution.lock.json",
104
- "sha256": "5c45dfe4c407f504e4934bb730a9423d4d3c341b221a2ed6fb3cfa4a219d8ec0"
104
+ "sha256": "fe5de750005f642e6cb55454ecfde2a2c636c2785c1072ae2e313a7d82b230d2"
105
105
  },
106
106
  {
107
107
  "path": "cloud/images.lock.json",
108
- "sha256": "6f411b6143b3255b397372398dc83c71dca67221d0f01695d0711f9f9ceecb00"
108
+ "sha256": "aac022211a06853711a6fe50c43dcd9742578505661a703a61c171ad87f773a0"
109
109
  },
110
110
  {
111
111
  "path": "core/distribution.lock.json",
112
- "sha256": "5fd74d7066a53a74ca28d4a45e54bd5f44141bb7537e906fe377e126ef9dc3c7"
112
+ "sha256": "440d844ac7c92c1a008f55923693cdde5cd0911efc345af539d0a5bacec80989"
113
113
  },
114
114
  {
115
115
  "path": "core/images.lock.json",
116
- "sha256": "0a8eb30c0a809e67fd0b995228805323e45a155bdfcc55ab9616827fc335d58c"
116
+ "sha256": "6b5bb0f7082fcedba09acbf993bf441a16526e1607512f40a4c95169edacc34c"
117
117
  },
118
118
  {
119
119
  "path": "keycloak/realm-xema.json",
@@ -121,27 +121,27 @@
121
121
  },
122
122
  {
123
123
  "path": "minimal/distribution.lock.json",
124
- "sha256": "9158652a72be9a89e10939d91f5b889738656342e2a6940af6de462238b39489"
124
+ "sha256": "509b84f2bed5d239f525f9dfef3fe274315f3b45cb925f43534e672691bdcaa5"
125
125
  },
126
126
  {
127
127
  "path": "minimal/images.lock.json",
128
- "sha256": "ef3b25c02ef0080430ceae0efad0382d77e373f37c1f8e9ea457b62f40c9f03f"
128
+ "sha256": "d3205e344f9ddc3f06325afeebc3dfbdd4dd5f3997d246717071fe2e0285d275"
129
129
  },
130
130
  {
131
131
  "path": "oss/distribution.lock.json",
132
- "sha256": "190e1adaeea72a41c424ac31f28e76697513127872aa8a231e9e759bfe0578ee"
132
+ "sha256": "0ec6ae524fc981c9ce4f49a402d62b6b84f10df2c2f13736fd8295a7326f15e5"
133
133
  },
134
134
  {
135
135
  "path": "oss/images.lock.json",
136
- "sha256": "44098aadcca59a9952f69e600cd53b58f002bde6093d05000747a60c54b5b99e"
136
+ "sha256": "b5dc63d69d0a15a20b8a66638c546898ab0f5f5d4f37b52f279bc8d0b56eadf4"
137
137
  },
138
138
  {
139
139
  "path": "starter/distribution.lock.json",
140
- "sha256": "58dd159f8504612bbec6cc8e044ed5bcf4ae0cc8711aa22297eae03f9e4f98de"
140
+ "sha256": "e877f6e18168b8f21abed33bf0d0dbc16323178a727ae094923f9bead528e0ba"
141
141
  },
142
142
  {
143
143
  "path": "starter/images.lock.json",
144
- "sha256": "e4fefde10bf471ccf857f2868c68c7ee4d187cb994383cd6873c2ce3d73ffb99"
144
+ "sha256": "5485b451771319217af867ac535076bff55e306afbd1311df49352916a0031da"
145
145
  }
146
146
  ]
147
147
  }