@descope/web-components-ui 1.0.421 → 1.0.422
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/dist/cjs/index.cjs.js +845 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@descope/web-components-ui",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.422",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/cjs/index.cjs.js",
|
6
6
|
"module": "dist/index.esm.js",
|
@@ -140,6 +140,7 @@
|
|
140
140
|
"test": "jest",
|
141
141
|
"lint": "eslint --fix --max-warnings 0",
|
142
142
|
"lint:all": "npm run lint .",
|
143
|
+
"prebuild": "rm -rf dist",
|
143
144
|
"build:umd": "webpack -c webpack.prod.js",
|
144
145
|
"build:lib": "rollup -c",
|
145
146
|
"build": "npm run build:umd && npm run build:lib && cp src/index.d.ts dist",
|