Release v0.2.0 #5

Merged
ksv741 merged 13 commits from krylov into main 2024-04-04 06:13:56 +03:00
5 changed files with 14073 additions and 9249 deletions
Showing only changes of commit a2deb22111 - Show all commits

View File

@ -16,7 +16,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn
- run: yarn lint
TypeChecking:
runs-on: ubuntu-latest
@ -27,5 +27,5 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn
- run: yarn typecheck

BIN
.yarn/install-state.gz Normal file

Binary file not shown.

893
.yarn/releases/yarn-4.1.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.1.1.cjs

22422
yarn.lock

File diff suppressed because it is too large Load Diff