plum-e2e 2.8.2 → 2.8.3

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.
@@ -7,7 +7,7 @@ FROM mcr.microsoft.com/playwright:v1.50.0
7
7
  WORKDIR /app
8
8
 
9
9
  COPY package.json package-lock.json ./
10
- RUN npm install
10
+ RUN npm ci
11
11
  RUN npx playwright install --with-deps
12
12
 
13
13
  COPY . .
@@ -37,7 +37,7 @@
37
37
  "jsonwebtoken": "^9.0.2",
38
38
  "node-cron": "^3.0.3",
39
39
  "picocolors": "^1.1.1",
40
- "playwright": "^1.50.1",
40
+ "playwright": "1.50.1",
41
41
  "socket.io": "^4.8.1"
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plum-e2e",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/silverlunah/plum.git"