@forge/egress 2.0.3-experimental-90687cf → 2.0.3-experimental-4afd2ab
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.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @forge/egress
|
|
2
2
|
|
|
3
|
-
## 2.0.3-experimental-
|
|
3
|
+
## 2.0.3-experimental-4afd2ab
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 4afd2ab: Update tsconfig.json to include ES2018 in lib and ensure target is set to ES2018
|
|
8
8
|
|
|
9
9
|
## 2.0.3
|
|
10
10
|
|
package/package.json
CHANGED