@bigbinary/neeto-playwright-commons 4.8.6 → 4.8.7

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": "@bigbinary/neeto-playwright-commons",
3
- "version": "4.8.6",
3
+ "version": "4.8.7",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",
@@ -51,6 +51,7 @@
51
51
  "@rollup/plugin-node-resolve": "16.0.3",
52
52
  "@types/mailparser": "^3.4.6",
53
53
  "@types/node": "22.9.0",
54
+ "@types/proper-lockfile": "^4.1.4",
54
55
  "@types/ramda": "0.31.1",
55
56
  "@typescript-eslint/eslint-plugin": "^8.70.0",
56
57
  "@typescript-eslint/parser": "^8.70.0",
@@ -98,6 +99,7 @@
98
99
  "picoquery": "^2.5.0",
99
100
  "playwright-extra": "4.3.6",
100
101
  "playwright-i18next-fixture": "1.0.0",
102
+ "proper-lockfile": "4.1.2",
101
103
  "puppeteer-extra-plugin-stealth": "2.11.2"
102
104
  },
103
105
  "packageManager": "yarn@4.13.0"
@@ -21,4 +21,4 @@ echo "[NeetoAuth] Setting up database..."
21
21
  bundle exec rake db:create db:schema:load
22
22
 
23
23
  echo "[NeetoAuth] Seeding sample data..."
24
- bundle exec rake populate_sample_data
24
+ bundle exec rake setup_sample_data