lazy-bee 1.0.5 → 1.0.6

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/index.d.ts CHANGED
@@ -190,3 +190,7 @@ declare function share(options: {
190
190
  */
191
191
  imgUrl: string
192
192
  }): void
193
+
194
+ // declare const Debug: {
195
+ // install(): void
196
+ // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazy-bee",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "lazy bee",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,6 +14,7 @@
14
14
  "registry": "https://registry.npmjs.org/"
15
15
  },
16
16
  "peerDependencies": {
17
- "lazy-koala": "^1.1.4"
17
+ "lazy-koala": "^1.2.0",
18
+ "vant": "^4.0.0"
18
19
  }
19
20
  }