memorial-ui-component-library 1.0.10-beta.1-dev.2832 → 1.0.10-beta.1-dev.2835
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/dist/memorial-ui-component-library.common.js +320 -265
- package/dist/memorial-ui-component-library.common.js.map +1 -1
- package/dist/memorial-ui-component-library.umd.js +320 -265
- package/dist/memorial-ui-component-library.umd.js.map +1 -1
- package/dist/memorial-ui-component-library.umd.min.js +3 -3
- package/dist/memorial-ui-component-library.umd.min.js.map +1 -1
- package/dist/report.html +2 -2
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memorial-ui-component-library",
|
|
3
|
-
"version": "1.0.10-beta.1-dev.
|
|
3
|
+
"version": "1.0.10-beta.1-dev.2835",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Memorial Health System Vue UI library.",
|
|
6
6
|
"author": "Solutions Development",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"serve": "vue-cli-service serve",
|
|
9
9
|
"build": "node build.js",
|
|
10
10
|
"test:unit": "vue-cli-service test:unit",
|
|
11
|
-
"test:playwright": "start
|
|
12
|
-
"test:e2e:cicd": "start
|
|
11
|
+
"test:playwright": "start-server-and-test serve http://127.0.0.1:8080/ 'playwright test ./tests/playwright/*'",
|
|
12
|
+
"test:e2e:cicd": "npx start-server-and-test serve http://127.0.0.1:8080/ 'playwright test ./tests/playwright/*'",
|
|
13
13
|
"lint": "vue-cli-service lint",
|
|
14
14
|
"build:lib": "vue-cli-service build --target lib --name memorial-ui-component-library --entry ./src/index.ts"
|
|
15
15
|
},
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"prettier": "^2.4.1",
|
|
63
63
|
"sass": "^1.81",
|
|
64
64
|
"sass-loader": "^10",
|
|
65
|
+
"start-server-and-test": "^2.0.11",
|
|
65
66
|
"style-resources-loader": "^1.5.0",
|
|
66
67
|
"ts-jest": "^27.0.4",
|
|
67
68
|
"typescript": "~4.5.5",
|
|
68
69
|
"vue-cli-plugin-style-resources-loader": "^0.1.2",
|
|
69
70
|
"vue-cli-plugin-webpack-bundle-analyzer": "^1.4.0",
|
|
70
|
-
"vue-template-compiler": "^2.6.14"
|
|
71
|
-
"wait-on": "^8.0.3"
|
|
71
|
+
"vue-template-compiler": "^2.6.14"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^2.6.10"
|