@ms-cloudpack/json-utilities 0.0.2 → 0.0.3

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 CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "@ms-cloudpack/json-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 May 2022 18:54:32 GMT",
5
+ "date": "Mon, 09 May 2022 23:39:20 GMT",
6
+ "tag": "@ms-cloudpack/json-utilities_v0.0.3",
7
+ "version": "0.0.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "dzearing@microsoft.com",
12
+ "package": "@ms-cloudpack/json-utilities",
13
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
14
+ "comment": "removing changes."
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "bot@renovateapp.com",
20
+ "package": "@ms-cloudpack/json-utilities",
21
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
22
+ "comment": "Cleaning up problems found with depcheck"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Mon, 09 May 2022 18:54:56 GMT",
6
29
  "tag": "@ms-cloudpack/json-utilities_v0.0.2",
7
30
  "version": "0.0.2",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @ms-cloudpack/json-utilities
2
2
 
3
- This log was last generated on Mon, 09 May 2022 18:54:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 May 2022 23:39:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.0.3
8
+
9
+ Mon, 09 May 2022 23:39:20 GMT
10
+
11
+ ### Patches
12
+
13
+ - Cleaning up problems found with depcheck (bot@renovateapp.com)
14
+
7
15
  ## 0.0.2
8
16
 
9
- Mon, 09 May 2022 18:54:32 GMT
17
+ Mon, 09 May 2022 18:54:56 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/json-utilities",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Helpers for reading/writing json files.",
5
5
  "type": "module",
6
6
  "types": "./lib/index.d.ts",
@@ -15,6 +15,8 @@
15
15
  "fs-extra": "^10.1.0"
16
16
  },
17
17
  "devDependencies": {
18
+ "@ms-cloudpack/eslint-config-base": "*",
19
+ "@ms-cloudpack/scripts": "*",
18
20
  "@types/fs-extra": "9.0.13"
19
21
  },
20
22
  "scripts": {