@douxcode/vue-spring-bottom-sheet 1.1.2 → 1.1.4

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 +5 -1
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -9,7 +9,11 @@
9
9
  # Installation
10
10
 
11
11
  ```
12
- npm install @douxcode/vue-bottom-sheet
12
+ npm install @douxcode/vue-spring-bottom-sheet
13
+ ```
14
+
15
+ ```
16
+ bun i @douxcode/vue-spring-bottom-sheet
13
17
  ```
14
18
 
15
19
  # Getting started
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "url": "https://github.com/megaarmos/vue-spring-bottom-sheet/issues"
33
33
  },
34
34
  "private": false,
35
- "version": "1.1.2",
35
+ "version": "1.1.4",
36
36
  "type": "module",
37
37
  "exports": {
38
38
  ".": {
@@ -52,31 +52,32 @@
52
52
  "type-check": "vue-tsc --build",
53
53
  "lint": "eslint . --fix",
54
54
  "format": "prettier --write src/",
55
- "publish": "npm run build && npm publish --access public"
55
+ "release": "npm run build && npm publish --access public"
56
56
  },
57
57
  "peerDependencies": {
58
- "vue": ">=3.3",
59
58
  "@vueuse/gesture": "^2.0.0",
60
- "@vueuse/motion": "^2.2.6"
59
+ "@vueuse/motion": "^2.2.6",
60
+ "vue": ">=3.3"
61
61
  },
62
62
  "dependencies": {
63
+ "@douxcode/vue-spring-bottom-sheet": "^1.1.3",
63
64
  "@vueuse/core": "^12.0.0",
64
65
  "@vueuse/gesture": "^2.0.0",
65
66
  "@vueuse/integrations": "^12.0.0",
66
67
  "@vueuse/motion": "^2.2.6",
67
68
  "focus-trap": "^7",
68
69
  "remeda": "^2.19.0",
69
- "vue": "^3.5.13"
70
+ "vue": ">=3.3"
70
71
  },
71
72
  "devDependencies": {
72
- "ajv": "^8.17.1",
73
+ "@types/node": "^22.10.2",
74
+ "@vitejs/plugin-vue": "^5.2.1",
73
75
  "@vue/eslint-config-prettier": "^10.1.0",
74
76
  "@vue/eslint-config-typescript": "^14.2.0",
77
+ "@vue/tsconfig": "^0.7.0",
78
+ "ajv": "^8.17.1",
75
79
  "eslint": "^9.17.0",
76
80
  "eslint-plugin-vue": "^9.32.0",
77
- "@types/node": "^22.10.2",
78
- "@vitejs/plugin-vue": "^5.2.1",
79
- "@vue/tsconfig": "^0.7.0",
80
81
  "prettier": "^3.4.2",
81
82
  "typescript": "~5.6.2",
82
83
  "vite": "^6.0.1",