@xivdyetools/core 1.5.5 → 1.5.6

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.
@@ -2,7 +2,7 @@
2
2
  "locale": "de",
3
3
  "meta": {
4
4
  "version": "1.0.0",
5
- "generated": "2026-01-06T05:19:34.826Z",
5
+ "generated": "2026-01-07T14:31:57.562Z",
6
6
  "dyeCount": 125
7
7
  },
8
8
  "labels": {
@@ -175,6 +175,8 @@
175
175
  13721,
176
176
  13722,
177
177
  13723,
178
+ 30122,
179
+ 30123,
178
180
  30124,
179
181
  48169,
180
182
  48170,
@@ -2,7 +2,7 @@
2
2
  "locale": "en",
3
3
  "meta": {
4
4
  "version": "1.0.0",
5
- "generated": "2026-01-06T05:19:34.823Z",
5
+ "generated": "2026-01-07T14:31:57.559Z",
6
6
  "dyeCount": 125
7
7
  },
8
8
  "labels": {
@@ -175,6 +175,8 @@
175
175
  13721,
176
176
  13722,
177
177
  13723,
178
+ 30122,
179
+ 30123,
178
180
  30124,
179
181
  48169,
180
182
  48170,
@@ -2,7 +2,7 @@
2
2
  "locale": "fr",
3
3
  "meta": {
4
4
  "version": "1.0.0",
5
- "generated": "2026-01-06T05:19:34.828Z",
5
+ "generated": "2026-01-07T14:31:57.563Z",
6
6
  "dyeCount": 125
7
7
  },
8
8
  "labels": {
@@ -175,6 +175,8 @@
175
175
  13721,
176
176
  13722,
177
177
  13723,
178
+ 30122,
179
+ 30123,
178
180
  30124,
179
181
  48169,
180
182
  48170,
@@ -2,7 +2,7 @@
2
2
  "locale": "ja",
3
3
  "meta": {
4
4
  "version": "1.0.0",
5
- "generated": "2026-01-06T05:19:34.825Z",
5
+ "generated": "2026-01-07T14:31:57.561Z",
6
6
  "dyeCount": 125
7
7
  },
8
8
  "labels": {
@@ -175,6 +175,8 @@
175
175
  13721,
176
176
  13722,
177
177
  13723,
178
+ 30122,
179
+ 30123,
178
180
  30124,
179
181
  48169,
180
182
  48170,
package/dist/version.d.ts CHANGED
@@ -7,5 +7,5 @@
7
7
  * Current library version
8
8
  * Automatically synced with package.json version
9
9
  */
10
- export declare const VERSION = "1.5.5";
10
+ export declare const VERSION = "1.5.6";
11
11
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -7,5 +7,5 @@
7
7
  * Current library version
8
8
  * Automatically synced with package.json version
9
9
  */
10
- export const VERSION = '1.5.5';
10
+ export const VERSION = '1.5.6';
11
11
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xivdyetools/core",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Core color algorithms and dye database for XIV Dye Tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",