@modern-js/types 1.3.5-canary.0 → 1.3.5

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,5 +1,14 @@
1
1
  # @modern-js/types
2
2
 
3
+ ## 1.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d95f28c3: should enable babel register before server plugin require
8
+ - Updated dependencies [80d8ddfe]
9
+ - Updated dependencies [491145e3]
10
+ - @modern-js/plugin@1.3.0
11
+
3
12
  ## 1.3.4
4
13
 
5
14
  ### Patch Changes
package/cli/index.d.ts CHANGED
@@ -79,7 +79,6 @@ export interface Hooks {
79
79
  },
80
80
  unknown
81
81
  >;
82
-
83
82
  afterCreateCompiler: AsyncWorkflow<
84
83
  {
85
84
  compiler: Compiler | MultiCompiler | undefined;
package/package.json CHANGED
@@ -11,10 +11,10 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.3.5-canary.0",
14
+ "version": "1.3.5",
15
15
  "types": "./index.d.ts",
16
16
  "dependencies": {
17
- "@modern-js/plugin": "^1.2.1",
17
+ "@modern-js/plugin": "^1.3.0",
18
18
  "webpack": "^5.54.0"
19
19
  },
20
20
  "exports": {