@modern-js/types 1.3.1 → 1.3.2

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,11 @@
1
1
  # @modern-js/types
2
2
 
3
+ ## 1.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6891e4c2: add addDefineTypes define
8
+
3
9
  ## 1.3.1
4
10
 
5
11
  ### Patch Changes
package/cli/index.d.ts CHANGED
@@ -130,4 +130,5 @@ export interface Hooks {
130
130
  entrypoint: Entrypoint;
131
131
  code: string;
132
132
  }>;
133
+ addDefineTypes: AsyncWaterfall<void>;
133
134
  }
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.3.1",
14
+ "version": "1.3.2",
15
15
  "types": "./index.d.ts",
16
16
  "dependencies": {
17
17
  "@modern-js/plugin": "^1.2.1",