@ms-cloudpack/esm-stub-utilities 0.3.2 → 0.3.3
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/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, 18 Oct 2022 08:15:52 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/esm-stub-utilities_v0.3.3",
|
|
7
|
+
"version": "0.3.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@ms-cloudpack/esm-stub-utilities",
|
|
13
|
+
"comment": "Bump @ms-cloudpack/path-utilities to v1.1.0",
|
|
14
|
+
"commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 15 Oct 2022 08:11:31 GMT",
|
|
6
21
|
"tag": "@ms-cloudpack/esm-stub-utilities_v0.3.2",
|
|
7
22
|
"version": "0.3.2",
|
|
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, 18 Oct 2022 08:15:52 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.3
|
|
8
|
+
|
|
9
|
+
Tue, 18 Oct 2022 08:15:52 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @ms-cloudpack/path-utilities to v1.1.0
|
|
14
|
+
|
|
7
15
|
## 0.3.2
|
|
8
16
|
|
|
9
|
-
Sat, 15 Oct 2022 08:11:
|
|
17
|
+
Sat, 15 Oct 2022 08:11:31 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/esm-stub-utilities",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Generates ESM stubs for CommonJS entry files.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ms-cloudpack/path-utilities": "^1.
|
|
16
|
+
"@ms-cloudpack/path-utilities": "^1.1.0",
|
|
17
17
|
"@ms-cloudpack/path-string-parsing": "^1.0.0",
|
|
18
18
|
"atob": "^2.1.2",
|
|
19
19
|
"btoa": "^1.2.1",
|