testeranto 0.79.54 → 0.79.56

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/Bundle.Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM node:18.18.0
2
2
 
3
3
  RUN apt-get update && \
4
4
  apt-get install -y --no-install-recommends \
5
+ chromium \
5
6
  python3 \
6
7
  make \
7
8
  g++ && \
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.79.54",
4
+ "version": "0.79.56",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },