@modern-js/plugin-docsite 0.0.0-canary-20220209053631 → 0.0.0-canary-20220211033927

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,20 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220209053631
3
+ ## 0.0.0-canary-20220211033927
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 24f616ca: feat: support custom meta info
8
+ - Updated dependencies [d9cc5ea9]
9
+ - Updated dependencies [bd819a8d]
8
10
  - Updated dependencies [ec4dbffb]
11
+ - Updated dependencies [d099e5c5]
9
12
  - Updated dependencies [bada2879]
10
13
  - Updated dependencies [24f616ca]
11
- - @modern-js/webpack@0.0.0-canary-20220209053631
12
- - @modern-js/utils@0.0.0-canary-20220209053631
13
- - @modern-js/core@0.0.0-canary-20220209053631
14
+ - Updated dependencies [bd819a8d]
15
+ - @modern-js/core@0.0.0-canary-20220211033927
16
+ - @modern-js/webpack@0.0.0-canary-20220211033927
17
+ - @modern-js/utils@0.0.0-canary-20220211033927
14
18
 
15
19
  ## 1.2.1
16
20
 
@@ -11,8 +11,10 @@ declare const _default: import("@modern-js/core").AsyncPlugin<Partial<import("@m
11
11
  watchFiles: import("@modern-js/core").ParallelWorkflow<void, unknown>;
12
12
  fileChange: import("@modern-js/core").AsyncWorkflow<{
13
13
  filename: string;
14
+ eventType: "add" | "unlink" | "change";
14
15
  }, void>;
15
16
  beforeExit: import("@modern-js/core").AsyncWorkflow<void, void>;
17
+ beforeRestart: import("@modern-js/core").AsyncWorkflow<void, void>;
16
18
  } & import("@modern-js/core").ClearDraftProgress<import("@modern-js/core").Hooks>>>>;
17
19
 
18
20
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220209053631",
14
+ "version": "0.0.0-canary-20220211033927",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -37,8 +37,8 @@
37
37
  "@babel/runtime": "^7",
38
38
  "@mdx-js/mdx": "^1.6.22",
39
39
  "@mdx-js/react": "^1.6.22",
40
- "@modern-js/utils": "^0.0.0-canary-20220209053631",
41
- "@modern-js/webpack": "^0.0.0-canary-20220209053631",
40
+ "@modern-js/utils": "^0.0.0-canary-20220211033927",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220211033927",
42
42
  "antd": "^4.16.13",
43
43
  "chokidar": "^3.5.2",
44
44
  "core-js": "^3.17.2",
@@ -73,13 +73,13 @@
73
73
  "@types/react-dom": "^17",
74
74
  "@types/webpack-dev-server": "^4.1.0",
75
75
  "typescript": "^4",
76
- "@modern-js/core": "^0.0.0-canary-20220209053631",
76
+ "@modern-js/core": "^0.0.0-canary-20220211033927",
77
77
  "@scripts/build": "0.0.0",
78
78
  "jest": "^27",
79
79
  "@scripts/jest-config": "0.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "@modern-js/core": "^0.0.0-canary-20220209053631"
82
+ "@modern-js/core": "^0.0.0-canary-20220211033927"
83
83
  },
84
84
  "sideEffects": false,
85
85
  "modernConfig": {