stably 4.0.4 → 4.0.5

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,13 +1,12 @@
1
1
  {
2
2
  "name": "stably",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "packageManager": "pnpm@10.24.0",
5
5
  "description": "AI-powered E2E Playwright testing CLI. Stably can understand your codebase, edit/run tests, and handle complex test scenarios for you.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
9
- "dist",
10
- "logo/logo-white-with-bg.png"
9
+ "dist"
11
10
  ],
12
11
  "bin": {
13
12
  "stably": "dist/index.js"
@@ -45,13 +44,6 @@
45
44
  "cli"
46
45
  ],
47
46
  "homepage": "https://stably.ai",
48
- "repository": {
49
- "type": "git",
50
- "url": "https://github.com/stablyai/stably"
51
- },
52
- "bugs": {
53
- "url": "https://github.com/stablyai/stably/issues"
54
- },
55
47
  "license": "UNLICENSED",
56
48
  "author": "Stably AI <support@stably.ai>",
57
49
  "engines": {
Binary file