@boject/cli 0.0.1-rc.1 → 0.0.1-rc.2

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/LICENSE CHANGED
@@ -9,7 +9,7 @@ Parameters
9
9
 
10
10
  Licensor: Boject Ltd
11
11
 
12
- Licensed Work: boject-cms 0.0.1-rc.1
12
+ Licensed Work: boject-cms 0.0.1-rc.2
13
13
  The Licensed Work is © 2026 Boject Ltd.
14
14
 
15
15
  Additional Use Grant: You may make production use of the Licensed Work,
package/dist/index.js CHANGED
@@ -4046,7 +4046,7 @@ function safeParseUrl(u) {
4046
4046
  init_config();
4047
4047
 
4048
4048
  // src/version.ts
4049
- var CLI_VERSION = "0.0.1-rc.1";
4049
+ var CLI_VERSION = "0.0.1-rc.2";
4050
4050
 
4051
4051
  // src/commands/perf/scenario.ts
4052
4052
  var FLAT_SHAPES = ["bare", "filtered", "relation"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boject/cli",
3
- "version": "0.0.1-rc.1",
3
+ "version": "0.0.1-rc.2",
4
4
  "license": "BUSL-1.1",
5
5
  "private": false,
6
6
  "type": "module",