@lage-run/cache-github-actions 0.1.8 → 0.1.9
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 +16 -1
- package/CHANGELOG.md +10 -2
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@lage-run/cache-github-actions",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Tue, 01 Nov 2022
|
|
5
|
+
"date": "Tue, 01 Nov 2022 22:25:35 GMT",
|
|
6
|
+
"tag": "@lage-run/cache-github-actions_v0.1.9",
|
|
7
|
+
"version": "0.1.9",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "kchau@microsoft.com",
|
|
12
|
+
"package": "@lage-run/cache-github-actions",
|
|
13
|
+
"commit": "1664f38eca34da2d51b6a581c92caba5fc51e5fd",
|
|
14
|
+
"comment": "adds import extensions of .js to prepare of esmodule switchover"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 01 Nov 2022 20:43:17 GMT",
|
|
6
21
|
"tag": "@lage-run/cache-github-actions_v0.1.8",
|
|
7
22
|
"version": "0.1.8",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @lage-run/cache-github-actions
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue, 01 Nov 2022
|
|
3
|
+
This log was last generated on Tue, 01 Nov 2022 22:25:35 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.9
|
|
8
|
+
|
|
9
|
+
Tue, 01 Nov 2022 22:25:35 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- adds import extensions of .js to prepare of esmodule switchover (kchau@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.1.8
|
|
8
16
|
|
|
9
|
-
Tue, 01 Nov 2022 20:
|
|
17
|
+
Tue, 01 Nov 2022 20:43:17 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/lib/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { cacheProvider as default } from "./cacheProvider";
|
|
1
|
+
export { cacheProvider as default } from "./cacheProvider.js";
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = void 0;
|
|
4
|
-
var
|
|
5
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return
|
|
4
|
+
var cacheProvider_js_1 = require("./cacheProvider.js");
|
|
5
|
+
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return cacheProvider_js_1.cacheProvider; } });
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA8D;AAArD,2GAAA,aAAa,OAAW"}
|