@cnwenf/occ 2.1.297 → 2.1.298
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 +5 -5
- 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.298","BINARY_NAME":"occ","BUILD_TIME":"2026-08-09T00:59:23.764Z","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;
|
|
@@ -684902,12 +684902,12 @@ var init_OccMark = __esm(() => {
|
|
|
684902
684902
|
};
|
|
684903
684903
|
CHEVRON_TONES = {
|
|
684904
684904
|
dark: {
|
|
684905
|
-
base: [
|
|
684906
|
-
peak: [
|
|
684905
|
+
base: [79, 107, 184],
|
|
684906
|
+
peak: [120, 140, 217]
|
|
684907
684907
|
},
|
|
684908
684908
|
light: {
|
|
684909
|
-
base: [
|
|
684910
|
-
peak: [
|
|
684909
|
+
base: [59, 85, 196],
|
|
684910
|
+
peak: [92, 124, 250]
|
|
684911
684911
|
}
|
|
684912
684912
|
};
|
|
684913
684913
|
});
|