@univa/core 0.0.1 → 0.0.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/README.md CHANGED
@@ -33,8 +33,8 @@ yarn add @univa/core
33
33
  在 `vite.config.ts` 中使用:
34
34
 
35
35
  ```typescript
36
- import { defineConfig } from 'vite'
37
36
  import { Univa } from '@univa/core'
37
+ import { defineConfig } from 'vite'
38
38
 
39
39
  export default defineConfig({
40
40
  plugins: [
@@ -81,7 +81,3 @@ export default defineConfig({
81
81
  ## License
82
82
 
83
83
  MIT
84
-
85
- ## 贡献
86
-
87
- 欢迎提交 Issue 和 Pull Request!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@univa/core",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "MIT",
@@ -27,7 +27,8 @@
27
27
  "files": [
28
28
  "README.md",
29
29
  "dist",
30
- "src/client.d.ts"
30
+ "src/client.d.ts",
31
+ "src/global.d.ts"
31
32
  ],
32
33
  "publishConfig": {
33
34
  "access": "public",
@@ -0,0 +1 @@
1
+ export {}