@ms-cloudpack/package-utilities 0.0.3 → 0.0.4

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,9 +2,9 @@
2
2
  "name": "@ms-cloudpack/package-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Feb 2022 16:23:48 GMT",
6
- "tag": "@ms-cloudpack/package-utilities_v0.0.3",
7
- "version": "0.0.3",
5
+ "date": "Sat, 19 Feb 2022 00:27:33 GMT",
6
+ "tag": "@ms-cloudpack/package-utilities_v0.0.4",
7
+ "version": "0.0.4",
8
8
  "comments": {
9
9
  "none": [
10
10
  {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @ms-cloudpack/package-utilities
2
2
 
3
- This log was last generated on Fri, 18 Feb 2022 16:23:48 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 19 Feb 2022 00:27:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.3
7
+ ## 0.0.4
8
8
 
9
- Fri, 18 Feb 2022 16:23:48 GMT
9
+ Sat, 19 Feb 2022 00:27:33 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-utilities",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Utilities for resolving/parsing packages and their imports.",
5
5
  "type": "module",
6
6
  "types": "./lib/index.d.ts",