@codemieai/cdk 0.1.279 → 0.1.280

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
@@ -12,7 +12,7 @@ import pLimit from 'p-limit';
12
12
 
13
13
  // package.json
14
14
  var package_default = {
15
- version: "0.1.279"};
15
+ version: "0.1.280"};
16
16
  var appConfigSchema = z.object({
17
17
  rootDir: z.string(),
18
18
  codemieConfig: z.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemieai/cdk",
3
- "version": "0.1.279",
3
+ "version": "0.1.280",
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",