Skip to content

Commit

Permalink
Zone.js fixed failing build (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny authored Aug 31, 2020
1 parent 58cd219 commit 3e114a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ package.json.lerna_backup

# VsCode configs
.vscode/

*.iml
.idea

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.9.0';
2 changes: 2 additions & 0 deletions plugins/node/opentelemetry-koa-instrumentation/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.9.0';
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"typescript": "3.9.7",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-merge": "5.1.1"
"webpack-merge": "5.1.1",
"zone.js": "0.10.3"
},
"dependencies": {
"@opentelemetry/api": "^0.10.2",
Expand All @@ -86,7 +87,7 @@
"shimmer": "^1.2.1"
},
"peerDependencies": {
"zone.js": "^0.10.3"
"zone.js": "0.10.3"
},
"sideEffects": false
}

0 comments on commit 3e114a3

Please sign in to comment.