@modern-js/runtime 1.4.3 → 1.4.4

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.
@@ -100,7 +100,7 @@ export default (() => ({
100
100
  },
101
101
 
102
102
  addRuntimeExports() {
103
- pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime/-state'`);
103
+ pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime/runtime-state'`);
104
104
  }
105
105
 
106
106
  };
@@ -110,7 +110,7 @@ var _default = () => ({
110
110
  },
111
111
 
112
112
  addRuntimeExports() {
113
- pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime/-state'`);
113
+ pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime/runtime-state'`);
114
114
  }
115
115
 
116
116
  };
@@ -90,7 +90,7 @@ export default (function () {
90
90
  return PLUGIN_SCHEMAS['@modern-js/plugin-state'];
91
91
  },
92
92
  addRuntimeExports: function addRuntimeExports() {
93
- pluginsExportsUtils.addExport("export { default as state } from '@modern-js/runtime/-state'");
93
+ pluginsExportsUtils.addExport("export { default as state } from '@modern-js/runtime/runtime-state'");
94
94
  }
95
95
  };
96
96
  }
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.4.3",
14
+ "version": "1.4.4",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./type.d.ts",
17
17
  "main": "./dist/js/node/index.js",