@codemieai/cdk 0.1.446 → 0.1.448

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
@@ -938,7 +938,7 @@ var init_backupTransformers = __esm({
938
938
 
939
939
  // package.json
940
940
  var package_default = {
941
- version: "0.1.446"};
941
+ version: "0.1.448"};
942
942
  var appConfigSchema = z.object({
943
943
  rootDir: z.string(),
944
944
  codemieConfig: z.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemieai/cdk",
3
- "version": "0.1.446",
3
+ "version": "0.1.448",
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",