@stryke/json 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +15 -15
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,21 +55,21 @@ flexibility and customization.
55
55
 
56
56
  ## Table of Contents
57
57
 
58
- - [Stryke - JSON Utility](#stryke---json-utility)
59
- - [Table of Contents](#table-of-contents)
60
- - [Installing](#installing)
61
- - [Reduced Package Size](#reduced-package-size)
62
- - [Development](#development)
63
- - [Building](#building)
64
- - [Running unit tests](#running-unit-tests)
65
- - [Linting](#linting)
66
- - [Storm Workspaces](#storm-workspaces)
67
- - [Roadmap](#roadmap)
68
- - [Support](#support)
69
- - [License](#license)
70
- - [Changelog](#changelog)
71
- - [Contributing](#contributing)
72
- - [Contributors](#contributors)
58
+ - [Stryke - JSON Utility](#stryke---json-utility)
59
+ - [Table of Contents](#table-of-contents)
60
+ - [Installing](#installing)
61
+ - [Reduced Package Size](#reduced-package-size)
62
+ - [Development](#development)
63
+ - [Building](#building)
64
+ - [Running unit tests](#running-unit-tests)
65
+ - [Linting](#linting)
66
+ - [Storm Workspaces](#storm-workspaces)
67
+ - [Roadmap](#roadmap)
68
+ - [Support](#support)
69
+ - [License](#license)
70
+ - [Changelog](#changelog)
71
+ - [Contributing](#contributing)
72
+ - [Contributors](#contributors)
73
73
 
74
74
  <!-- END doctoc -->
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/json",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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/types": ">=0.1.1"
17
+ "@stryke/types": ">=0.1.2"
18
18
  },
19
19
  "publishConfig": { "access": "public" },
20
20
  "devDependencies": {},