vrchat 1.4.0 → 1.5.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.
@@ -23,6 +23,8 @@ jobs:
23
23
  ${{ runner.os }}-node-v16
24
24
  - name: Install OpenAPI Generator CLI
25
25
  run: npm install @openapitools/openapi-generator-cli
26
+ - name: Set OpenAPI Generator version
27
+ run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 5.3.0
26
28
  - name: Generate SDK Client
27
29
  run: bash ./generate.sh
28
30
  - name: Check version number
@@ -1 +1 @@
1
- 5.2.0
1
+ 5.3.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![](https://github.com/vrchatapi/vrchatapi.github.io/blob/master/assets/img/lang/lang_javascript_banner_1500x300.png?raw=true)
1
+ ![](https://github.com/vrchatapi/vrchatapi.github.io/blob/main/static/assets/img/lang/lang_javascript_banner_1500x300.png?raw=true)
2
2
 
3
3
  # VRChat API Library for JavaScript/TypeScript
4
4