@modern-js/core 1.10.0 → 1.10.1

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,15 @@
1
1
  # @modern-js/core
2
2
 
3
+ ## 1.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 69a728375: fix: remove exports.jsnext:source after publish
8
+ - Updated dependencies [cd7346b0d]
9
+ - Updated dependencies [69a728375]
10
+ - @modern-js/utils@1.7.2
11
+ - @modern-js/load-config@1.3.2
12
+
3
13
  ## 1.10.0
4
14
 
5
15
  ### Minor Changes
@@ -10,7 +10,7 @@ export declare type LoadedPlugin = {
10
10
  export declare type TransformPlugin = (plugin: PluginConfig, resolvedConfig: UserConfig, pluginOptions?: any) => PluginConfig;
11
11
  /**
12
12
  * @deprecated
13
- * Using NewPluginConfig insteand.
13
+ * Using NewPluginConfig instead.
14
14
  */
15
15
  declare type OldPluginConfig = Array<PluginItem | {
16
16
  cli?: PluginItem;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.10.0",
14
+ "version": "1.10.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "bin": "./bin/modern-js.js",
42
42
  "dependencies": {
43
- "@modern-js/load-config": "^1.3.1",
43
+ "@modern-js/load-config": "^1.3.2",
44
44
  "@modern-js/plugin": "^1.3.3",
45
- "@modern-js/utils": "^1.7.0"
45
+ "@modern-js/utils": "^1.7.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@jest/types": "^27.0.6",