@plaudit/webpack-extensions 2.80.0 → 2.80.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.
@@ -99,7 +99,7 @@ const EXTERNALIZABLE_PLAUDIT_LIBRARIES = {
99
99
  })),
100
100
  "@plaudit/wp-consent-api": { handle: "wp-consent-api", import: ['plaudit'] },
101
101
  "@plaudit/analytics-integrations-api": { handle: "plaudit/analytics-integrations/api", import: ['plaudit', 'analyticsIntegrations', 'api'] },
102
- "google.maps": { handle: "plaudit-base/google-maps-api", import: ['google', 'maps'] }
102
+ "google.maps": { handle: "plaudit-base/google-maps-api", import: 'google.maps' } // This import is completely fake. As a result, it must be a single string in order to prevent a NPE
103
103
  };
104
104
  function plauditRequestToExternal(ext) {
105
105
  return function (request) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/webpack-extensions",
3
- "version": "2.80.0",
3
+ "version": "2.80.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "files": [
6
6
  "/build"