mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-13 02:55:56 -04:00
fix: downgrade uuid
This commit is contained in:
5
.changeset/nine-parrots-smile.md
Normal file
5
.changeset/nine-parrots-smile.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@pnpm/server": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Downgrade uuid to v3 due to an issue with how pnpm is bundled and published. Due to the flat node_modules structure, when published, all the deps should use the same uuid version. request@2 uses uuid@3
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"@pnpm/types": "workspace:6.0.0",
|
"@pnpm/types": "workspace:6.0.0",
|
||||||
"p-limit": "2.3.0",
|
"p-limit": "2.3.0",
|
||||||
"promise-share": "1.0.0",
|
"promise-share": "1.0.0",
|
||||||
"uuid": "^8.1.0"
|
"uuid": "^3.4.0"
|
||||||
},
|
},
|
||||||
"funding": "https://opencollective.com/pnpm"
|
"funding": "https://opencollective.com/pnpm"
|
||||||
}
|
}
|
||||||
|
|||||||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
@@ -2458,7 +2458,7 @@ importers:
|
|||||||
'@pnpm/types': 'link:../types'
|
'@pnpm/types': 'link:../types'
|
||||||
p-limit: 2.3.0
|
p-limit: 2.3.0
|
||||||
promise-share: 1.0.0
|
promise-share: 1.0.0
|
||||||
uuid: 8.1.0
|
uuid: 3.4.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@pnpm/logger': 3.2.2
|
'@pnpm/logger': 3.2.2
|
||||||
'@pnpm/npm-resolver': 'link:../npm-resolver'
|
'@pnpm/npm-resolver': 'link:../npm-resolver'
|
||||||
@@ -2496,7 +2496,7 @@ importers:
|
|||||||
p-limit: 2.3.0
|
p-limit: 2.3.0
|
||||||
promise-share: 1.0.0
|
promise-share: 1.0.0
|
||||||
tempy: 0.5.0
|
tempy: 0.5.0
|
||||||
uuid: ^8.1.0
|
uuid: ^3.4.0
|
||||||
packages/sort-packages:
|
packages/sort-packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@pnpm/config': 'link:../config'
|
'@pnpm/config': 'link:../config'
|
||||||
@@ -12273,11 +12273,6 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
||||||
/uuid/8.1.0:
|
|
||||||
dev: false
|
|
||||||
hasBin: true
|
|
||||||
resolution:
|
|
||||||
integrity: sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==
|
|
||||||
/v8-to-istanbul/4.1.4:
|
/v8-to-istanbul/4.1.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/istanbul-lib-coverage': 2.0.2
|
'@types/istanbul-lib-coverage': 2.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user