@cnwenf/occ 2.1.261 → 2.1.263
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 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
+
globalThis.MACRO={"VERSION":"2.1.263","BUILD_TIME":"2026-07-10T08:31:46.734Z","FEEDBACK_CHANNEL":"","ISSUES_EXPLAINER":"","NATIVE_PACKAGE_URL":"","PACKAGE_URL":"@cnwenf/occ","VERSION_CHANGELOG":""};
|
|
2
3
|
// @bun
|
|
3
4
|
var __create = Object.create;
|
|
4
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -682625,7 +682626,7 @@ function checkForReleaseNotesSync(lastSeenVersion, currentVersion2 = MACRO.VERSI
|
|
|
682625
682626
|
releaseNotes
|
|
682626
682627
|
};
|
|
682627
682628
|
}
|
|
682628
|
-
var import_semver12, MAX_RELEASE_NOTES_SHOWN = 5, RAW_CHANGELOG_URL = "https://raw.githubusercontent.com/
|
|
682629
|
+
var import_semver12, MAX_RELEASE_NOTES_SHOWN = 5, RAW_CHANGELOG_URL = "https://raw.githubusercontent.com/cnwenf/occ/refs/heads/main/CHANGELOG.md", changelogMemoryCache = null;
|
|
682629
682630
|
var init_releaseNotes = __esm(() => {
|
|
682630
682631
|
init_axios2();
|
|
682631
682632
|
init_state();
|
|
@@ -823409,7 +823410,7 @@ var _FEATURE_ALLOWLIST = new Set([
|
|
|
823409
823410
|
var feature2 = (name3) => _FEATURE_ALLOWLIST.has(name3);
|
|
823410
823411
|
if (typeof globalThis.MACRO === "undefined") {
|
|
823411
823412
|
globalThis.MACRO = {
|
|
823412
|
-
VERSION: "2.1.
|
|
823413
|
+
VERSION: "2.1.262",
|
|
823413
823414
|
BUILD_TIME: new Date().toISOString(),
|
|
823414
823415
|
FEEDBACK_CHANNEL: "",
|
|
823415
823416
|
ISSUES_EXPLAINER: "",
|