rebilly-js-sdk 56.8.0 → 56.8.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [56.8.1](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.8.0...rebilly-js-sdk-v56.8.1) (2024-03-28)
2
+
1
3
  ## [56.8.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.7.0...rebilly-js-sdk-v56.8.0) (2024-03-27)
2
4
 
3
5
 
package/README.md CHANGED
@@ -38,19 +38,11 @@ Generate coverage report
38
38
  ```
39
39
  npm run coverage
40
40
  ```
41
- Check that the generated typescript type file is valid (note: you should build the types first, by using either `npm run ts:bundle-types-from-redocly` or `ts:bundle-types-from-local`)
41
+ Check that the generated typescript type file is valid (note: you should build the types first, by using `npm run ts:bundle-types`)
42
42
  ```
43
43
  npm run test:check-build-types
44
44
  ```
45
45
 
46
46
  ## Typescript types generation
47
47
 
48
- Types are automatically created because `npm run ts:bundle-types-from-redocly` is called as part of `npm run build:prod`.
49
-
50
- But if you want to test TS types before the related `api-definitions` have been merged into main, you can run:
51
-
52
- ```bash
53
- npm run ts:bundle-types-from-local
54
- ```
55
-
56
- which will build your local `api-definitions` branch to generate new TS types that can be tested in your local consumer apps.
48
+ Types are automatically created because `npm run ts:bundle-types` is called as part of `npm run build:prod`.