Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
566 changes: 283 additions & 283 deletions .yarn/releases/yarn.mjs

Large diffs are not rendered by default.

566 changes: 283 additions & 283 deletions yarn/cli/dist/yarn.mjs

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions yarn/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@
"semver": "7.6.3",
"typanion": "3.14.0"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"@yarnpkg/builder": {
"bundles": {
"standard": [
Expand Down Expand Up @@ -149,5 +136,19 @@
"@yarnpkg/plugin-stage"
]
}
},
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/pack-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@
"@yarnpkg/plugin-patch": "4.0.3",
"tar-stream": "3.1.7"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@
"@yarnpkg/cli": "*",
"@yarnpkg/core": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
"@yarnpkg/cli": "*",
"@yarnpkg/core": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,18 @@
"@yarnpkg/core": "*",
"@yarnpkg/fslib": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-cli-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@
"@yarnpkg/core": "*",
"@yarnpkg/fslib": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,18 @@
"@yarnpkg/core": "*",
"@yarnpkg/fslib": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@
"@yarnpkg/core": "*",
"@yarnpkg/plugin-git": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@
"@yarnpkg/cli": "*",
"@yarnpkg/core": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@
"@yarnpkg/cli": "*",
"@yarnpkg/core": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,18 @@
"@yarnpkg/cli": "*",
"@yarnpkg/core": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
25 changes: 13 additions & 12 deletions yarn/plugin-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@
"@yarnpkg/core": "*",
"@yarnpkg/fslib": "*"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
"raijin": {
"pack": {
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
}
}
Loading
Loading