create-message-kit 1.1.7-beta.24 → 1.1.7-beta.25

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 (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -21,6 +21,7 @@ program
21
21
  .action(async () => {
22
22
  // Add Yarn 4 check at the start of the action
23
23
  const pkgManager = detectPackageManager();
24
+ console.log(pkgManager);
24
25
  if (pkgManager.startsWith("yarn@4")) {
25
26
  log.error("Yarn 4 is not supported. Please use bun, npm, or yarn v1");
26
27
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.1.7-beta.24",
3
+ "version": "1.1.7-beta.25",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",