create-message-kit 1.1.7-beta.29 → 1.1.7-beta.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -208,6 +208,7 @@ async function detectPackageManager() {
208
208
  pkgManager === "yarn" &&
209
209
  process.env.npm_config_user_agent?.includes("yarn/4")
210
210
  ) {
211
+ console.log(process.env.npm_config_user_agent);
211
212
  return "yarn@4";
212
213
  }
213
214
  return pkgManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.1.7-beta.29",
3
+ "version": "1.1.7-beta.30",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",