@cnwenf/occ 2.1.264 → 2.1.265
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/dist/cli.js +3 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
-
globalThis.MACRO={"VERSION":"2.1.
|
|
2
|
+
globalThis.MACRO={"VERSION":"2.1.265","BUILD_TIME":"2026-07-10T09:15:53.803Z","FEEDBACK_CHANNEL":"","ISSUES_EXPLAINER":"","NATIVE_PACKAGE_URL":"","PACKAGE_URL":"@cnwenf/occ","VERSION_CHANGELOG":""};
|
|
3
3
|
// @bun
|
|
4
4
|
var __create = Object.create;
|
|
5
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -785298,6 +785298,7 @@ function useInstallMessages() {
|
|
|
785298
785298
|
useStartupNotification(_temp285);
|
|
785299
785299
|
}
|
|
785300
785300
|
async function _temp285() {
|
|
785301
|
+
return null;
|
|
785301
785302
|
const messages = await checkInstall();
|
|
785302
785303
|
return messages.map(_temp206);
|
|
785303
785304
|
}
|
|
@@ -790021,6 +790022,7 @@ function useNpmDeprecationNotification() {
|
|
|
790021
790022
|
useStartupNotification(_temp295);
|
|
790022
790023
|
}
|
|
790023
790024
|
async function _temp295() {
|
|
790025
|
+
return null;
|
|
790024
790026
|
if (isInBundledMode() || isEnvTruthy(process.env.DISABLE_INSTALLATION_CHECKS)) {
|
|
790025
790027
|
return null;
|
|
790026
790028
|
}
|