webpack-federation-types-plugin 1.4.4 → 1.4.6

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.
@@ -0,0 +1 @@
1
+ github: DanielAmenou
package/README.md CHANGED
@@ -67,3 +67,7 @@ Description: Allows you to override certain configurations from the ModuleFedera
67
67
 
68
68
  Type: object
69
69
  Description: Allows you to add headers to the fetch request.
70
+
71
+ ## Support
72
+
73
+ If this project helps you, you can [sponsor development on GitHub](https://github.com/sponsors/DanielAmenou).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webpack-federation-types-plugin",
3
3
  "description": "This plugin adds type definitions for remote modules",
4
- "version": "1.4.4",
4
+ "version": "1.4.6",
5
5
  "main": "FederationTypesPlugin.js",
6
6
  "types": "types.d.ts",
7
7
  "scripts": {
@@ -17,6 +17,10 @@
17
17
  "module federation"
18
18
  ],
19
19
  "homepage": "https://github.com/DanielAmenou/webpack-federation-types-plugin#readme",
20
+ "funding": {
21
+ "type": "github",
22
+ "url": "https://github.com/sponsors/DanielAmenou"
23
+ },
20
24
  "repository": {
21
25
  "type": "git",
22
26
  "url": "https://github.com/DanielAmenou/webpack-federation-types-plugin.git"
@@ -24,7 +28,7 @@
24
28
  "author": "Daniel Amenou <amenou.daniel@gmail.com>",
25
29
  "license": "MIT",
26
30
  "dependencies": {
27
- "axios": "^1.13.2",
31
+ "axios": "^1.16.0",
28
32
  "fs-extra": "^11.3.3",
29
33
  "ms": "^2.1.3",
30
34
  "schema-utils": "^4.3.3",