@cnwenf/occ 2.1.261 → 2.1.262
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -682625,7 +682625,7 @@ function checkForReleaseNotesSync(lastSeenVersion, currentVersion2 = MACRO.VERSI
|
|
|
682625
682625
|
releaseNotes
|
|
682626
682626
|
};
|
|
682627
682627
|
}
|
|
682628
|
-
var import_semver12, MAX_RELEASE_NOTES_SHOWN = 5, RAW_CHANGELOG_URL = "https://raw.githubusercontent.com/
|
|
682628
|
+
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
682629
|
var init_releaseNotes = __esm(() => {
|
|
682630
682630
|
init_axios2();
|
|
682631
682631
|
init_state();
|