@fgv/ts-extras 5.1.0-2 → 5.1.0-4

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.6"
8
+ "packageVersion": "7.57.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
- "version": "5.1.0-2",
3
+ "version": "5.1.0-4",
4
4
  "description": "Assorted Typescript Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-extras.d.ts",
@@ -42,18 +42,6 @@
42
42
  }
43
43
  }
44
44
  },
45
- "scripts": {
46
- "build": "heft build --clean",
47
- "clean": "heft clean",
48
- "test": "heft test --clean",
49
- "build-docs": "typedoc --options ./config/typedoc.json",
50
- "build-all": "rushx build; rushx build-docs",
51
- "test-handles": "jest --runInBand --detectOpenHandles",
52
- "clean-jest": "jest --clear-cache",
53
- "coverage": "jest --coverage",
54
- "lint": "eslint src --ext .ts",
55
- "fixlint": "eslint src --ext .ts --fix"
56
- },
57
45
  "sideEffects": false,
58
46
  "keywords": [
59
47
  "typescript",
@@ -66,7 +54,6 @@
66
54
  },
67
55
  "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-extras#ts-utils",
68
56
  "devDependencies": {
69
- "@fgv/heft-dual-rig": "workspace:*",
70
57
  "@jest/expect-utils": "^29.7.0",
71
58
  "@microsoft/api-documenter": "^7.28.2",
72
59
  "@microsoft/api-extractor": "^7.55.2",
@@ -90,31 +77,45 @@
90
77
  "typescript": "5.9.3",
91
78
  "eslint-plugin-n": "^17.23.1",
92
79
  "jest-snapshot": "~29.7.0",
93
- "@rushstack/heft": "1.2.6",
94
- "@rushstack/heft-node-rig": "2.11.26",
80
+ "@rushstack/heft": "1.2.7",
81
+ "@rushstack/heft-node-rig": "2.11.27",
95
82
  "@rushstack/eslint-config": "4.6.4",
96
83
  "@types/heft-jest": "1.0.6",
97
84
  "@rushstack/heft-jest-plugin": "1.2.6",
98
85
  "eslint-plugin-tsdoc": "~0.5.2",
99
- "@fgv/ts-utils-jest": "workspace:*",
100
- "@fgv/ts-utils": "workspace:*",
101
86
  "@types/js-yaml": "~4.0.9",
102
87
  "typedoc": "~0.28.16",
103
- "typedoc-plugin-markdown": "~4.9.0"
88
+ "typedoc-plugin-markdown": "~4.9.0",
89
+ "@fgv/heft-dual-rig": "5.1.0-4",
90
+ "@fgv/typedoc-compact-theme": "5.1.0-4",
91
+ "@fgv/ts-utils-jest": "5.1.0-4",
92
+ "@fgv/ts-utils": "5.1.0-4"
104
93
  },
105
94
  "dependencies": {
106
95
  "luxon": "^3.7.2",
107
96
  "mustache": "^4.2.0",
108
97
  "papaparse": "^5.4.1",
109
98
  "fflate": "~0.8.2",
110
- "@fgv/ts-json-base": "workspace:*",
111
- "js-yaml": "~4.1.1"
99
+ "js-yaml": "~4.1.1",
100
+ "@fgv/ts-json-base": "5.1.0-4"
112
101
  },
113
102
  "peerDependencies": {
114
- "@fgv/ts-utils": "workspace:*"
103
+ "@fgv/ts-utils": "5.1.0-4"
115
104
  },
116
105
  "repository": {
117
106
  "type": "git",
118
107
  "url": "https://github.com/ErikFortune/fgv.git"
108
+ },
109
+ "scripts": {
110
+ "build": "heft build --clean",
111
+ "clean": "heft clean",
112
+ "test": "heft test --clean",
113
+ "build-docs": "typedoc --options ./config/typedoc.json",
114
+ "build-all": "rushx build; rushx build-docs",
115
+ "test-handles": "jest --runInBand --detectOpenHandles",
116
+ "clean-jest": "jest --clear-cache",
117
+ "coverage": "jest --coverage",
118
+ "lint": "eslint src --ext .ts",
119
+ "fixlint": "eslint src --ext .ts --fix"
119
120
  }
120
- }
121
+ }