Skip to content

Commit 6cf2a54

Browse files
authored
Merge pull request #10 from speakeasy-api/chore/pnpm
chore: migrating to pnpm
2 parents 3e1d774 + be3db3d commit 6cf2a54

File tree

11 files changed

+3369
-2595
lines changed

11 files changed

+3369
-2595
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
force: ${{ github.event.inputs.force }}
2525
mode: pr
2626
set_version: ${{ github.event.inputs.set_version }}
27+
pnpm_version: 9.15.0
2728
secrets:
2829
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2930
npm_token: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
/react-query
2-
/.speakeasy/reports
31
/models
42
/models/errors
53
/types
64
/node_modules
75
/lib
86
/sdk
97
/funcs
8+
/react-query
109
/hooks
1110
/index.*
1211
/core.*
@@ -17,3 +16,4 @@
1716
/.tshy
1817
/.tshy-*
1918
/__tests__
19+
/.speakeasy/reports

.speakeasy/gen.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 74386feb-f8da-4ec0-8b02-29dfddf22161
33
management:
44
docChecksum: a0841885f1d2df6bf65c33550d1be776
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.463.1
7-
generationVersion: 2.486.6
8-
releaseVersion: 2.0.0
9-
configChecksum: 88c5e327e8ad8129a9654dc84dd0c36d
6+
speakeasyVersion: 1.467.0
7+
generationVersion: 2.492.3
8+
releaseVersion: 2.0.4
9+
configChecksum: 5956da297bd706125921a8685c2d332c
1010
published: true
1111
features:
1212
typescript:
@@ -34,6 +34,7 @@ generatedFiles:
3434
- .eslintrc.cjs
3535
- .gitattributes
3636
- .npmignore
37+
- CONTRIBUTING.md
3738
- FUNCTIONS.md
3839
- REACT_QUERY.md
3940
- RUNTIMES.md

.speakeasy/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 2.0.0
19+
version: 2.0.4
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}
@@ -42,7 +42,7 @@ typescript:
4242
methodArguments: require-security-and-request
4343
moduleFormat: commonjs
4444
outputModelSuffix: output
45-
packageName: "@speakeasyapi/code-samples"
45+
packageName: '@speakeasyapi/code-samples'
4646
responseFormat: flat
4747
templateVersion: v2
4848
useIndexModules: true

.speakeasy/workflow.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.463.1
1+
speakeasyVersion: 1.467.0
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@speakeasyapi/code-samples",
5-
"version": "2.0.0",
5+
"version": "2.0.4",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

0 commit comments

Comments
 (0)