@ms-cloudpack/package-hashes 0.8.38 → 0.8.40

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Hash version is used to invalidate the cache when the hashing algorithm changes.
3
3
  */
4
- export declare const hashVersion = 11;
4
+ export declare const hashVersion = 12;
5
5
  //# sourceMappingURL=hashVersion.d.ts.map
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Hash version is used to invalidate the cache when the hashing algorithm changes.
3
3
  */
4
- export const hashVersion = 11;
4
+ export const hashVersion = 12;
5
5
  //# sourceMappingURL=hashVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"hashVersion.js","sourceRoot":"","sources":["../src/hashVersion.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,EAAE,CAAC","sourcesContent":["/**\n * Hash version is used to invalidate the cache when the hashing algorithm changes.\n */\nexport const hashVersion = 11;\n"]}
1
+ {"version":3,"file":"hashVersion.js","sourceRoot":"","sources":["../src/hashVersion.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,EAAE,CAAC","sourcesContent":["/**\n * Hash version is used to invalidate the cache when the hashing algorithm changes.\n */\nexport const hashVersion = 12;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/package-hashes",
3
- "version": "0.8.38",
3
+ "version": "0.8.40",
4
4
  "description": "Utilities for hashing packages in Cloudpack",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,11 +14,11 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/common-types": "^0.31.1",
18
- "@ms-cloudpack/config": "^0.38.14",
19
- "@ms-cloudpack/package-utilities": "^13.1.4",
17
+ "@ms-cloudpack/common-types": "^0.32.0",
18
+ "@ms-cloudpack/config": "^0.38.16",
19
+ "@ms-cloudpack/package-utilities": "^13.2.0",
20
20
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
21
- "@ms-cloudpack/path-utilities": "^3.1.30",
21
+ "@ms-cloudpack/path-utilities": "^3.1.32",
22
22
  "glob-hasher": "^1.4.2",
23
23
  "object-hash": "^3.0.0",
24
24
  "tinyglobby": "^0.2.13"