@payfit/nx-core 4.53.0 → 4.53.1

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.
@@ -121,12 +121,11 @@ jobs:
121
121
  - run:
122
122
  name: 'Install Oras'
123
123
  command: |
124
- VERSION="1.2.2"
125
- curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
124
+ curl -LO "https://github.com/oras-project/oras/releases/download/v${ORAS_VERSION}/oras_${ORAS_VERSION}_linux_amd64.tar.gz"
126
125
  mkdir -p oras-install/
127
- tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
126
+ tar -zxf oras_${ORAS_VERSION}_*.tar.gz -C oras-install/
128
127
  sudo mv oras-install/oras /usr/local/bin/
129
- rm -rf oras_${VERSION}_*.tar.gz oras-install/
128
+ rm -rf oras_${ORAS_VERSION}_*.tar.gz oras-install/
130
129
  - run:
131
130
  name: Release
132
131
  command: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.53.0",
3
+ "version": "4.53.1",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",