@fgv/ts-json-base 2.1.1-alpha.0 → 2.1.1-alpha.1

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 ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@fgv/ts-json-base",
3
+ "entries": [
4
+ {
5
+ "version": "2.2.0",
6
+ "tag": "@fgv/ts-json-base_v2.2.0",
7
+ "date": "Thu, 18 Jan 2024 05:45:04 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "initial refactor"
12
+ }
13
+ ]
14
+ }
15
+ }
16
+ ]
17
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Change Log - @fgv/ts-json-base
2
+
3
+ This log was last generated on Thu, 18 Jan 2024 05:45:04 GMT and should not be manually modified.
4
+
5
+ ## 2.2.0
6
+ Thu, 18 Jan 2024 05:45:04 GMT
7
+
8
+ ### Updates
9
+
10
+ - initial refactor
11
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-json-base",
3
- "version": "2.1.1-alpha.0",
3
+ "version": "2.1.1-alpha.1",
4
4
  "description": "Typescript types and basic functions for working with json",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-json-base.d.ts",
@@ -16,8 +16,8 @@
16
16
  "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base#readme",
17
17
  "sideEffects": false,
18
18
  "devDependencies": {
19
- "@fgv/ts-utils": "2.1.1-alpha.0",
20
- "@fgv/ts-utils-jest": "2.1.1-alpha.0",
19
+ "@fgv/ts-utils": "2.1.1-alpha.1",
20
+ "@fgv/ts-utils-jest": "2.1.1-alpha.1",
21
21
  "@types/jest": "^29.5.11",
22
22
  "@types/mustache": "^4.2.5",
23
23
  "@types/node": "^20.11.5",
@@ -43,7 +43,7 @@
43
43
  "@microsoft/api-documenter": "^7.23.17"
44
44
  },
45
45
  "peerDependencies": {
46
- "@fgv/ts-utils": "^2.1.1-alpha.0",
46
+ "@fgv/ts-utils": "^2.1.1-alpha.1",
47
47
  "mustache": "^4.2.0"
48
48
  },
49
49
  "scripts": {