@elliemae/pui-app-sdk 5.23.0 → 5.23.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-app-sdk",
|
|
3
|
-
"version": "5.23.
|
|
3
|
+
"version": "5.23.2",
|
|
4
4
|
"description": "ICE MT UI Platform Application SDK ",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "pui-cli pack -p -t node",
|
|
78
78
|
"build:dev": "pui-cli pack -t node",
|
|
79
|
-
"docs:start": "
|
|
80
|
-
"docs:build": "
|
|
81
|
-
"docs:version": "
|
|
82
|
-
"docs:serve": "
|
|
79
|
+
"docs:start": "pui-doc-gen start",
|
|
80
|
+
"docs:build": "pui-doc-gen build",
|
|
81
|
+
"docs:version": "pui-doc-gen version",
|
|
82
|
+
"docs:serve": "pui-doc-gen serve",
|
|
83
83
|
"e2e:test:functional": "cross-env CI=true e2e-test-sdk run --targets desktop mobile --suite functional",
|
|
84
84
|
"e2e:test:visual": "cross-env CI=true e2e-test-sdk run --targets desktop mobile --suite visual",
|
|
85
85
|
"e2e:test": "e2e-test-sdk run --targets desktop mobile",
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
"e2e:test:dev:desktop": "e2e-test-sdk run --targets desktop",
|
|
88
88
|
"e2e:test:dev:mobile": "e2e-test-sdk run --targets mobile",
|
|
89
89
|
"e2e:test:reports": "e2e-test-sdk generate-report",
|
|
90
|
-
"gendoc": "pui-cli gendoc",
|
|
91
90
|
"lint": "pui-cli lint",
|
|
92
91
|
"lint:fix": "pui-cli lint --fix",
|
|
93
92
|
"release": "semantic-release",
|
|
@@ -115,7 +114,7 @@
|
|
|
115
114
|
"indent": 4
|
|
116
115
|
},
|
|
117
116
|
"peerDependencies": {
|
|
118
|
-
"@elliemae/app-react-dependencies": "^4.
|
|
117
|
+
"@elliemae/app-react-dependencies": "^4.23.1",
|
|
119
118
|
"@elliemae/ds-backdrop": "^3.51.7",
|
|
120
119
|
"@elliemae/ds-basic": "^3.51.7",
|
|
121
120
|
"@elliemae/ds-button": "^3.51.7",
|
|
@@ -131,17 +130,17 @@
|
|
|
131
130
|
"@elliemae/ds-popperjs": "^3.51.7",
|
|
132
131
|
"@elliemae/ds-toast": "^3.51.7",
|
|
133
132
|
"@elliemae/ds-utilities": "^3.51.7",
|
|
134
|
-
"@elliemae/pui-app-bridge": "^2.13.
|
|
133
|
+
"@elliemae/pui-app-bridge": "^2.13.7",
|
|
135
134
|
"@elliemae/pui-diagnostics": "^3.9.3",
|
|
136
135
|
"@elliemae/pui-micro-frontend-base": "^2.1.0",
|
|
137
|
-
"@elliemae/pui-scripting-object": "^1.
|
|
136
|
+
"@elliemae/pui-scripting-object": "^1.51.2",
|
|
138
137
|
"@elliemae/pui-theme": "^2.12.0",
|
|
139
138
|
"@elliemae/pui-user-monitoring": "^1.25.6",
|
|
140
|
-
"@elliemae/ssf-guest": "^2.13.
|
|
141
|
-
"@elliemae/ssf-host": "^2.13.
|
|
139
|
+
"@elliemae/ssf-guest": "^2.13.7",
|
|
140
|
+
"@elliemae/ssf-host": "^2.13.7"
|
|
142
141
|
},
|
|
143
142
|
"devDependencies": {
|
|
144
|
-
"@elliemae/app-react-dependencies": "~4.
|
|
143
|
+
"@elliemae/app-react-dependencies": "~4.23.1",
|
|
145
144
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.12.0",
|
|
146
145
|
"@elliemae/ds-backdrop": "~3.51.7",
|
|
147
146
|
"@elliemae/ds-basic": "~3.51.7",
|
|
@@ -158,16 +157,16 @@
|
|
|
158
157
|
"@elliemae/ds-popperjs": "~3.51.7",
|
|
159
158
|
"@elliemae/ds-toast": "~3.51.7",
|
|
160
159
|
"@elliemae/ds-utilities": "~3.51.7",
|
|
161
|
-
"@elliemae/pui-app-bridge": "~2.13.
|
|
162
|
-
"@elliemae/pui-cli": "~8.51.
|
|
160
|
+
"@elliemae/pui-app-bridge": "~2.13.7",
|
|
161
|
+
"@elliemae/pui-cli": "~8.51.3",
|
|
163
162
|
"@elliemae/pui-diagnostics": "~3.9.3",
|
|
164
163
|
"@elliemae/pui-doc-gen": "~3.5.0",
|
|
165
|
-
"@elliemae/pui-e2e-test-sdk": "~11.0
|
|
164
|
+
"@elliemae/pui-e2e-test-sdk": "~11.1.0",
|
|
166
165
|
"@elliemae/pui-micro-frontend-base": "~2.1.0",
|
|
167
|
-
"@elliemae/pui-scripting-object": "~1.
|
|
166
|
+
"@elliemae/pui-scripting-object": "~1.51.2",
|
|
168
167
|
"@elliemae/pui-theme": "~2.12.0",
|
|
169
168
|
"@elliemae/pui-user-monitoring": "~1.25.6",
|
|
170
|
-
"@elliemae/ssf-guest": "~2.13.
|
|
171
|
-
"@elliemae/ssf-host": "~2.13.
|
|
169
|
+
"@elliemae/ssf-guest": "~2.13.7",
|
|
170
|
+
"@elliemae/ssf-host": "~2.13.7"
|
|
172
171
|
}
|
|
173
172
|
}
|