@sanguogege/calendar 1.1.1 → 1.2.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.
@@ -35,7 +35,7 @@ declare const toGanZhiYear: (lYear: number) => string;
35
35
  /**
36
36
  * 传入offset偏移量返回干支
37
37
  * @param offset 相对甲子的偏移量
38
- * @return Cn string
38
+ * @return Cn { string }
39
39
  */
40
40
  declare const toGanZhi: (offset: number) => string;
41
41
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanguogege/calendar",
3
- "version": "1.1.1",
3
+ "version": "1.2.1",
4
4
  "keywords": [
5
5
  "日历",
6
6
  "农历",
@@ -11,7 +11,7 @@
11
11
  "author": "sanguogege",
12
12
  "type": "module",
13
13
  "main": "./dist/index.js",
14
- "types": "./dist/core/index.d.ts",
14
+ "types": "./dist/index.d.ts",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
@@ -21,12 +21,11 @@
21
21
  "preview": "vite preview"
22
22
  },
23
23
  "devDependencies": {
24
+ "@vitejs/plugin-legacy": "^4.0.3",
24
25
  "rollup-plugin-dts": "^5.3.0",
25
26
  "typescript": "^5.0.2",
26
27
  "vite": "^4.3.0",
28
+ "vite-plugin-build": "^0.9.0",
27
29
  "vite-plugin-dts": "^2.3.0"
28
- },
29
- "dependencies": {
30
- "vite-dts": "^1.0.4"
31
30
  }
32
31
  }
File without changes