Skip to content

Commit aafd88c

Browse files
Merge branch 'main' of github.com:openlayer-ai/openlayer-ts
2 parents 8f215bb + ca8a357 commit aafd88c

File tree

134 files changed

+13798
-4766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+13798
-4766
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"postCreateCommand": "yarn install",
1010
"customizations": {
1111
"vscode": {
12-
"extensions": [
13-
"esbenp.prettier-vscode"
14-
]
12+
"extensions": ["esbenp.prettier-vscode"]
1513
}
1614
}
1715
}

.eslintrc.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
lint:
1717
timeout-minutes: 10
1818
name: lint
19-
runs-on: ${{ github.repository == 'stainless-sdks/openlayer-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
19+
runs-on: ${{ github.repository == 'stainless-sdks/openlayer-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121
steps:
2222
- uses: actions/checkout@v4
2323

2424
- name: Set up Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '18'
27+
node-version: '20'
2828

2929
- name: Bootstrap
3030
run: ./scripts/bootstrap
@@ -35,7 +35,7 @@ jobs:
3535
build:
3636
timeout-minutes: 5
3737
name: build
38-
runs-on: ${{ github.repository == 'stainless-sdks/openlayer-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
38+
runs-on: ${{ github.repository == 'stainless-sdks/openlayer-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
3939
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
4040
permissions:
4141
contents: read
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Node
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: '18'
49+
node-version: '20'
5050

5151
- name: Bootstrap
5252
run: ./scripts/bootstrap
@@ -55,14 +55,14 @@ jobs:
5555
run: ./scripts/build
5656

5757
- name: Get GitHub OIDC Token
58-
if: github.repository == 'stainless-sdks/openlayer-node'
58+
if: github.repository == 'stainless-sdks/openlayer-typescript'
5959
id: github-oidc
6060
uses: actions/github-script@v6
6161
with:
6262
script: core.setOutput('github_token', await core.getIDToken());
6363

6464
- name: Upload tarball
65-
if: github.repository == 'stainless-sdks/openlayer-node'
65+
if: github.repository == 'stainless-sdks/openlayer-typescript'
6666
env:
6767
URL: https://pkg.stainless.com/s
6868
AUTH: ${{ steps.github-oidc.outputs.github_token }}

.github/workflows/release-doctor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
bash ./bin/check-release-environment
2020
env:
2121
NPM_TOKEN: ${{ secrets.OPENLAYER_NPM_TOKEN || secrets.NPM_TOKEN }}
22-

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ dist
77
dist-deno
88
/*.tgz
99
.idea/
10+
.eslintcache
1011
.env
1112
**/.env
1213
**/.openlayer
1314
examples/bedrock/output
15+

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.17.0"
2+
".": "0.18.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 18
22
openapi_spec_hash: 153617b7252b1b12f21043b2a1246f8b
3-
config_hash: 30422a4611d93ca69e4f1aff60b9ddb5
3+
config_hash: 17273d9cdf0ccee9058e7cb737fa8539

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## 0.18.0 (2025-10-02)
4+
5+
Full Changelog: [v0.17.1...v0.18.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.17.1...v0.18.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([b9c60be](https://github.com/openlayer-ai/openlayer-ts/commit/b9c60bee4b6f12dd44afe77dce020789c0702229))
10+
* **api:** manual updates ([bf8b436](https://github.com/openlayer-ai/openlayer-ts/commit/bf8b436d243cb66d88dc30e0e2b91825db707209))
11+
12+
13+
### Bug Fixes
14+
15+
* remove conflicting and unnecessary dependencies ([d6b6e9e](https://github.com/openlayer-ai/openlayer-ts/commit/d6b6e9e0f296083a4387c15c876e936ae2a7e6db))
16+
* remove outdated core.ts ([ab9035b](https://github.com/openlayer-ai/openlayer-ts/commit/ab9035b091b9847016bdcb11347103a72fc173fb))
17+
18+
19+
### Chores
20+
21+
* formatting ([eb75878](https://github.com/openlayer-ai/openlayer-ts/commit/eb75878242811ad45c041d17f20aae3f8f67d45e))
22+
23+
## 0.17.1 (2025-09-30)
24+
25+
Full Changelog: [v0.17.0...v0.17.1](https://github.com/openlayer-ai/openlayer-ts/compare/v0.17.0...v0.17.1)
26+
27+
### Bug Fixes
28+
29+
* **backend:** more upgrades to examples ([ebd0a51](https://github.com/openlayer-ai/openlayer-ts/commit/ebd0a5131970b051407d402a1f1c55993bf463e7))
30+
* yarn upgrade form-data for vulnerability ([cc222a0](https://github.com/openlayer-ai/openlayer-ts/commit/cc222a00ec5d5807b4621fa5a35cf452985535bf))
31+
32+
33+
### Performance Improvements
34+
35+
* faster formatting ([d80c10c](https://github.com/openlayer-ai/openlayer-ts/commit/d80c10cfa73e859a18b76177c134891ac5b2fe84))
36+
37+
38+
### Chores
39+
40+
* do not install brew dependencies in ./scripts/bootstrap by default ([55a402e](https://github.com/openlayer-ai/openlayer-ts/commit/55a402e77e8dd04ec442f739a893c72ad23b3af4))
41+
* **internal:** codegen related update ([fa4eb8b](https://github.com/openlayer-ai/openlayer-ts/commit/fa4eb8bffc2007c2c6ca7ffe7e0f9a0a59c7d435))
42+
* **internal:** fix incremental formatting in some cases ([6b294aa](https://github.com/openlayer-ai/openlayer-ts/commit/6b294aa76c5722ae7e442a7d9ad1a3c487c13e16))
43+
* **internal:** ignore .eslintcache ([455578b](https://github.com/openlayer-ai/openlayer-ts/commit/455578b399f4b722fc28185d91e70c9d2ef76e97))
44+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([60a3a49](https://github.com/openlayer-ai/openlayer-ts/commit/60a3a49421700a05c11006de24de24f6b060878f))
45+
346
## 0.17.0 (2025-09-09)
447

548
Full Changelog: [v0.16.3...v0.17.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.16.3...v0.17.0)

0 commit comments

Comments
 (0)