@cnwenf/occ 2.1.262 → 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 +2 -1
- 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;
|
|
@@ -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: "",
|