@ms-cloudpack/esm-stub-utilities 0.1.1 → 0.1.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.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/esm-stub-utilities",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 02 Aug 2022 19:53:43 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/esm-stub-utilities_v0.1.2",
|
|
7
|
+
"version": "0.1.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "renovate@whitesourcesoftware.com",
|
|
12
|
+
"package": "@ms-cloudpack/esm-stub-utilities",
|
|
13
|
+
"commit": "dc1ecdc793357827f70515d00830ecd35491b76c",
|
|
14
|
+
"comment": "Update dependency @types/jsdom to v16.2.15"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 28 Jul 2022 18:39:20 GMT",
|
|
6
21
|
"tag": "@ms-cloudpack/esm-stub-utilities_v0.1.1",
|
|
7
22
|
"version": "0.1.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @ms-cloudpack/esm-stub-utilities
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 02 Aug 2022 19:53:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.2
|
|
8
|
+
|
|
9
|
+
Tue, 02 Aug 2022 19:53:43 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency @types/jsdom to v16.2.15 (renovate@whitesourcesoftware.com)
|
|
14
|
+
|
|
7
15
|
## 0.1.1
|
|
8
16
|
|
|
9
|
-
Thu, 28 Jul 2022 18:39:
|
|
17
|
+
Thu, 28 Jul 2022 18:39:20 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/esm-stub-utilities",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Generates ESM stubs for CommonJS entry files.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/atob": "2.1.2",
|
|
27
27
|
"@types/btoa": "1.2.3",
|
|
28
28
|
"@types/jsdom-global": "3.0.3",
|
|
29
|
-
"@types/jsdom": "16.2.
|
|
29
|
+
"@types/jsdom": "16.2.15",
|
|
30
30
|
"@types/regenerator-runtime": "0.13.1",
|
|
31
31
|
"react-dom": "17.0.2",
|
|
32
32
|
"react": "17.0.2"
|