@fgv/ts-bcp47 5.0.2-0 → 5.1.0-0

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/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fgv/ts-bcp47",
3
3
  "entries": [
4
+ {
5
+ "version": "5.0.2",
6
+ "tag": "@fgv/ts-bcp47_v5.0.2",
7
+ "date": "Wed, 17 Dec 2025 18:08:09 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "dual-publish"
12
+ },
13
+ {
14
+ "comment": "minor cleanup"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "5.0.1",
6
21
  "tag": "@fgv/ts-bcp47_v5.0.1",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.54.0"
8
+ "packageVersion": "7.57.6"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-bcp47",
3
- "version": "5.0.2-0",
3
+ "version": "5.1.0-0",
4
4
  "description": "BCP-47 Tag Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-bcp47.d.ts",
@@ -31,45 +31,45 @@
31
31
  "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-bcp47#readme",
32
32
  "sideEffects": false,
33
33
  "devDependencies": {
34
- "@microsoft/api-documenter": "^7.27.3",
35
- "@microsoft/api-extractor": "^7.53.3",
34
+ "@microsoft/api-documenter": "^7.28.2",
35
+ "@microsoft/api-extractor": "^7.55.2",
36
36
  "@types/jest": "^29.5.14",
37
37
  "@types/luxon": "^3.7.1",
38
38
  "@types/node": "^20.14.9",
39
- "@typescript-eslint/eslint-plugin": "^8.46.2",
40
- "@typescript-eslint/parser": "^8.46.2",
39
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
40
+ "@typescript-eslint/parser": "^8.52.0",
41
41
  "axios": "^1.11.0",
42
- "eslint": "^9.39.0",
42
+ "eslint": "^9.39.2",
43
43
  "eslint-config-prettier": "^10.1.8",
44
44
  "eslint-plugin-import": "^2.32.0",
45
45
  "eslint-plugin-node": "^11.1.0",
46
46
  "eslint-plugin-prettier": "^5.5.4",
47
47
  "eslint-plugin-promise": "^7.2.1",
48
48
  "jest": "^29.7.0",
49
- "prettier": "^3.6.2",
50
- "rimraf": "^6.1.0",
51
- "ts-jest": "^29.4.5",
49
+ "prettier": "^3.7.4",
50
+ "rimraf": "^6.1.2",
51
+ "ts-jest": "^29.4.6",
52
52
  "ts-node": "^10.9.2",
53
53
  "typescript": "5.9.3",
54
54
  "eslint-plugin-n": "^17.23.1",
55
- "@rushstack/eslint-config": "4.5.3",
56
- "@rushstack/heft": "1.1.3",
57
- "@rushstack/heft-jest-plugin": "1.1.3",
58
- "@rushstack/heft-node-rig": "2.11.4",
55
+ "@rushstack/eslint-config": "4.6.4",
56
+ "@rushstack/heft": "1.2.6",
57
+ "@rushstack/heft-jest-plugin": "1.2.6",
58
+ "@rushstack/heft-node-rig": "2.11.26",
59
59
  "@types/heft-jest": "1.0.6",
60
- "eslint-plugin-tsdoc": "~0.4.0",
61
- "@fgv/ts-utils": "5.0.2-0",
62
- "@fgv/ts-utils-jest": "5.0.2-0",
63
- "@fgv/ts-json-base": "5.0.2-0",
64
- "@fgv/ts-extras": "5.0.2-0"
60
+ "eslint-plugin-tsdoc": "~0.5.2",
61
+ "@fgv/ts-utils": "5.1.0-0",
62
+ "@fgv/ts-utils-jest": "5.1.0-0",
63
+ "@fgv/ts-json-base": "5.1.0-0",
64
+ "@fgv/ts-extras": "5.1.0-0"
65
65
  },
66
66
  "dependencies": {
67
67
  "luxon": "^3.7.2"
68
68
  },
69
69
  "peerDependencies": {
70
- "@fgv/ts-utils": "5.0.2-0",
71
- "@fgv/ts-extras": "5.0.2-0",
72
- "@fgv/ts-json-base": "5.0.2-0"
70
+ "@fgv/ts-utils": "5.1.0-0",
71
+ "@fgv/ts-extras": "5.1.0-0",
72
+ "@fgv/ts-json-base": "5.1.0-0"
73
73
  },
74
74
  "repository": {
75
75
  "type": "git",
@@ -79,7 +79,7 @@
79
79
  "build": "heft build --clean",
80
80
  "clean": "heft clean",
81
81
  "test": "heft test --clean",
82
- "build-docs": "api-documenter markdown --input-folder ./temp --output-folder docs",
82
+ "build-docs": "typedoc --options ./config/typedoc.json",
83
83
  "build-all": "rushx build; rushx build-docs",
84
84
  "test-handles": "jest --runInBand --detectOpenHandles",
85
85
  "clean-jest": "jest --clear-cache",