vrchat 1.3.0 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrchat",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "prepublishOnly": "npm run build"
19
19
  },
20
20
  "dependencies": {
21
- "tough-cookie": "^4.0.0",
22
- "axios-cookiejar-support": "^1.0.1",
23
- "@types/tough-cookie": "^4.0.1",
21
+ "tough-cookie": "^4.0.0",
22
+ "axios-cookiejar-support": "^1.0.1",
23
+ "@types/tough-cookie": "^4.0.1",
24
24
  "axios": "^0.21.1"
25
25
  },
26
26
  "devDependencies": {
package/.github/ci.yaml DELETED
@@ -1,24 +0,0 @@
1
- on: [push, pull_request]
2
-
3
- name: Generate VRChat API SDK
4
-
5
- jobs:
6
- generate:
7
- runs-on: ubuntu-latest
8
- name: Generate OpenAPI Client
9
- steps:
10
- - uses: actions/setup-node@v1
11
- with:
12
- node-version: 12
13
- - uses: actions/checkout@v2
14
- - name: 'Cache node_modules'
15
- uses: actions/cache@v2
16
- with:
17
- path: node_modules
18
- key: ${{ runner.os }}-node-v12-${{ hashFiles('**/generate.sh') }}
19
- restore-keys: |
20
- ${{ runner.os }}-node-v12
21
- - name: Install OpenAPI Generator CLI
22
- run: npm install @openapitools/openapi-generator-cli
23
- - name: Generate SDK Client
24
- run: bash ./generate.sh