@codemieai/cdk 0.1.589 → 0.1.591

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/dist/cli/index.js CHANGED
@@ -981,7 +981,7 @@ var init_backupTransformers = __esm({
981
981
 
982
982
  // package.json
983
983
  var package_default = {
984
- version: "0.1.589"};
984
+ version: "0.1.591"};
985
985
  var appConfigSchema = z.object({
986
986
  rootDir: z.string(),
987
987
  codemieConfig: z.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemieai/cdk",
3
- "version": "0.1.589",
3
+ "version": "0.1.591",
4
4
  "type": "module",
5
5
  "description": "Infrastructure as Code solution for managing Codemie AI assistants, datasources, and workflows through declarative YAML configuration",
6
6
  "main": "./dist/index.js",