Skip to content

Commit

Permalink
Merge branch 'main' into fix/4405
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Jan 17, 2024
2 parents 4f1914e + bf8714e commit 0431b98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :house: (Internal)

* chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 [#4320](https://github.com/open-telemetry/opentelemetry-js/pull/4320)

## 1.20.0

### :rocket: (Enhancement)
Expand Down
19 changes: 11 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/opentelemetry-context-zone-peer-dep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
"typescript": "4.4.4",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"zone.js": "0.11.4"
"zone.js": "0.13.3"
},
"peerDependencies": {
"@opentelemetry/api": ">=1.0.0 <1.8.0",
"zone.js": "^0.10.2 || ^0.11.0"
"zone.js": "^0.10.2 || ^0.11.0 || ^0.13.0"
},
"sideEffects": false,
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-zone-peer-dep"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import 'zone.js';
import 'zone.js/dist/zone';
import * as sinon from 'sinon';
import * as assert from 'assert';
import { ZoneContextManager } from '../src';
Expand Down

0 comments on commit 0431b98

Please sign in to comment.