Skip to content

Commit ed14307

Browse files
chore: add interfaces to sideEffects (#7226)
* chore: add interfaces to sideEffects * Change files
1 parent 3a3af0c commit ed14307

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: add interfaces to sideEffects",
4+
"packageName": "@microsoft/fast-element",
5+
"email": "mmansour@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

packages/fast-element/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"./dist/esm/debug.js",
9898
"./dist/esm/polyfills.js",
9999
"./dist/esm/components/install-hydration.js",
100-
"./dist/esm/templating/install-hydratable-view-templates.js"
100+
"./dist/esm/templating/install-hydratable-view-templates.js",
101+
"./dist/esm/interfaces.js"
101102
],
102103
"scripts": {
103104
"benchmark": "npm run clean:dist && npm run build && node ./scripts/run-benchmarks",

0 commit comments

Comments
 (0)