test-stpr-ui-kit 0.5.116 → 0.6.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-stpr-ui-kit",
3
- "version": "0.5.116",
3
+ "version": "0.6.1",
4
4
  "description": "UI-kit package",
5
5
  "license": "MIT",
6
6
  "author": "Mochalov Ivan",
@@ -40,9 +40,9 @@
40
40
  "build": "tsc && vite build",
41
41
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
42
42
  "preview": "vite preview",
43
- "storybook": "storybook dev -p 6006",
43
+ "storybook": "node scripts/inline-changelog.js && storybook dev -p 6006",
44
44
  "build-storybook": "storybook build",
45
- "storybook:build": "storybook build --output-dir storybook-static/themes/main/assets/storybook && node scripts/fix-storybook-paths.js"
45
+ "storybook:build": "node scripts/inline-changelog.js && storybook build --output-dir storybook-static/themes/main/assets/storybook && node scripts/fix-storybook-paths.js"
46
46
  },
47
47
  "dependencies": {
48
48
  "@storybook/addon-essentials": "^9.0.0-alpha.12",