OPS-381: Bump fe codegen with custom headers (#28)

This commit is contained in:
Ildar Galeev 2023-11-03 16:49:17 +03:00 committed by GitHub
parent f5e3b7ab9d
commit 07b73e9a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 162 additions and 9071 deletions

View File

@ -14,7 +14,7 @@ jobs:
if: needs.configured.outputs.exists == 'true'
steps:
- uses: actions/checkout@v3
- uses: valitydev/action-frontend/setup@v0.1
- uses: valitydev/action-frontend/setup@v1
- uses: valitydev/action-setup-thrift@v1.0.2
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
- name: Codegen

View File

@ -14,11 +14,11 @@ jobs:
if: needs.configured.outputs.exists == 'true'
steps:
- uses: actions/checkout@v3
- uses: valitydev/action-frontend/setup@v0.1
- uses: valitydev/action-frontend/setup@v1
- uses: valitydev/action-setup-thrift@v1.0.2
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
- name: Build
run: npm run codegen
- uses: valitydev/action-frontend/publish@v0.1
- uses: valitydev/action-frontend/publish@v1
with:
npm-token: ${{ secrets.NPM_TOKEN }}

9221
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,8 @@
}
},
"devDependencies": {
"@vality/domain-proto": "2.0.1-f718741.0",
"@vality/fistful-proto": "2.0.1-c9c3aa0.0",
"@vality/thrift-codegen": "2.3.0"
"@vality/domain-proto": "2.0.1-45b0719.0",
"@vality/fistful-proto": "2.0.1-3b9a0a7.0",
"@vality/thrift-codegen": "2.3.2"
}
}