Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate 1.6.0 (#253)
Browse files Browse the repository at this point in the history
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.10

* opa-react: go from prepare to prepublishOnly, add build step

---------

Co-authored-by: speakeasybot <[email protected]>
Co-authored-by: Stephan Renatus <[email protected]>
  • Loading branch information
3 people committed Sep 16, 2024
1 parent 338bd27 commit 5b851b5
Show file tree
Hide file tree
Showing 84 changed files with 4,215 additions and 3,794 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 22
- name: Install dependencies
run: npm ci --foreground-scripts
- name: Install and build dependencies
run: |
npm ci
npm run build --ws
- name: Generate docs
run: npm run docs
- name: Upload artifact
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/jsr_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 22
- name: publish @styra/opa to JSR
- name: build and publish @styra/opa to JSR
run: |
npm ci --foreground-scripts
npm ci
npm run build --ws
npx -w packages/opa jsr publish
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 22
- name: publish @styra/opa to JSR
run: |
npm ci --foreground-scripts
npm ci
npx -w packages/opa jsr publish
release:
Expand All @@ -45,7 +45,9 @@ jobs:
node-version: 22

- name: Install Dependencies
run: npm ci --foreground-scripts
run: |
npm ci
npm run build --ws
- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
with:
node-version: 22
- id: workspaces
# https://github.com/npm/cli/issues/3034#issuecomment-885211061
run: |
npm ci --foreground-scripts
npm ci
echo packages=$(npm query .workspace | jq -c '[.[].location]') >> $GITHUB_OUTPUT
packages:
Expand All @@ -52,8 +51,8 @@ jobs:
- name: setup and build
# https://github.com/npm/cli/issues/3034#issuecomment-885211061
run: |
npm ci --foreground-scripts
npm run -w ${{ matrix.pkg }} build
npm ci
npm run build --ws
- name: test
run: npx -w ${{ matrix.pkg }} tsx --test ./tests/**/*.ts
env:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 1.5.0
version: 1.6.0
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
9 changes: 4 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
speakeasyVersion: 1.376.0
speakeasyVersion: 1.396.10
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:3e6d52e3f6893aa962869edcca40f482a24867be190e6a4469914dfe62d872ff
sourceRevisionDigest: sha256:b66b8550bb20c2c2e33abc1290a446ee506dc51343321d637579bc11d3981288
sourceBlobDigest: sha256:f76f9d1e8be466eef2d0e9612845ce19f9a5f507682e92d7a4355b3b13eaa921
tags:
- latest
- push-suoktzlvrumw
- main
targets:
first-target:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:3e6d52e3f6893aa962869edcca40f482a24867be190e6a4469914dfe62d872ff
sourceRevisionDigest: sha256:b66b8550bb20c2c2e33abc1290a446ee506dc51343321d637579bc11d3981288
sourceBlobDigest: sha256:f76f9d1e8be466eef2d0e9612845ce19f9a5f507682e92d7a4355b3b13eaa921
outLocation: packages/opa
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading

0 comments on commit 5b851b5

Please sign in to comment.