xcn 0.1.2-alpha.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # xcn
2
2
 
3
- [![version](<https://img.shields.io/npm/v/xcn.svg?logo=npm&logoColor=rgb(0,0,0)&label=版本号&labelColor=rgb(73,73,228)&color=rgb(0,0,0)>)](https://www.npmjs.com/package/xcn) [![Coverage Status](<https://img.shields.io/coverallsCoverage/github/earthnutDev/xcn?logo=coveralls&label=coveralls&labelColor=rgb(12, 244, 39)&color=rgb(0,0,0)>)](https://coveralls.io/github/earthnutDev/xcn?branch=main) [![codecov](<https://img.shields.io/codecov/c/github/earthnutDev/xcn/main?logo=codecov&label=codecov&labelColor=rgb(7, 245, 245)&color=rgb(0,0,0)>)](https://codecov.io/gh/earthnutDev/xcn) [![issues 提交](<https://img.shields.io/badge/issues-提交-rgb(255,0,63)?logo=github>)](https://github.com/earthnutDev/xcn/issues)
3
+ [![version](<https://img.shields.io/npm/v/xcn.svg?logo=npm&logoColor=rgb(0,0,0)&label=版本号&labelColor=rgb(73,73,228)&color=rgb(0,0,0)>)](https://www.npmjs.com/package/xcn) [![issues 提交](<https://img.shields.io/badge/issues-提交-rgb(255,0,63)?logo=github>)](https://github.com/earthnutDev/xcn/issues)
4
4
 
5
5
  xcn = mix + class name
6
6
 
package/package.json CHANGED
@@ -4,11 +4,11 @@
4
4
  "types": "index.d.ts",
5
5
  "name": "xcn",
6
6
  "type": "module",
7
- "version": "0.1.2-alpha.0",
7
+ "version": "0.1.2",
8
8
  "description": "一个用于字符串拼接的小工具,常用于 class name 的拼接",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "a-type-of-js": "^1.0.2"
11
+ "a-type-of-js": "^1.0.7"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public",
@@ -51,7 +51,7 @@
51
51
  "xcn",
52
52
  "mix-cn"
53
53
  ],
54
- "homepage": "https://earthnut.dev/xcn",
54
+ "homepage": "https://earthnut.dev/npm/xcn",
55
55
  "bugs": {
56
56
  "url": "https://github.com/earthnutDev/xcn/issues",
57
57
  "email": "earthnut.dev@outlook.com"