@payfit/nx-core 4.70.0 → 4.70.1-ephemeral-rowern-patch-1.0

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.
@@ -138,6 +138,8 @@ jobs:
138
138
  tar -xzf teleport-${TELEPORT_VERSION}-linux-amd64-bin.tar.gz
139
139
  cd teleport
140
140
  sudo ./install
141
+ cd ../
142
+ rm -rf teleport
141
143
  - run:
142
144
  name: 'Install Oras'
143
145
  command: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.70.0",
3
+ "version": "4.70.1-ephemeral-rowern-patch-1.0",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",