@semiont/cli 0.3.7 → 0.3.8

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 +7 -7
  2. package/package.json +7 -7
package/dist/cli.mjs CHANGED
@@ -27009,7 +27009,7 @@ var require_package = __commonJS({
27009
27009
  "package.json"(exports, module) {
27010
27010
  module.exports = {
27011
27011
  name: "@semiont/cli",
27012
- version: "0.3.7",
27012
+ version: "0.3.8",
27013
27013
  description: "Semiont CLI - Unified environment management tool",
27014
27014
  _comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
27015
27015
  type: "module",
@@ -27073,12 +27073,12 @@ var require_package = __commonJS({
27073
27073
  "@aws-sdk/client-secrets-manager": "^3.600.0",
27074
27074
  "@aws-sdk/client-sts": "^3.859.0",
27075
27075
  "@aws-sdk/client-wafv2": "^3.859.0",
27076
- "@semiont/api-client": "^0.3.7",
27077
- "@semiont/content": "^0.3.7",
27078
- "@semiont/core": "^0.3.7",
27079
- "@semiont/event-sourcing": "^0.3.7",
27080
- "@semiont/graph": "^0.3.7",
27081
- "@semiont/make-meaning": "^0.3.7",
27076
+ "@semiont/api-client": "^0.3.8",
27077
+ "@semiont/content": "^0.3.8",
27078
+ "@semiont/core": "^0.3.8",
27079
+ "@semiont/event-sourcing": "^0.3.8",
27080
+ "@semiont/graph": "^0.3.8",
27081
+ "@semiont/make-meaning": "^0.3.8",
27082
27082
  "@vitest/ui": "4.0.18",
27083
27083
  arg: "^5.0.2",
27084
27084
  argon2: "^0.44.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/cli",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
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",
@@ -64,12 +64,12 @@
64
64
  "@aws-sdk/client-secrets-manager": "^3.600.0",
65
65
  "@aws-sdk/client-sts": "^3.859.0",
66
66
  "@aws-sdk/client-wafv2": "^3.859.0",
67
- "@semiont/api-client": "0.3.7",
68
- "@semiont/content": "0.3.7",
69
- "@semiont/core": "0.3.7",
70
- "@semiont/event-sourcing": "0.3.7",
71
- "@semiont/graph": "0.3.7",
72
- "@semiont/make-meaning": "0.3.7",
67
+ "@semiont/api-client": "0.3.8",
68
+ "@semiont/content": "0.3.8",
69
+ "@semiont/core": "0.3.8",
70
+ "@semiont/event-sourcing": "0.3.8",
71
+ "@semiont/graph": "0.3.8",
72
+ "@semiont/make-meaning": "0.3.8",
73
73
  "@vitest/ui": "4.0.18",
74
74
  "arg": "^5.0.2",
75
75
  "argon2": "^0.44.0",