Skip to content

Commit c260c2a

Browse files
authoredMar 7, 2024··
Add startup lifecycle hook (#1531)
* checkpoint * Finish missing tests; remove redundant v1 tests * Fix linter error * Fix import error * Add changelog; fix exports of v2/core
1 parent 5a94583 commit c260c2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+702
-59
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add onInit callback function for global variable initialization (#1531)

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
"v2": [
111111
"lib/v2"
112112
],
113+
"v2/core": [
114+
"lib/v2/core"
115+
],
113116
"v2/alerts": [
114117
"lib/v2/providers/alerts"
115118
],
@@ -250,4 +253,4 @@
250253
"engines": {
251254
"node": ">=14.10.0"
252255
}
253-
}
256+
}

0 commit comments

Comments
 (0)
Please sign in to comment.