@ms-cloudpack/esm-stub-utilities 0.1.0 → 0.1.1

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 CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@ms-cloudpack/esm-stub-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 08 Jun 2022 20:06:34 GMT",
5
+ "date": "Thu, 28 Jul 2022 18:39:06 GMT",
6
+ "tag": "@ms-cloudpack/esm-stub-utilities_v0.1.1",
7
+ "version": "0.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@ms-cloudpack/esm-stub-utilities",
13
+ "commit": "ddec754013e36611f3f6b25e1146cb214402de28",
14
+ "comment": "Update dependency @types/jsdom-global to v3.0.3"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 29 Jun 2022 02:45:18 GMT",
21
+ "tag": "@ms-cloudpack/esm-stub-utilities_v0.1.0",
22
+ "version": "0.1.0",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "email not defined",
27
+ "package": "@ms-cloudpack/esm-stub-utilities",
28
+ "commit": "94790eee5ac4401529c3f1215168ffb3725dfd61",
29
+ "comment": "Pin devDependencies"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 08 Jun 2022 20:07:00 GMT",
6
36
  "tag": "@ms-cloudpack/esm-stub-utilities_v0.1.0",
7
37
  "version": "0.1.0",
8
38
  "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 Wed, 08 Jun 2022 20:06:34 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Jul 2022 18:39:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.1
8
+
9
+ Thu, 28 Jul 2022 18:39:06 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency @types/jsdom-global to v3.0.3 (email not defined)
14
+
7
15
  ## 0.1.0
8
16
 
9
- Wed, 08 Jun 2022 20:06:34 GMT
17
+ Wed, 08 Jun 2022 20:07:00 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.25.0"
8
+ "packageVersion": "7.28.6"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/esm-stub-utilities",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Generates ESM stubs for CommonJS entry files.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,11 +23,11 @@
23
23
  "devDependencies": {
24
24
  "@ms-cloudpack/eslint-config-base": "*",
25
25
  "@ms-cloudpack/scripts": "*",
26
- "@types/atob": "^2.1.2",
27
- "@types/btoa": "^1.2.3",
28
- "@types/jsdom-global": "^3.0.2",
29
- "@types/jsdom": "^16.2.14",
30
- "@types/regenerator-runtime": "^0.13.1",
26
+ "@types/atob": "2.1.2",
27
+ "@types/btoa": "1.2.3",
28
+ "@types/jsdom-global": "3.0.3",
29
+ "@types/jsdom": "16.2.14",
30
+ "@types/regenerator-runtime": "0.13.1",
31
31
  "react-dom": "17.0.2",
32
32
  "react": "17.0.2"
33
33
  },