@dao-style/core 2.0.0-alpha.1 → 2.0.0-alpha.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/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dao-style/core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"commit": "git-cz",
|
|
6
6
|
"dev": "npm run dev:docs",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"volar.d.ts",
|
|
115
115
|
"scripts/transform-variable.mjs"
|
|
116
116
|
],
|
|
117
|
-
"main": "./
|
|
117
|
+
"main": "./index.js",
|
|
118
118
|
"module": "./dist/dao-style.mjs",
|
|
119
119
|
"types": "./dist/index.d.ts",
|
|
120
120
|
"workspaces": [
|
|
@@ -122,9 +122,13 @@
|
|
|
122
122
|
],
|
|
123
123
|
"exports": {
|
|
124
124
|
".": {
|
|
125
|
+
"types": "./dist/index.d.ts",
|
|
125
126
|
"import": "./dist/dao-style.mjs",
|
|
126
|
-
"require": "./
|
|
127
|
+
"require": "./index.js"
|
|
127
128
|
},
|
|
129
|
+
"./volar.d.ts": "./volar.d.ts",
|
|
130
|
+
"./dist/*": "./dist/*",
|
|
131
|
+
"./package.json": "./package.json",
|
|
128
132
|
"./*": "./*"
|
|
129
133
|
}
|
|
130
134
|
}
|