@ohbug/extension-uuid 2.0.4 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -79,7 +79,7 @@ interface OhbugCreateEvent<D> {
79
79
 
80
80
  interface OhbugExtension {
81
81
  name: string
82
- setup?: (client: OhbugClient, ...args: any[]) => void
82
+ setup?: (client: OhbugClient) => void
83
83
  onEvent?: <D = any>(
84
84
  event: OhbugEventWithMethods<D>,
85
85
  client: OhbugClient
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohbug/extension-uuid",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Ohbug extension to add uuid",
5
5
  "license": "Apache-2.0",
6
6
  "author": "chenyueban <jasonchan0527@gmail.com>",
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@ohbug/core": "2.0.4",
31
- "@ohbug/utils": "2.0.3",
30
+ "@ohbug/core": "2.0.5",
31
+ "@ohbug/utils": "2.0.4",
32
32
  "uuid": "^8.3.2"
33
33
  },
34
34
  "devDependencies": {