@popina/cli 0.1.4 → 0.1.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @fveauvy/cli
2
2
 
3
+ ## 4.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Enhance a cli 'dev' command to generate a turbo dev command based on the user services selection.
8
+
3
9
  ## 4.4.2
4
10
 
5
11
  ### Patch Changes
package/build/index.js CHANGED
@@ -825,7 +825,7 @@ function $constructor(name, initializer3, params) {
825
825
  Object.defineProperty(_, "name", { value: name });
826
826
  return _;
827
827
  }
828
- var $brand = Symbol("zod_brand");
828
+ var $brand = /* @__PURE__ */ Symbol("zod_brand");
829
829
  var $ZodAsyncError = class extends Error {
830
830
  constructor() {
831
831
  super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`);
@@ -8645,8 +8645,8 @@ function zh_TW_default() {
8645
8645
  }
8646
8646
 
8647
8647
  // ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v4/core/registries.js
8648
- var $output = Symbol("ZodOutput");
8649
- var $input = Symbol("ZodInput");
8648
+ var $output = /* @__PURE__ */ Symbol("ZodOutput");
8649
+ var $input = /* @__PURE__ */ Symbol("ZodInput");
8650
8650
  var $ZodRegistry = class {
8651
8651
  constructor() {
8652
8652
  this._map = /* @__PURE__ */ new Map();
@@ -11462,7 +11462,7 @@ function date4(params) {
11462
11462
  config(en_default());
11463
11463
 
11464
11464
  // package.json
11465
- var version2 = "0.1.4";
11465
+ var version2 = "0.1.6";
11466
11466
 
11467
11467
  // src/utils/get-package-info.ts
11468
11468
  async function getPackageInfo() {