@zibby/cli 0.1.19 → 0.1.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zibby/cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Zibby CLI - Test automation generator and runner",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@aws-sdk/client-sqs": "^3.1000.0",
35
35
  "@zibby/skills": "^0.1.3",
36
- "@zibby/core": "^0.1.15",
36
+ "@zibby/core": "^0.1.16",
37
37
  "@zibby/memory": "^0.1.3",
38
38
  "chalk": "^5.3.0",
39
39
  "commander": "^12.0.0",
@@ -647,8 +647,8 @@ function generatePackageJson(projectName, _answers) {
647
647
  'test:headed': 'playwright test --headed'
648
648
  },
649
649
  dependencies: {
650
- '@zibby/cli': '^0.1.19',
651
- '@zibby/core': '^0.1.15'
650
+ '@zibby/cli': '^0.1.21',
651
+ '@zibby/core': '^0.1.16'
652
652
  },
653
653
  devDependencies: {
654
654
  '@playwright/test': '^1.49.0',