@forge/cli-shared 6.5.2-experimental-f38fac9 → 6.5.2-experimental-147ff14
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
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 6.5.2-experimental-
|
|
3
|
+
## 6.5.2-experimental-147ff14
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- @forge/manifest@8.4.1-experimental-f38fac9
|
|
7
|
+
- Updated dependencies [f93c4d3]
|
|
8
|
+
- @forge/manifest@8.4.1-experimental-147ff14
|
|
10
9
|
|
|
11
10
|
## 6.5.2
|
|
12
11
|
|
|
@@ -98,7 +98,7 @@ class ConfigFile {
|
|
|
98
98
|
constructor(fileReader, fileWriter) {
|
|
99
99
|
this.fileReader = fileReader;
|
|
100
100
|
this.fileWriter = fileWriter;
|
|
101
|
-
this.manifestParser = new manifest_1.ManifestParserBuilder().withInterpolators(
|
|
101
|
+
this.manifestParser = new manifest_1.ManifestParserBuilder().withInterpolators().build();
|
|
102
102
|
}
|
|
103
103
|
async getAppHandlers() {
|
|
104
104
|
const config = await this.readConfig();
|