We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e50840 commit 398e82aCopy full SHA for 398e82a
index.js
@@ -13,19 +13,28 @@ export class WebPluginInterface {
13
// code
14
}
15
16
- bootstrap () {
+ /**
17
+ * @protected
18
+ */
19
+ _bootstrap () {
20
21
22
- beforeInitialize () {
23
24
25
26
+ _beforeInitialize () {
27
28
29
- initialize () {
30
31
32
33
+ _afterInitialize () {
34
35
36
- afterInitialize () {
37
+ initialize () {
38
39
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-plugin-interface",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments