syncpack 14.0.0-alpha.27 → 14.0.0-alpha.29

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.
Files changed (1) hide show
  1. package/package.json +11 -7
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.27",
4
+ "version": "14.0.0-alpha.29",
5
5
  "author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
6
6
  "bugs": "https://github.com/JamieMason/syncpack/issues",
7
7
  "contributors": [
@@ -29,7 +29,11 @@
29
29
  "Matt Sprague (https://github.com/uforic)",
30
30
  "Max Rohde (https://github.com/mxro)",
31
31
  "Michał Warać (https://github.com/auto200)",
32
+ "Mike North (https://github.com/mike-north)",
32
33
  "Nick Saunders (https://github.com/nsaunders)",
34
+ "Nikolas Schröter (https://github.com/nwidynski)",
35
+ "Petter Sæther Moen (https://github.com/petter)",
36
+ "Samuel Attard (https://github.com/MarshallOfSound)",
33
37
  "Siraj (https://github.com/Syhner)",
34
38
  "Steve Beaugé (https://github.com/stevebeauge)",
35
39
  "Stuart Knightley (https://github.com/Stuk)",
@@ -69,12 +73,12 @@
69
73
  "syncpack": "./index.cjs"
70
74
  },
71
75
  "optionalDependencies": {
72
- "syncpack-linux-x64": "14.0.0-alpha.27",
73
- "syncpack-linux-arm64": "14.0.0-alpha.27",
74
- "syncpack-darwin-x64": "14.0.0-alpha.27",
75
- "syncpack-darwin-arm64": "14.0.0-alpha.27",
76
- "syncpack-windows-x64": "14.0.0-alpha.27",
77
- "syncpack-windows-arm64": "14.0.0-alpha.27"
76
+ "syncpack-linux-x64": "14.0.0-alpha.29",
77
+ "syncpack-linux-arm64": "14.0.0-alpha.29",
78
+ "syncpack-darwin-x64": "14.0.0-alpha.29",
79
+ "syncpack-darwin-arm64": "14.0.0-alpha.29",
80
+ "syncpack-windows-x64": "14.0.0-alpha.29",
81
+ "syncpack-windows-arm64": "14.0.0-alpha.29"
78
82
  },
79
83
  "types": "./syncpack.d.ts"
80
84
  }