@descope/web-components-ui 1.0.105 → 1.0.106

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,13 +1,18 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "exports": {
9
- "require": "./dist/cjs/index.cjs.js",
10
- "import": "./dist/index.esm.js"
9
+ ".": {
10
+ "require": "./dist/cjs/index.cjs.js",
11
+ "import": "./dist/index.esm.js"
12
+ },
13
+ "./package.json": {
14
+ "require": "./package.json"
15
+ }
11
16
  },
12
17
  "scripts": {
13
18
  "test": "jest",