@genesislcap/foundation-entity-management 14.12.3-alpha-964c9f1.0 → 14.12.3

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.12.3-alpha-964c9f1.0",
4
+ "version": "14.12.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,7 +29,7 @@
29
29
  "dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD webpack serve",
30
30
  "dev:webpack:https": "npm run dev:webpack -- --https",
31
31
  "serve": "serve dist -p $npm_package_config_PORT",
32
- "test_": "npm run test:unit && npm run test:e2e",
32
+ "test": "npm run test:unit",
33
33
  "test:coverage": "c8 --include=src npm run test:unit",
34
34
  "test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
35
35
  "test:coverage:report:nyc": "npm run test:unit:browser -- --cov && npx nyc report --reporter=html",
@@ -45,7 +45,7 @@
45
45
  "test:unit:watch": "watchlist src test -- npm run test:unit"
46
46
  },
47
47
  "devDependencies": {
48
- "@genesislcap/foundation-testing": "14.12.3-alpha-964c9f1.0",
48
+ "@genesislcap/foundation-testing": "^14.12.3",
49
49
  "@microsoft/api-documenter": "^7.19.13",
50
50
  "@microsoft/api-extractor": "^7.31.1",
51
51
  "@playwright/test": "^1.18.1",
@@ -89,15 +89,15 @@
89
89
  "webpack-merge": "^5.7.3"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.12.3-alpha-964c9f1.0",
93
- "@genesislcap/foundation-errors": "14.12.3-alpha-964c9f1.0",
94
- "@genesislcap/foundation-forms": "14.12.3-alpha-964c9f1.0",
95
- "@genesislcap/foundation-login": "14.12.3-alpha-964c9f1.0",
96
- "@genesislcap/foundation-ui": "14.12.3-alpha-964c9f1.0",
97
- "@genesislcap/foundation-utils": "14.12.3-alpha-964c9f1.0",
98
- "@genesislcap/foundation-zero": "14.12.3-alpha-964c9f1.0",
99
- "@genesislcap/foundation-zero-grid-pro": "14.12.3-alpha-964c9f1.0",
100
- "@genesislcap/grid-pro": "14.12.3-alpha-964c9f1.0",
92
+ "@genesislcap/foundation-comms": "^14.12.3",
93
+ "@genesislcap/foundation-errors": "^14.12.3",
94
+ "@genesislcap/foundation-forms": "^14.12.3",
95
+ "@genesislcap/foundation-login": "^14.12.3",
96
+ "@genesislcap/foundation-ui": "^14.12.3",
97
+ "@genesislcap/foundation-utils": "^14.12.3",
98
+ "@genesislcap/foundation-zero": "^14.12.3",
99
+ "@genesislcap/foundation-zero-grid-pro": "^14.12.3",
100
+ "@genesislcap/grid-pro": "^14.12.3",
101
101
  "@microsoft/fast-components": "^2.21.3",
102
102
  "@microsoft/fast-element": "^1.7.0",
103
103
  "@microsoft/fast-foundation": "^2.33.2",
@@ -117,5 +117,5 @@
117
117
  "publishConfig": {
118
118
  "access": "public"
119
119
  },
120
- "gitHead": "1ae6551a0ab1e66c7c315853689f2fa9dcabed98"
120
+ "gitHead": "c1258f6a3a2658ebd1e088db57fcbae2b444f155"
121
121
  }