@sentry/junior-notion 0.53.0 → 0.54.0

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,9 @@ Then register the plugin package in `juniorNitro(...)`:
12
12
 
13
13
  ```ts title="nitro.config.ts"
14
14
  juniorNitro({
15
- pluginPackages: ["@sentry/junior-notion"],
15
+ plugins: {
16
+ packages: ["@sentry/junior-notion"],
17
+ },
16
18
  });
17
19
  ```
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-notion",
3
- "version": "0.53.0",
3
+ "version": "0.54.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"