testeranto 0.79.14 → 0.79.15

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 @@ COPY ./src/ /usr/src/app/src
7
7
  COPY ./subPackages/ /usr/src/app/subPackages
8
8
  COPY ./testeranto.mts /usr/src/app/testeranto.mts
9
9
  COPY ./tsconfig.json /usr/src/app/tsconfig.json
10
- # RUN yarn testeranto-esbuild
10
+ RUN yarn testeranto-esbuild
11
11
  # # COPY ./testeranto.json /usr/src/app/testeranto.json
12
12
  # # COPY prebuild.sh /usr/src/app
13
13
  # # COPY postBuild.sh /usr/src/app
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.14",
4
+ "version": "0.79.15",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.mts",
7
7
  "module": "dist/module/index.js",