testeranto 0.79.50 → 0.79.51

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
@@ -41,4 +41,4 @@ RUN yarn bundle
41
41
  # EXPOSE 27017
42
42
  # ENV MONGO_HOST=host.docker.internal
43
43
  # # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
44
- CMD ["node", "./Puppeteer.mjs"]
44
+ CMD ["node", "./node_modules/testeranto/dist/module/Puppeteer.js"]
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.50",
4
+ "version": "0.79.51",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },
package/tsconfig.json CHANGED
@@ -39,7 +39,6 @@
39
39
  "src/**/*.*ts",
40
40
  "src/**/*.*tsx",
41
41
  "index.d.ts",
42
- "electronBuild.ts"
43
42
  ],
44
43
  "exclude": [
45
44
  "node_modules",
File without changes
File without changes