@devopness/sdk-js 2.54.0 → 2.55.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,11 @@ To build and test the SDK locally, [**fork this repository**](https://github.com
83
83
  #### Pre-requisites
84
84
  - [Docker](https://www.docker.com/products/docker-desktop/)
85
85
  - [make](https://www.gnu.org/software/make/)
86
- - `make` is pre-installed in most Linux systems. In `macOS` it is included as part of the `Xcode` command line utils
86
+ - `make` is pre-installed in most Linux systems.
87
+ - In `macOS` it is included as part of the `Xcode` command line utils. It can be installed with the following command:
88
+ ```
89
+ xcode-select --install
90
+ ```
87
91
  ### Setup and run in local environment
88
92
  #### 1. Build Docker Image
89
93
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.54.0",
3
+ "version": "2.55.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },