@ms-cloudpack/package-utilities 12.5.1 → 12.5.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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @ms-cloudpack/package-utilities
2
2
 
3
- Provides utilities for reading package definitions and extracting information from them, such as resolve maps and import maps.
3
+ Provides Cloudpack's internal utilities for reading package definitions and extracting information from them, such as resolve maps and import maps.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-utilities",
3
- "version": "12.5.1",
4
- "description": "Utilities for resolving/parsing packages and their imports.",
3
+ "version": "12.5.2",
4
+ "description": "Utilities for resolving/parsing packages and their imports in Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -14,10 +14,10 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/common-types": "^0.27.7",
17
+ "@ms-cloudpack/common-types": "^0.28.0",
18
18
  "@ms-cloudpack/json-utilities": "^0.1.11",
19
19
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
20
- "@ms-cloudpack/path-utilities": "^3.1.22",
20
+ "@ms-cloudpack/path-utilities": "^3.1.23",
21
21
  "@ms-cloudpack/task-reporter": "^0.17.4",
22
22
  "acorn": "^8.11.2",
23
23
  "acorn-walk": "^8.2.1",