@elliemae/pui-app-sdk 5.23.0-beta.1 → 5.23.1

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.0-beta.1",
3
+ "version": "5.23.1",
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": "docusaurus start",
80
- "docs:build": "docusaurus build --out-dir build/docs",
81
- "docs:version": "docusaurus docs:version",
82
- "docs:serve": "docusaurus 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",