Skip to content

Commit 31bb953

Browse files
🌿 Fern Regeneration -- May 20, 2025 (#32)
* SDK regeneration * Update fetcher interface --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Ben Papillon <ben@schematichq.com> Co-authored-by: Benjamin Papillon <benpapillon@gmail.com>
1 parent 4940e14 commit 31bb953

File tree

196 files changed

+9557
-2020
lines changed

Some content is hidden

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

196 files changed

+9557
-2020
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Set up node
1414
uses: actions/setup-node@v3
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Set up node
2727
uses: actions/setup-node@v3
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout repo
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
- name: Set up node
4040
uses: actions/setup-node@v3
4141
- name: Install dependencies

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-typescript-node",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"private": false,
55
"repository": "https://github.com/schematichq/schematic-node",
66
"main": "./index.js",
@@ -40,5 +40,6 @@
4040
"path": false,
4141
"crypto": false,
4242
"timers": false
43-
}
43+
},
44+
"packageManager": "yarn@1.22.22"
4445
}

0 commit comments

Comments
 (0)