@unicode-utils/metadata 0.12.0-beta.19 → 0.12.0-beta.20

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/index.d.mts CHANGED
@@ -38,7 +38,7 @@ interface UnicodeVersionMetadata {
38
38
  /**
39
39
  * The current draft version of the Unicode standard
40
40
  */
41
- declare const UNICODE_DRAFT_VERSION: "";
41
+ declare const UNICODE_DRAFT_VERSION: "18.0.0";
42
42
  /**
43
43
  * The latest stable version of the Unicode standard
44
44
  */
package/dist/index.mjs CHANGED
@@ -309,7 +309,7 @@ const UNICODE_VERSION_METADATA = [
309
309
  /**
310
310
  * The current draft version of the Unicode standard
311
311
  */
312
- const UNICODE_DRAFT_VERSION = "";
312
+ const UNICODE_DRAFT_VERSION = "18.0.0";
313
313
  /**
314
314
  * The latest stable version of the Unicode standard
315
315
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unicode-utils/metadata",
3
- "version": "0.12.0-beta.19",
3
+ "version": "0.12.0-beta.20",
4
4
  "description": "Unicode version metadata and constants",
5
5
  "type": "module",
6
6
  "author": {
@@ -25,8 +25,6 @@
25
25
  ".": "./dist/index.mjs",
26
26
  "./package.json": "./package.json"
27
27
  },
28
- "main": "./dist/index.mjs",
29
- "module": "./dist/index.mjs",
30
28
  "types": "./dist/index.d.mts",
31
29
  "publishConfig": {
32
30
  "access": "public"
@@ -35,19 +33,19 @@
35
33
  "dist"
36
34
  ],
37
35
  "dependencies": {
38
- "@luxass/utils": "2.7.2"
36
+ "@luxass/utils": "2.7.3"
39
37
  },
40
38
  "devDependencies": {
41
- "@luxass/eslint-config": "6.0.3",
39
+ "@luxass/eslint-config": "7.2.0",
42
40
  "@types/node": "24.9.1",
43
- "eslint": "9.39.2",
44
- "eslint-plugin-format": "1.1.0",
45
- "publint": "0.3.16",
46
- "tsdown": "0.18.3",
41
+ "eslint": "10.0.0",
42
+ "eslint-plugin-format": "1.4.0",
43
+ "publint": "0.3.17",
44
+ "tsdown": "0.20.3",
47
45
  "tsx": "4.21.0",
48
46
  "typescript": "5.9.3",
49
- "@unicode-utils-tooling/tsconfig": "0.12.0-beta.19",
50
- "@unicode-utils-tooling/tsdown-config": "0.12.0-beta.19"
47
+ "@unicode-utils-tooling/tsconfig": "0.12.0-beta.20",
48
+ "@unicode-utils-tooling/tsdown-config": "0.12.0-beta.20"
51
49
  },
52
50
  "scripts": {
53
51
  "build": "tsdown --tsconfig=./tsconfig.build.json",