@vantage-sh/vantage-client 2.2.0 → 2.3.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.
- package/README.md +2 -2
- package/dist/index.d.mts +509 -788
- package/dist/index.d.ts +509 -788
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -241,8 +241,8 @@ The SDK exports several utility types for advanced use:
|
|
|
241
241
|
## Publishing
|
|
242
242
|
|
|
243
243
|
After building locally and confirming the changes in the Vantage API are reflected in the types in this
|
|
244
|
-
repository, bump the `version` in `package.json` and open a PR. CI will take care of publishing
|
|
245
|
-
version with the updates.
|
|
244
|
+
repository, bump the `version` in `package.json`, run `npm i`, and open a PR. CI will take care of publishing
|
|
245
|
+
the new version with the updates.
|
|
246
246
|
|
|
247
247
|
Semantic Considerations:
|
|
248
248
|
* `patch` - Bug fixes
|