@descope/web-components-ui 1.0.432 → 1.0.434

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.432",
3
+ "version": "1.0.434",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -37,7 +37,7 @@
37
37
  "@storybook/web-components-vite": "^8.4.7",
38
38
  "@types/lodash.debounce": "^4.0.9",
39
39
  "@types/node": "^20.8.0",
40
- "eslint": "^8.48.0",
40
+ "eslint": "^9.0.0",
41
41
  "eslint-config-airbnb-base": "^15.0.0",
42
42
  "eslint-config-prettier": "^9.0.0",
43
43
  "eslint-plugin-import": "^2.28.1",
@@ -137,7 +137,7 @@
137
137
  "prebuild": "rm -rf dist",
138
138
  "build:umd": "webpack -c webpack.prod.js",
139
139
  "build:lib": "rollup -c",
140
- "build": "npm run build:umd && npm run build:lib",
140
+ "build": "npm run build:umd && npm run build:lib && touch dist/index.d.ts",
141
141
  "start": "webpack serve -c webpack.dev.js --port=8888",
142
142
  "format": "prettier --ignore-path .gitignore --write .",
143
143
  "format:all": "npm run format .",