@companieshouse/api-sdk-node 2.0.291 → 2.0.292

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,7 +76,7 @@ Change the definition of the `prepare` script in the package.json file to match
76
76
 
77
77
  (The `husky install` command should only be present if already there in the `prepare` script definition of your project)
78
78
 
79
- Once done it should just be necessary to restart your project's service in Tilt (assumes that your local project is running in 'development mode').
79
+ Once done it should just be necessary to restart your project's service in docker-chs-development (assumes that your local project is running in 'development mode').
80
80
 
81
81
  Note that the `prepare` script change will need to be reverted, if wishing build and run unit-tests from the command-line, outside of the Docker environment. The change should NOT be committed or pushed to the project repository.
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.291",
3
+ "version": "2.0.292",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [