Skip to content

Commit

Permalink
Merge pull request #10 from speakeasy-api/chore/pnpm
Browse files Browse the repository at this point in the history
chore: migrating to pnpm
  • Loading branch information
walker-tx authored Jan 10, 2025
2 parents 3e1d774 + be3db3d commit 6cf2a54
Show file tree
Hide file tree
Showing 11 changed files with 3,369 additions and 2,595 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
force: ${{ github.event.inputs.force }}
mode: pr
set_version: ${{ github.event.inputs.set_version }}
pnpm_version: 9.15.0
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/react-query
/.speakeasy/reports
/models
/models/errors
/types
/node_modules
/lib
/sdk
/funcs
/react-query
/hooks
/index.*
/core.*
Expand All @@ -17,3 +16,4 @@
/.tshy
/.tshy-*
/__tests__
/.speakeasy/reports
9 changes: 5 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 74386feb-f8da-4ec0-8b02-29dfddf22161
management:
docChecksum: a0841885f1d2df6bf65c33550d1be776
docVersion: 0.4.0
speakeasyVersion: 1.463.1
generationVersion: 2.486.6
releaseVersion: 2.0.0
configChecksum: 88c5e327e8ad8129a9654dc84dd0c36d
speakeasyVersion: 1.467.0
generationVersion: 2.492.3
releaseVersion: 2.0.4
configChecksum: 5956da297bd706125921a8685c2d332c
published: true
features:
typescript:
Expand Down Expand Up @@ -34,6 +34,7 @@ generatedFiles:
- .eslintrc.cjs
- .gitattributes
- .npmignore
- CONTRIBUTING.md
- FUNCTIONS.md
- REACT_QUERY.md
- RUNTIMES.md
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 2.0.0
version: 2.0.4
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand All @@ -42,7 +42,7 @@ typescript:
methodArguments: require-security-and-request
moduleFormat: commonjs
outputModelSuffix: output
packageName: "@speakeasyapi/code-samples"
packageName: '@speakeasyapi/code-samples'
responseFormat: flat
templateVersion: v2
useIndexModules: true
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.463.1
speakeasyVersion: 1.467.0
sources:
speakeasy-OAS:
sourceNamespace: speakeasy-oas
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@speakeasyapi/code-samples",
"version": "2.0.0",
"version": "2.0.4",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
Loading

0 comments on commit 6cf2a54

Please sign in to comment.