@genesislcap/foundation-comms
Advanced tools
Comparing version 12.0.1 to 12.0.2
{ | ||
"name": "@genesislcap/foundation-comms", | ||
"description": "Genesis Foundation UI Comms", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"sideEffects": false, | ||
@@ -30,3 +30,3 @@ "license": "SEE LICENSE IN license.txt", | ||
"api:extract": "api-extractor run --local", | ||
"build": "npm run build:tsc && npm run build:rollup && npm run build:webpack", | ||
"build": "npm run clean && npm run build:tsc && npm run api", | ||
"build:rollup": "rollup -c", | ||
@@ -43,4 +43,2 @@ "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup", | ||
"dev:webpack": "cross-env NODE_ENV=development webpack serve", | ||
"prepare": "npm run clean && npm run build:tsc && npm run api", | ||
"prepublishOnly": "npm run prepare", | ||
"serve": "serve dist -p $npm_package_config_PORT", | ||
@@ -61,3 +59,3 @@ "test": "npm run test:unit", | ||
"devDependencies": { | ||
"@genesislcap/foundation-testing": "^12.0.1", | ||
"@genesislcap/foundation-testing": "^12.0.2", | ||
"@module-federation/dashboard-plugin": "2.3.0", | ||
@@ -115,3 +113,3 @@ "@playwright/test": "^1.18.1", | ||
"@finos/fdc3": "^1.2.0", | ||
"@genesislcap/foundation-utils": "^12.0.1", | ||
"@genesislcap/foundation-utils": "^12.0.2", | ||
"@microsoft/fast-element": "^1.7.0", | ||
@@ -129,3 +127,3 @@ "@microsoft/fast-foundation": "^2.33.2", | ||
}, | ||
"gitHead": "304acc01f8f286b4c22dd59900711b70db6ab5a7" | ||
"gitHead": "28d849c72fd4385074cf195d7d33680dd81bff04" | ||
} |
1005539