@ms-cloudpack/package-hashes 0.8.27 → 0.8.29

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 +6 -6
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @ms-cloudpack/package-hashes
2
2
 
3
- Utilities for hashing packages.
3
+ Cloudpack's package hashing implementation, used to determine when cached output needs to be invalidated.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-hashes",
3
- "version": "0.8.27",
4
- "description": "Utilities for hashing packages.",
3
+ "version": "0.8.29",
4
+ "description": "Utilities for hashing packages in Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -14,11 +14,11 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/common-types": "^0.27.6",
18
- "@ms-cloudpack/config": "^0.38.3",
19
- "@ms-cloudpack/package-utilities": "^12.5.0",
17
+ "@ms-cloudpack/common-types": "^0.28.0",
18
+ "@ms-cloudpack/config": "^0.38.5",
19
+ "@ms-cloudpack/package-utilities": "^12.5.2",
20
20
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
21
- "@ms-cloudpack/path-utilities": "^3.1.21",
21
+ "@ms-cloudpack/path-utilities": "^3.1.23",
22
22
  "glob-hasher": "^1.4.2",
23
23
  "object-hash": "^3.0.0",
24
24
  "tinyglobby": "^0.2.13"