@elliemae/ds-chat 3.38.0-rc.0 → 3.38.0-rc.2
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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat",
|
|
3
|
-
"version": "3.38.0-rc.
|
|
3
|
+
"version": "3.38.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat",
|
|
6
6
|
"files": [
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"indent": 4
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@elliemae/ds-chat-bubble": "3.38.0-rc.
|
|
76
|
-
"@elliemae/ds-chat-card": "3.38.0-rc.
|
|
77
|
-
"@elliemae/ds-chat-container": "3.38.0-rc.
|
|
78
|
-
"@elliemae/ds-chat-
|
|
79
|
-
"@elliemae/ds-chat-
|
|
80
|
-
"@elliemae/ds-chat-floating-button": "3.38.0-rc.
|
|
81
|
-
"@elliemae/ds-chat-sidebar": "3.38.0-rc.
|
|
82
|
-
"@elliemae/ds-chat-message
|
|
83
|
-
"@elliemae/ds-chat-
|
|
84
|
-
"@elliemae/ds-chat-
|
|
75
|
+
"@elliemae/ds-chat-bubble": "3.38.0-rc.2",
|
|
76
|
+
"@elliemae/ds-chat-card": "3.38.0-rc.2",
|
|
77
|
+
"@elliemae/ds-chat-container": "3.38.0-rc.2",
|
|
78
|
+
"@elliemae/ds-chat-container-header": "3.38.0-rc.2",
|
|
79
|
+
"@elliemae/ds-chat-message-delimeter": "3.38.0-rc.2",
|
|
80
|
+
"@elliemae/ds-chat-floating-button": "3.38.0-rc.2",
|
|
81
|
+
"@elliemae/ds-chat-sidebar": "3.38.0-rc.2",
|
|
82
|
+
"@elliemae/ds-chat-system-message": "3.38.0-rc.2",
|
|
83
|
+
"@elliemae/ds-chat-empty-state": "3.38.0-rc.2",
|
|
84
|
+
"@elliemae/ds-chat-tile": "3.38.0-rc.2"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@elliemae/pui-theme": "~2.9.3",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
95
|
-
"@elliemae/ds-monorepo-devops": "3.38.0-rc.
|
|
95
|
+
"@elliemae/ds-monorepo-devops": "3.38.0-rc.2"
|
|
96
96
|
},
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"scripts": {
|
|
102
102
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
103
103
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
104
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
104
105
|
"dts": "node ../../../scripts/dts.mjs",
|
|
105
106
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
106
107
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|