@ohbug/extension-view 0.0.2 → 0.0.3

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 +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@ Ohbug extension to collect view data
16
16
  ## Installation
17
17
 
18
18
  ```
19
- pnpm i view @ohbug/extension-view
19
+ pnpm i @ohbug/extension-view
20
20
  ```
21
21
 
22
22
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohbug/extension-view",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Ohbug extension to collect view data",
5
5
  "license": "MIT",
6
6
  "author": "chenyueban <jasonchan0527@gmail.com>",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@ohbug/types": "^2.1.0",
30
30
  "@ohbug/utils": "^2.0.6",
31
- "dayjs": "^1.11.4"
31
+ "dayjs": "^1.11.5"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"