@meistrari/mise-en-place 2.14.4 → 2.15.0

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.
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env bash
2
+ #MISE description="Setup the mise en place to start cooking"
3
+
4
+ set -euo pipefail
5
+
6
+ bun x mise-en-place postinstall
7
+ echo "Mise en place is ready! 🍳"
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env bash
2
+ #MISE description="Update @meistrari/* packages recursively in the workspace"
3
+
4
+ set -euo pipefail
5
+
6
+ bun x mise-en-place update-meistrari-libraries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "2.14.4",
3
+ "version": "2.15.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",