@genesislcap/webpack-builder 14.42.1 → 14.43.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,7 +18,7 @@ Please follow the [Development-SSL-Certificate](https://www.notion.so/genesisglo
18
18
  Passing `--https` to webpack in `development` mode will enable https. Micro frontends and showcase applications will
19
19
  likely contain npm scripts to simply this:
20
20
 
21
- `"dev:webpack:https": "genx dev --https"`
21
+ `"dev:webpack:https": "genx dev --https -b webpack"`
22
22
 
23
23
 
24
24
  ## License
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/webpack-builder",
3
3
  "description": "Webpack builder",
4
- "version": "14.42.1",
4
+ "version": "14.43.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "dev": "tsc -b ./tsconfig.json -w"
13
13
  },
14
14
  "dependencies": {
15
- "@genesislcap/build-kit": "^14.42.1",
15
+ "@genesislcap/build-kit": "^14.43.1",
16
16
  "@module-federation/dashboard-plugin": "2.6.5",
17
17
  "@pixability-ui/federated-types": "^0.2.0",
18
18
  "camel-case": "^4.1.2",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "b688084443149d167ad4173e19d444f2bdeccab8"
56
+ "gitHead": "08b81f08ecc65a57ccfb6d349d37efd0fdc24287"
57
57
  }