@storybook/addon-onboarding 1.0.12-canary.84.2e7c31e.0 → 1.0.12-canary.84.4019311.1
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/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-onboarding",
|
|
3
|
-
"version": "1.0.12-canary.84.
|
|
3
|
+
"version": "1.0.12-canary.84.4019311.1",
|
|
4
4
|
"description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -99,6 +99,13 @@
|
|
|
99
99
|
"typescript": "^4.9.5",
|
|
100
100
|
"vite": "^4.1.4"
|
|
101
101
|
},
|
|
102
|
+
"auto": {
|
|
103
|
+
"prereleaseBranches": [
|
|
104
|
+
"next",
|
|
105
|
+
"prerelease",
|
|
106
|
+
"future"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
102
109
|
"bundler": {
|
|
103
110
|
"exportEntries": [
|
|
104
111
|
"src/index.ts"
|