Skip to content

Commit 5aef60e

Browse files
authored
Merge pull request #372 from cloudflare/release-please--branches--main--changes--next--components--cloudflare
release: 3.2.0
2 parents 08057f1 + 09d00fd commit 5aef60e

File tree

738 files changed

+13196
-9234
lines changed

Some content is hidden

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

738 files changed

+13196
-9234
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,23 @@ jobs:
2828
- name: Check types
2929
run: |
3030
yarn build
31+
test:
32+
name: test
33+
runs-on: ubuntu-latest
34+
35+
steps:
36+
- uses: actions/checkout@v4
37+
38+
- name: Set up Node
39+
uses: actions/setup-node@v4
40+
with:
41+
node-version: '18'
42+
43+
- name: Bootstrap
44+
run: ./scripts/bootstrap
3145

46+
- name: Run tests
47+
run: ./scripts/test
3248
examples:
3349
name: examples
3450
runs-on: ubuntu-latest

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Node
2020
uses: actions/setup-node@v3

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'cloudflare/cloudflare-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Check release environment
1616
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
yarn-error.log
33
codegen.log
4+
Brewfile.lock.json
45
dist
56
/deno
67
/*.tgz

.release-please-manifest.json

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

.stats.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
configured_endpoints: 1266
1+
configured_endpoints: 1274
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-07ec76fab00de3d6227209faf0af1ed586cde9e2f243c13d3db555da20f13d99.yml

Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
brew "node"

CHANGELOG.md

Lines changed: 132 additions & 0 deletions
Large diffs are not rendered by default.

api.md

Lines changed: 116 additions & 64 deletions
Large diffs are not rendered by default.

bin/check-test-server

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

0 commit comments

Comments
 (0)