pushci 1.2.0 → 1.3.0

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 (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushci",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "AI-native CI/CD that runs on your machine. Zero config, zero cost. 19 languages, 69 skills, Tailscale mesh, blast radius analysis.",
5
5
  "bin": {
6
6
  "pushci": "bin/pushci.js"
@@ -73,5 +73,8 @@
73
73
  "homepage": "https://pushci.dev",
74
74
  "engines": {
75
75
  "node": ">=16"
76
+ },
77
+ "devDependencies": {
78
+ "@playwright/test": "^1.59.1"
76
79
  }
77
80
  }