syncpack 12.3.2 → 12.3.3
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "syncpack",
|
|
3
3
|
"description": "Consistent dependency versions in large JavaScript Monorepos",
|
|
4
|
-
"version": "12.3.
|
|
4
|
+
"version": "12.3.3",
|
|
5
5
|
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
|
|
6
6
|
"bin": {
|
|
7
7
|
"syncpack": "dist/bin.js",
|
|
@@ -121,5 +121,6 @@
|
|
|
121
121
|
"release": "release-it",
|
|
122
122
|
"test": "vitest run --config vitest.config.ts"
|
|
123
123
|
},
|
|
124
|
-
"type": "module"
|
|
124
|
+
"type": "module",
|
|
125
|
+
"types": "./dist/index.d.ts"
|
|
125
126
|
}
|