testeranto 0.79.31 → 0.79.32

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.
@@ -35,8 +35,8 @@ RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.css /usr/src/app/
35
35
 
36
36
  # # RUN ts-node-esm ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs
37
37
 
38
- # EXPOSE 3000
39
- # EXPOSE 27017
40
- # ENV MONGO_HOST=host.docker.internal
38
+ EXPOSE 3000
39
+ EXPOSE 27017
40
+ ENV MONGO_HOST=host.docker.internal
41
41
  # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
42
42
  CMD ["node", "./TaskManBackEnd.mjs"]
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.31",
4
+ "version": "0.79.32",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },