@stryke/json 0.6.1 → 0.7.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.
@@ -15,8 +15,6 @@ export declare class StormJSON extends SuperJSON {
15
15
  static deserialize<TData = unknown>(payload: JsonParserResult): TData;
16
16
  /**
17
17
  * Serialize the given value with superjson
18
- *
19
- *
20
18
  */
21
19
  static serialize(object: JsonValue): JsonParserResult;
22
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/json",
3
- "version": "0.6.1",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "description": "A package containing JSON parsing/stringify utilities used by Storm Software.",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  "jsonc-parser": "3.3.1",
15
15
  "lines-and-columns": "2.0.4",
16
16
  "superjson": "2.2.2",
17
- "@stryke/type-checks": "^0.1.4",
17
+ "@stryke/type-checks": "^0.2.0",
18
18
  "@stryke/types": "^0.7.4"
19
19
  },
20
20
  "publishConfig": { "access": "public" },