syncpack-darwin-arm64 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 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/bin/syncpack CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "syncpack-darwin-arm64",
3
3
  "description": "Rust Binary for darwin arm64",
4
- "version": "14.0.0-alpha.26",
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
  "funding": "https://github.com/sponsors/JamieMason",