@chauvet/connect-base-profiles 2.2.1 → 2.2.3
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.
- package/README.md +7 -0
- package/dist/baseProfiles.js +290 -140
- package/package.json +1 -1
- package/src/baseProfiles.ts +290 -141
package/README.md
CHANGED
|
@@ -65,3 +65,10 @@ npm info @chauvet/connect-base-profiles
|
|
|
65
65
|
|
|
66
66
|
You should see the newly published version in the output. If everything looks good, your updated package is now available for others to install.
|
|
67
67
|
|
|
68
|
+
---
|
|
69
|
+
### 6. update the package where it is being used
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
npm run update-base-profiles
|
|
73
|
+
```
|
|
74
|
+
this will update the package in the project where it is being used.
|