syncpack-windows-arm64 15.0.0 → 15.1.2
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 +6 -0
- package/bin/syncpack.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,6 +95,12 @@ syncpack update --target latest
|
|
|
95
95
|
syncpack update --target minor
|
|
96
96
|
# Only update patch versions (1.2.x)
|
|
97
97
|
syncpack update --target patch
|
|
98
|
+
# Pick which updates to apply through an interactive prompt
|
|
99
|
+
syncpack update --interactive
|
|
100
|
+
# Interactively pick from patch updates only
|
|
101
|
+
syncpack update --interactive --target patch
|
|
102
|
+
# Interactively pick which @aws-sdk packages to update
|
|
103
|
+
syncpack update --interactive --dependencies '@aws-sdk/**'
|
|
98
104
|
# Check for outdated dependencies in one package
|
|
99
105
|
syncpack update --check --source 'packages/pingu/package.json'
|
|
100
106
|
# Update dependencies and devDependencies in the whole monorepo
|
package/bin/syncpack.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "syncpack-windows-arm64",
|
|
3
3
|
"description": "Rust Binary for win32 arm64",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.1.2",
|
|
5
5
|
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
|
|
6
6
|
"bugs": "https://github.com/JamieMason/syncpack/issues",
|
|
7
7
|
"funding": "https://github.com/sponsors/JamieMason",
|