jsonh-ts 2.3.0 → 2.4.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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  declare enum JsonhVersion {
5
5
  /**
6
- * Indicates that the latest version should be used (currently {@link V1}).
6
+ * Indicates that the latest version should be used (currently {@link V2}).
7
7
  */
8
8
  Latest = 0,
9
9
  /**
@@ -5,7 +5,7 @@
5
5
  var JsonhVersion;
6
6
  (function (JsonhVersion) {
7
7
  /**
8
- * Indicates that the latest version should be used (currently {@link V1}).
8
+ * Indicates that the latest version should be used (currently {@link V2}).
9
9
  */
10
10
  JsonhVersion[JsonhVersion["Latest"] = 0] = "Latest";
11
11
  /**
package/jsonh-version.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  enum JsonhVersion {
5
5
  /**
6
- * Indicates that the latest version should be used (currently {@link V1}).
6
+ * Indicates that the latest version should be used (currently {@link V2}).
7
7
  */
8
8
  Latest = 0,
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonh-ts",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "JSON for Humans in TypeScript/JavaScript.",
5
5
  "type": "commonjs",
6
6
  "main": "build/index.js",