@ruan-cat/utils 1.0.4 → 1.1.0

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 CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@ruan-cat/utils",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "阮喵喵工具集合。一个纯typescript库。",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
7
7
  "types": "./src/index.ts",
8
- "homepage": "https://github.com/RuanZhongNan/vercel-monorepo-test/tree/main/utils",
8
+ "homepage": "https://github.com/ruan-cat/vercel-monorepo-test/tree/main/utils",
9
9
  "bugs": {
10
- "url": "https://github.com/RuanZhongNan/vercel-monorepo-test/issues"
10
+ "url": "https://github.com/ruan-cat/vercel-monorepo-test/issues"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "git+https://github.com/RuanZhongNan/vercel-monorepo-test.git",
14
+ "url": "git+https://github.com/ruan-cat/vercel-monorepo-test.git",
15
15
  "directory": "utils"
16
16
  },
17
17
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "author": {
26
26
  "name": "ruan-cat",
27
27
  "email": "1219043956@qq.com",
28
- "url": "https://github.com/RuanZhongNan"
28
+ "url": "https://github.com/ruan-cat"
29
29
  },
30
30
  "license": "MIT",
31
31
  "publishConfig": {
@@ -38,13 +38,35 @@
38
38
  "tsconfig.json"
39
39
  ],
40
40
  "devDependencies": {
41
- "typedoc": "^0.25.13",
42
- "typedoc-plugin-markdown": "^4.0.3",
43
- "typescript": "^5.5.2"
41
+ "typedoc": "^0.26.7",
42
+ "typedoc-plugin-markdown": "^4.2.7",
43
+ "typescript": "5.4.5",
44
+ "unplugin-vue-router": "^0.10.8",
45
+ "@ruan-cat/vuepress-preset-config": "^0.1.11"
46
+ },
47
+ "peerDependencies": {
48
+ "typescript": "5.4.5",
49
+ "unplugin-vue-router": "^0.10.8"
50
+ },
51
+ "peerDependenciesMeta": {
52
+ "typescript": {
53
+ "optional": true
54
+ },
55
+ "unplugin-vue-router": {
56
+ "optional": true
57
+ }
44
58
  },
45
59
  "scripts": {
60
+ "copy-readme": "cpx readme.md docs",
61
+ "copy-changelog": "cpx CHANGELOG.md docs",
46
62
  "typedoc": "typedoc",
47
- "clean:type": "rimraf ./dist",
63
+ "prettier-docs-(invalid)": "prettier docs/**/*.md --write",
64
+ "docs:dev-main": "vuepress-vite dev docs",
65
+ "docs:dev": "turbo docs:dev",
66
+ "build:docs-main": "vuepress-vite build docs",
67
+ "build:docs": "turbo do-build-docs",
68
+ "clean:type": "rimraf dist",
69
+ "clear": "rimraf dist .turbo .vercel .cache .temp",
48
70
  "generate:type-1": "vue-tsc -p tsconfig.json --composite false --declaration true --emitDeclarationOnly true",
49
71
  "generate:type-2": "tsc -p tsconfig.json --composite false --declaration true --emitDeclarationOnly true",
50
72
  "generate:type-3": "vue-tsc -p tsconfig.types.json",