vitepress-linkcard 1.2.4 → 1.2.5
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/dist/.cjs.min.js +1 -1
- package/dist/.esm.min.js +1 -1
- package/package.json +2 -4
- package/docs/CONTRIBUTING.md +0 -41
- package/docs/screen.webp +0 -0
- /package/{docs/README.md → README.md} +0 -0
package/dist/.cjs.min.js
CHANGED
package/dist/.esm.min.js
CHANGED
package/package.json
CHANGED
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist",
|
|
43
|
-
"types"
|
|
44
|
-
"docs"
|
|
43
|
+
"types"
|
|
45
44
|
],
|
|
46
45
|
"keywords": [
|
|
47
46
|
"thumbnail",
|
|
@@ -61,7 +60,6 @@
|
|
|
61
60
|
"publishConfig": {
|
|
62
61
|
"registry": "https://registry.npmjs.org/"
|
|
63
62
|
},
|
|
64
|
-
"readme": "./docs/README.md",
|
|
65
63
|
"repository": {
|
|
66
64
|
"type": "git",
|
|
67
65
|
"url": "git+https://github.com/asumo-1xts/vitepress-linkcard.git"
|
|
@@ -77,5 +75,5 @@
|
|
|
77
75
|
},
|
|
78
76
|
"type": "module",
|
|
79
77
|
"types": "./types/index.d.ts",
|
|
80
|
-
"version": "1.2.
|
|
78
|
+
"version": "1.2.5"
|
|
81
79
|
}
|
package/docs/CONTRIBUTING.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# CONTRIBUTING
|
|
2
|
-
|
|
3
|
-
Always welcome.
|
|
4
|
-
|
|
5
|
-
## Environment
|
|
6
|
-
|
|
7
|
-
[mise](https://mise.jdx.dev/) is recommended.
|
|
8
|
-
|
|
9
|
-
```shell
|
|
10
|
-
mise install # Load .config/mise.toml and install tools
|
|
11
|
-
|
|
12
|
-
yarn install # Install dependencies
|
|
13
|
-
|
|
14
|
-
yarn dlx @yarnpkg/sdks vscode # If you develop with VScode
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Branch rule
|
|
18
|
-
|
|
19
|
-
`main` branch can only be pushed from Pull Requests.
|
|
20
|
-
|
|
21
|
-
## CI/CD
|
|
22
|
-
|
|
23
|
-
| Task | When | Action | On local |
|
|
24
|
-
|----------------|---------------|---------------------------------------------------------------------------------------------|----------------|
|
|
25
|
-
| ESLint | PR is opened | Block merge until errors are resolved | `yarn lint` |
|
|
26
|
-
| Prettier | PR is merged | Format files and push them on `HEAD` | `yarn format` |
|
|
27
|
-
| Publish to npm | PR is merged | Publish package to [npmjs](https://www.npmjs.com/package/vitepress-linkcard) | - |
|
|
28
|
-
| TypeDoc | PR is merged | Build and deploy docs to [GitHub Pages](https://asumo-1xts.github.io/vitepress-linkcard/) | `yarn docs` |
|
|
29
|
-
|
|
30
|
-
## devDependencies
|
|
31
|
-
|
|
32
|
-
> [!WARNING]
|
|
33
|
-
> To avoid build failures, these packages must not be updated any further.
|
|
34
|
-
>
|
|
35
|
-
> | Package | Version |
|
|
36
|
-
> |--------------------|-----------|
|
|
37
|
-
> | @types/markdown-it | ^13.0.2 |
|
|
38
|
-
> | markdown-it | ^13.0.2 |
|
|
39
|
-
> | rollup | ^2.79.2 |
|
|
40
|
-
>
|
|
41
|
-
> Of course, this restriction does not apply if you modify the source code of this plugin appropriately.
|
package/docs/screen.webp
DELETED
|
Binary file
|
|
File without changes
|