@lowdefy/e2e-utils 0.0.0-experimental-20260309075033 → 4.6.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 +2 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/e2e-utils",
3
- "version": "0.0.0-experimental-20260309075033",
3
+ "version": "4.6.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lowdefy E2E Testing Utilities for Playwright",
6
6
  "homepage": "https://lowdefy.com",
@@ -36,26 +36,13 @@
36
36
  "dist/*"
37
37
  ],
38
38
  "dependencies": {
39
- "@lowdefy/helpers": "0.0.0-experimental-20260309075033",
39
+ "@lowdefy/helpers": "4.6.0",
40
40
  "js-yaml": "4.1.0",
41
41
  "prompts": "2.4.2"
42
42
  },
43
43
  "peerDependencies": {
44
- "@lowdefy/blocks-antd": "0.0.0-experimental-20260309075033",
45
- "@lowdefy/blocks-basic": "0.0.0-experimental-20260309075033",
46
44
  "@playwright/test": "1.50.1"
47
45
  },
48
- "peerDependenciesMeta": {
49
- "@lowdefy/blocks-antd": {
50
- "optional": true
51
- },
52
- "@lowdefy/blocks-basic": {
53
- "optional": true
54
- },
55
- "@playwright/test": {
56
- "optional": false
57
- }
58
- },
59
46
  "devDependencies": {
60
47
  "@swc/cli": "0.1.63",
61
48
  "@swc/core": "1.3.99",