Skip to content

Commit df20aba

Browse files
committed
trying to fix yarn cache
1 parent 8df3687 commit df20aba

File tree

3 files changed

+722
-921
lines changed

3 files changed

+722
-921
lines changed

.yarnrc.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
enableGlobalCache: true
2-
32
nodeLinker: node-modules
43

5-
npmScopes:
6-
jsr:
7-
npmRegistryServer: "https://npm.jsr.io"
8-
94
plugins:
105
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
11-
spec: "@yarnpkg/plugin-typescript"
6+
spec: '@yarnpkg/plugin-typescript'
127
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
13-
spec: "@yarnpkg/plugin-interactive-tools"
8+
spec: '@yarnpkg/plugin-interactive-tools'
149

1510
yarnPath: .yarn/releases/yarn-3.2.4.cjs

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@
119119
- Added Type declarations for few functions
120120
- Refactor the whole code to make it more readable
121121
- Updated to add support for the JSR Package Manager
122+
- Updated to version 1.6.9 to avoid version gap for JSR

0 commit comments

Comments
 (0)