@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.
- package/lib/hashVersion.d.ts +1 -1
- package/lib/hashVersion.js +1 -1
- package/lib/hashVersion.js.map +1 -1
- package/package.json +5 -5
package/lib/hashVersion.d.ts
CHANGED
package/lib/hashVersion.js
CHANGED
package/lib/hashVersion.js.map
CHANGED
|
@@ -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 =
|
|
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.
|
|
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.
|
|
18
|
-
"@ms-cloudpack/config": "^0.38.
|
|
19
|
-
"@ms-cloudpack/package-utilities": "^13.
|
|
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.
|
|
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"
|