testeranto 0.79.58 → 0.79.59

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
@@ -27,7 +27,7 @@ COPY ./test.mts /usr/src/app/test.mts
27
27
  RUN yarn run init
28
28
 
29
29
  RUN apt-get update && apt-get install -y chromium
30
- RUN /usr/bin/chromium-browser --no-sandbox --version > /etc/chromium-version
30
+ RUN /usr/bin/chromium --no-sandbox --version > /etc/chromium-version
31
31
 
32
32
  RUN yarn bundle
33
33
  # COPY ./docs/ /usr/src/app/docs
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.58",
4
+ "version": "0.79.59",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },