@revolugo/elements-vue3 6.13.1-beta.3 → 6.13.1-beta.30

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/elements-vue3",
3
- "version": "6.13.1-beta.3",
3
+ "version": "6.13.1-beta.30",
4
4
  "private": false,
5
5
  "description": "Revolugo Elements UI library - Vue 3 Wrapper",
6
6
  "author": "Revolugo",
@@ -136,10 +136,10 @@
136
136
  "build-types": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly",
137
137
  "chromatic-publish": "npx chromatic --build-script-name \"storybook:build\" --project-token=$CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes",
138
138
  "demo": "vite --config vite.config.ts --open",
139
- "storybook:build": "NODE_OPTIONS=--openssl-legacy-provider LOCAL_DIST=false storybook build --docs && cp -r ./src/health ./storybook-static/",
140
- "storybook:dev": "NODE_OPTIONS=--openssl-legacy-provider LOCAL_DIST=true storybook dev -p 6007",
139
+ "storybook:build": "LOCAL_DIST=false storybook build --docs && cp -r ./src/health ./storybook-static/",
140
+ "storybook:dev": "LOCAL_DIST=true storybook dev -p 6007",
141
141
  "storybook:render": "bun ./templates/render.mts",
142
- "storybook:serve": "NODE_OPTIONS=--openssl-legacy-provider http-server -p 6003 ./storybook-static | grep -v 'GET /health'",
142
+ "storybook:serve": "http-server -p 6003 ./storybook-static | grep -v 'GET /health'",
143
143
  "typecheck": "vue-tsc -p tsconfig.build.json --noEmit",
144
144
  "watch": "vite build --mode development --watch &"
145
145
  }