testeranto 0.79.7 → 0.79.8

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.
@@ -4,7 +4,7 @@ WORKDIR /usr/src/app
4
4
  COPY package.json /usr/src/app
5
5
  RUN yarn install
6
6
  COPY ./src/ /usr/src/app/src
7
- COPY ./testeranto.json /usr/src/app/testeranto.json
7
+ # COPY ./testeranto.json /usr/src/app/testeranto.json
8
8
  # COPY prebuild.sh /usr/src/app
9
9
  # COPY postBuild.sh /usr/src/app
10
10
 
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.7",
4
+ "version": "0.79.8",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.mts",
7
7
  "module": "dist/module/index.js",