@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.
Files changed (2) hide show
  1. package/dist/cli.js +5 -5
  2. 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.297","BINARY_NAME":"occ","BUILD_TIME":"2026-08-07T19:33:55.492Z","FEEDBACK_CHANNEL":"","ISSUES_EXPLAINER":"","NATIVE_PACKAGE_URL":"","PACKAGE_URL":"@cnwenf/occ","VERSION_CHANGELOG":""};
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: [90, 90, 90],
684906
- peak: [225, 225, 225]
684905
+ base: [79, 107, 184],
684906
+ peak: [120, 140, 217]
684907
684907
  },
684908
684908
  light: {
684909
- base: [64, 64, 64],
684910
- peak: [117, 117, 117]
684909
+ base: [59, 85, 196],
684910
+ peak: [92, 124, 250]
684911
684911
  }
684912
684912
  };
684913
684913
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cnwenf/occ",
3
- "version": "2.1.297",
3
+ "version": "2.1.298",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {