@fgv/ts-json 2.0.2-alpha.0 → 2.1.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 +38 -0
- package/CHANGELOG.md +18 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +22 -22
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fgv/ts-json",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.1.0",
|
|
6
|
+
"tag": "@fgv/ts-json_v2.1.0",
|
|
7
|
+
"date": "Tue, 31 Oct 2023 19:56:26 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "fix export issues"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "fix peers"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "bump versions"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "major refactor"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "version upgrades"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "update dependencies"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "update peer dependencies"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "bump version"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Change Log - @fgv/ts-json
|
|
2
|
+
|
|
3
|
+
This log was last generated on Tue, 31 Oct 2023 19:56:26 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.1.0
|
|
6
|
+
Tue, 31 Oct 2023 19:56:26 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- fix export issues
|
|
11
|
+
- fix peers
|
|
12
|
+
- bump versions
|
|
13
|
+
- major refactor
|
|
14
|
+
- version upgrades
|
|
15
|
+
- update dependencies
|
|
16
|
+
- update peer dependencies
|
|
17
|
+
- bump version
|
|
18
|
+
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Typescript utilities for working with JSON",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-json.d.ts",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/ErikFortune/fgv.git"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"typescript",
|
|
@@ -15,34 +15,34 @@
|
|
|
15
15
|
"author": "Erik Fortune",
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@fgv/ts-utils": "2.
|
|
19
|
-
"@fgv/ts-utils-jest": "2.
|
|
20
|
-
"@types/jest": "^29.5.
|
|
21
|
-
"@types/mustache": "^4.2.
|
|
22
|
-
"@types/node": "^20.
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
24
|
-
"@typescript-eslint/parser": "^
|
|
25
|
-
"eslint": "^8.
|
|
18
|
+
"@fgv/ts-utils": "2.1.0",
|
|
19
|
+
"@fgv/ts-utils-jest": "2.1.0",
|
|
20
|
+
"@types/jest": "^29.5.7",
|
|
21
|
+
"@types/mustache": "^4.2.4",
|
|
22
|
+
"@types/node": "^20.8.9",
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
24
|
+
"@typescript-eslint/parser": "^6.9.1",
|
|
25
|
+
"eslint": "^8.52.0",
|
|
26
26
|
"eslint-config-standard": "^17.1.0",
|
|
27
|
-
"eslint-plugin-import": "^2.
|
|
27
|
+
"eslint-plugin-import": "^2.29.0",
|
|
28
28
|
"eslint-plugin-node": "^11.1.0",
|
|
29
29
|
"eslint-plugin-promise": "^6.1.1",
|
|
30
|
-
"jest": "^29.
|
|
31
|
-
"jest-extended": "^4.0.
|
|
30
|
+
"jest": "^29.7.0",
|
|
31
|
+
"jest-extended": "^4.0.2",
|
|
32
32
|
"mustache": "^4.2.0",
|
|
33
|
-
"rimraf": "^5.0.
|
|
34
|
-
"ts-jest": "^29.1.
|
|
33
|
+
"rimraf": "^5.0.5",
|
|
34
|
+
"ts-jest": "^29.1.1",
|
|
35
35
|
"ts-node": "^10.9.1",
|
|
36
|
-
"typescript": "^5.
|
|
37
|
-
"eslint-plugin-n": "^16.
|
|
38
|
-
"@rushstack/heft-node-rig": "~2.
|
|
39
|
-
"@rushstack/heft": "~0.
|
|
36
|
+
"typescript": "^5.2.2",
|
|
37
|
+
"eslint-plugin-n": "^16.2.0",
|
|
38
|
+
"@rushstack/heft-node-rig": "~2.3.8",
|
|
39
|
+
"@rushstack/heft": "~0.63.0",
|
|
40
40
|
"heft-jest": "~1.0.2",
|
|
41
|
-
"@types/heft-jest": "1.0.
|
|
42
|
-
"@microsoft/api-documenter": "^7.
|
|
41
|
+
"@types/heft-jest": "1.0.5",
|
|
42
|
+
"@microsoft/api-documenter": "^7.23.10"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@fgv/ts-utils": "^2.
|
|
45
|
+
"@fgv/ts-utils": "^2.1.0",
|
|
46
46
|
"mustache": "^4.2.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|