Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Sep 2, 2024
1 parent a51a68f commit 291ce28
Show file tree
Hide file tree
Showing 9 changed files with 1,808 additions and 15 deletions.
5 changes: 3 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ management:
docVersion: 0.1.0
speakeasyVersion: 1.385.0
generationVersion: 2.407.2
releaseVersion: 0.0.1
configChecksum: 4a5b68849b33218b32825043b0065f2c
releaseVersion: 0.6.0
configChecksum: 9879b08fda412e406269edc7e8d11e0c
published: true
features:
typescript:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.0.1
version: 0.6.0
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
9 changes: 7 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ speakeasyVersion: 1.385.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:7494be3232e7fe973b4658b7a7f1efa3bc236e58c653edfbaacd87ad2b48f7ee
sourceRevisionDigest: sha256:bb5c966d17bedcc9e4c0ca8adc5a3445b40e0f4044ff60490cb3e67b0e0b39fd
sourceBlobDigest: sha256:eee2ff28dd9671dccd1e58ceab42ab4e9468a91baba3cae7a2b1790b75a3292c
tags:
- latest
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:7494be3232e7fe973b4658b7a7f1efa3bc236e58c653edfbaacd87ad2b48f7ee
sourceRevisionDigest: sha256:bb5c966d17bedcc9e4c0ca8adc5a3445b40e0f4044ff60490cb3e67b0e0b39fd
sourceBlobDigest: sha256:eee2ff28dd9671dccd1e58ceab42ab4e9468a91baba3cae7a2b1790b75a3292c
outLocation: /Users/fvoron/Development/polar-js
workflow:
Expand All @@ -29,3 +29,8 @@ workflow:
polar:
target: typescript
source: Polar-OAS
publish:
npm:
token: $npm_token
codeSamples:
output: codeSamples.yaml
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https
### NPM

```bash
npm add <UNSET>
npm add @polar-sh/sdk
```

### PNPM

```bash
pnpm add <UNSET>
pnpm add @polar-sh/sdk
```

### Bun

```bash
bun add <UNSET>
bun add @polar-sh/sdk
```

### Yarn

```bash
yarn add <UNSET> zod
yarn add @polar-sh/sdk zod

# Note that Yarn does not install peer dependencies automatically. You will need
# to install zod as shown above.
Expand Down
Loading

0 comments on commit 291ce28

Please sign in to comment.