@nbreak/core 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @datascreen/core
1
+ # @nbreak/core
2
2
 
3
3
  DataScreen 核心:插件系统、扩展注册表、事件总线。
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@nbreak/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "DataScreen 核心:插件系统、扩展注册表、事件总线",
5
5
  "type": "module",
6
+ "sideEffects": false,
6
7
  "main": "./dist/cjs/index.cjs",
7
8
  "module": "./dist/esm/index.js",
8
9
  "exports": {
@@ -16,7 +17,7 @@
16
17
  "README.md"
17
18
  ],
18
19
  "dependencies": {
19
- "@nbreak/shared": "0.1.0"
20
+ "@nbreak/shared": "0.1.1"
20
21
  },
21
22
  "publishConfig": {
22
23
  "access": "public"