@ks-web/use 0.1.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.
package/package.json CHANGED
@@ -1,55 +1,56 @@
1
- {
2
- "name": "@ks-web/use",
3
- "version": "0.1.0",
4
- "description": "Vant Composition API",
5
- "main": "dist/index.cjs.js",
6
- "module": "dist/index.esm.mjs",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.esm.mjs",
12
- "require": "./dist/index.cjs.js"
13
- }
14
- },
15
- "sideEffects": false,
16
- "files": [
17
- "dist"
18
- ],
19
- "publishConfig": {
20
- "access": "public",
21
- "registry": "https://registry.npmjs.org/"
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/vant-ui/vant.git",
26
- "directory": "packages/vant-use"
27
- },
28
- "bugs": "https://github.com/vant-ui/vant/issues",
29
- "author": "chenjiahan",
30
- "license": "MIT",
31
- "devDependencies": {
32
- "@types/js-md5": "0.7.0",
33
- "@types/qs": "6.9.7",
34
- "axios": "1.3.3",
35
- "esbuild": "^0.18.11",
36
- "js-md5": "0.7.3",
37
- "qs": "6.11.0",
38
- "release-it": "^16.1.3",
39
- "rimraf": "^5.0.0",
40
- "typescript": "^5.0.4",
41
- "vue": "^3.3.4",
42
- "@ks-web/ks": "0.0.8-beta.2"
43
- },
44
- "peerDependencies": {
45
- "vue": "^3.0.0"
46
- },
47
- "scripts": {
48
- "clean": "rimraf ./dist",
49
- "dev": "node ./build.js -w",
50
- "build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
51
- "build:bundle": "node ./build.js",
52
- "build": "pnpm clean && pnpm build:bundle && pnpm build:types",
53
- "release": "ks-cli release"
54
- }
55
- }
1
+ {
2
+ "name": "@ks-web/use",
3
+ "version": "0.1.2",
4
+ "description": "Vant Composition API",
5
+ "main": "dist/index.cjs.js",
6
+ "module": "dist/index.esm.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.esm.mjs",
12
+ "require": "./dist/index.cjs.js"
13
+ }
14
+ },
15
+ "sideEffects": false,
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "scripts": {
20
+ "clean": "rimraf ./dist",
21
+ "dev": "node ./build.js -w",
22
+ "build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
23
+ "build:bundle": "node ./build.js",
24
+ "build": "pnpm clean && pnpm build:bundle && pnpm build:types",
25
+ "release": "ks-cli release",
26
+ "prepare": "pnpm build"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public",
30
+ "registry": "https://registry.npmjs.org/"
31
+ },
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "https://github.com/vant-ui/vant.git",
35
+ "directory": "packages/vant-use"
36
+ },
37
+ "bugs": "https://github.com/vant-ui/vant/issues",
38
+ "author": "chenjiahan",
39
+ "license": "MIT",
40
+ "devDependencies": {
41
+ "@types/js-md5": "0.7.0",
42
+ "@types/qs": "6.9.7",
43
+ "axios": "1.3.3",
44
+ "esbuild": "^0.18.11",
45
+ "js-md5": "0.7.3",
46
+ "qs": "6.11.0",
47
+ "release-it": "^16.1.3",
48
+ "rimraf": "^5.0.0",
49
+ "typescript": "^5.0.4",
50
+ "vue": "^3.3.4",
51
+ "@ks-web/ks": "0.0.8-beta.2"
52
+ },
53
+ "peerDependencies": {
54
+ "vue": "^3.0.0"
55
+ }
56
+ }