Skip to content

Commit 47381ec

Browse files
committed
Initial package updates
1 parent cca624c commit 47381ec

File tree

522 files changed

+2766
-20278
lines changed

Some content is hidden

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

522 files changed

+2766
-20278
lines changed

.auto-changelog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"output": "HISTORY.md",
33
"template": "keepachangelog",
44
"unreleased": true,
5-
"commitLimit": false
6-
}
5+
"commitLimit": false,
6+
"startingDate": "2025-01-01",
7+
"ignoreCommitPattern": "^(.*)(Release|release)(.*)$"
8+
}

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.yarn/**/* -diff -merge
22
.yarn/**/* linguist-generated=true
3-
.pnp.cjs -diff -merge
4-
.pnp.cjs linguist-generated=true
53
.yarn/releases/** binary
64
.yarn/plugins/** binary

.github/workflows/github-action-acceptance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x]
18+
node-version: [22.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: yarn install
27-
- run: yarn res link
27+
- run: yarn rescript:clean
2828
- run: yarn rescript:build
2929
- run: yarn test

.gitignore

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
.yarn/*
2-
!.yarn/cache
2+
!.yarn/patches
33
!.yarn/releases
44
!.yarn/plugins
55
!.yarn/sdks
66
!.yarn/versions
7-
.next
8-
node_modules
9-
dist
10-
.DS_Store
11-
yarn-error.log
12-
!_*
13-
lib
7+
8+
node_modules/
149
.merlin
15-
*.bs.js
1610
.bsb.lock
11+
**/*.bs.mjs
12+
lib/*
13+
!lib/js
14+
lib/js/*
15+
!lib/js/src
1716
coverage
18-
.env*.local
17+
.coveralls.yml

.nvmrc

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

.pnp.cjs

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

.pnp.loader.mjs

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

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.bs.js
1+
*.bs.mjs
Binary file not shown.
-9.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)