@semiont/cli 0.2.5-build.20 → 0.2.5

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 (2) hide show
  1. package/dist/cli.mjs +1 -0
  2. package/package.json +2 -1
package/dist/cli.mjs CHANGED
@@ -40320,6 +40320,7 @@ var require_package = __commonJS({
40320
40320
  "README.md",
40321
40321
  "LICENSE"
40322
40322
  ],
40323
+ bundledDependencies: false,
40323
40324
  publishConfig: {
40324
40325
  access: "public"
40325
40326
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/cli",
3
- "version": "0.2.5-build.20",
3
+ "version": "0.2.5",
4
4
  "description": "Semiont CLI - Unified environment management tool",
5
5
  "_comment": "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
6
6
  "type": "module",
@@ -15,6 +15,7 @@
15
15
  "README.md",
16
16
  "LICENSE"
17
17
  ],
18
+ "bundledDependencies": false,
18
19
  "publishConfig": {
19
20
  "access": "public"
20
21
  },