@zextras/carbonio-shell-ui 7.0.0 → 7.0.1-devel.1718954118242

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 +6 -3
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "7.0.0",
3
+ "version": "7.0.1-devel.1718954118242",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",
7
+ "exports": {
8
+ ".": "./lib/lib.js"
9
+ },
7
10
  "engines": {
8
11
  "node": "v18",
9
12
  "npm": "v10"
@@ -105,7 +108,7 @@
105
108
  "@reduxjs/toolkit": "^1.9.7",
106
109
  "@sentry/browser": "^7.103.0",
107
110
  "@tinymce/tinymce-react": "^4.3.2",
108
- "@zextras/carbonio-design-system": "^6.0.0",
111
+ "@zextras/carbonio-design-system": "^6.0.1",
109
112
  "@zextras/carbonio-ui-preview": "^1.2.5",
110
113
  "darkreader": "^4.9.79",
111
114
  "history": "^5.3.0",
@@ -125,7 +128,7 @@
125
128
  },
126
129
  "peerDependencies": {
127
130
  "@reduxjs/toolkit": "^1 >=1.9",
128
- "@zextras/carbonio-design-system": "^6.0.0",
131
+ "@zextras/carbonio-design-system": "^6.0.1",
129
132
  "@zextras/carbonio-ui-preview": "^1",
130
133
  "core-js": "^3.31.1",
131
134
  "lodash": "^4.17.21",