@verdaccio/types 10.0.1 → 10.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4e9a3d0: feat: remove core-js from bundle
|
|
8
|
+
|
|
9
|
+
By using babel.js core-js injects some requires that are not necessarily dependencies and fails on pnpm and yarn 2 due are strict. No need to add this feature so is removed.
|
|
10
|
+
|
|
11
|
+
- https://babeljs.io/docs/en/babel-preset-env#usebuiltins
|
|
12
|
+
|
|
3
13
|
## 10.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/types",
|
|
3
|
-
"version": "10.0
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "verdaccio types definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"verdaccio",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"main": "index.d.ts",
|
|
25
25
|
"types": "index.d.ts",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@types/node": "14.
|
|
27
|
+
"@types/node": "14.18.0"
|
|
28
28
|
},
|
|
29
29
|
"funding": {
|
|
30
30
|
"type": "opencollective",
|