syncpack 14.0.0-alpha.26 → 14.0.0-alpha.28
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/README.md +5 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
npm install --save-dev syncpack@alpha
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
## Guides
|
|
19
|
+
|
|
20
|
+
- [Getting Started](https://jamiemason.github.io/syncpack/)
|
|
21
|
+
- [Migrate to 14](https://jamiemason.github.io/syncpack/guide/migrate-v14/)
|
|
22
|
+
|
|
18
23
|
## Commands
|
|
19
24
|
|
|
20
25
|
> All command line options can be combined to target packages and dependencies in multiple ways.
|
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": "14.0.0-alpha.
|
|
4
|
+
"version": "14.0.0-alpha.28",
|
|
5
5
|
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
|
|
6
6
|
"bugs": "https://github.com/JamieMason/syncpack/issues",
|
|
7
7
|
"contributors": [
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"syncpack": "./index.cjs"
|
|
70
70
|
},
|
|
71
71
|
"optionalDependencies": {
|
|
72
|
-
"syncpack-linux-x64": "14.0.0-alpha.
|
|
73
|
-
"syncpack-linux-arm64": "14.0.0-alpha.
|
|
74
|
-
"syncpack-darwin-x64": "14.0.0-alpha.
|
|
75
|
-
"syncpack-darwin-arm64": "14.0.0-alpha.
|
|
76
|
-
"syncpack-windows-x64": "14.0.0-alpha.
|
|
77
|
-
"syncpack-windows-arm64": "14.0.0-alpha.
|
|
72
|
+
"syncpack-linux-x64": "14.0.0-alpha.28",
|
|
73
|
+
"syncpack-linux-arm64": "14.0.0-alpha.28",
|
|
74
|
+
"syncpack-darwin-x64": "14.0.0-alpha.28",
|
|
75
|
+
"syncpack-darwin-arm64": "14.0.0-alpha.28",
|
|
76
|
+
"syncpack-windows-x64": "14.0.0-alpha.28",
|
|
77
|
+
"syncpack-windows-arm64": "14.0.0-alpha.28"
|
|
78
78
|
},
|
|
79
79
|
"types": "./syncpack.d.ts"
|
|
80
80
|
}
|