@digitaldefiance/express-suite-react-components 2.1.35 → 2.1.36
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/README.md +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
React MUI components library for Digital Defiance Express Suite applications.
|
|
4
4
|
|
|
5
|
+
Part of [Express Suite](https://github.com/Digital-Defiance/express-suite)
|
|
6
|
+
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -259,6 +261,10 @@ MIT © Digital Defiance
|
|
|
259
261
|
|
|
260
262
|
## ChangeLog
|
|
261
263
|
|
|
264
|
+
### v2.1.36
|
|
265
|
+
|
|
266
|
+
- Fix package/exports/index
|
|
267
|
+
|
|
262
268
|
### v2.1.35
|
|
263
269
|
|
|
264
270
|
- Initial version (starting number matches rest of Express Suite)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/express-suite-react-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.36",
|
|
4
4
|
"description": "React MUI components for Digital Defiance Express Suite",
|
|
5
|
-
"main": "
|
|
6
|
-
"types": "
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "npx nx build digitaldefiance-express-suite-react-components",
|
|
9
9
|
"build:stream": "npx nx build --outputStyle=stream digitaldefiance-express-suite-react-components",
|