@teambit/webpack 1.0.693 → 1.0.695

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.
package/dist/esm.d.mts ADDED
@@ -0,0 +1,17 @@
1
+ export const runTransformersWithContext: any;
2
+ export const WebpackAspect: any;
3
+ export const WebpackDevServer: any;
4
+ export const WebpackBundler: any;
5
+ export const WebpackConfigMutator: any;
6
+ export const WebpackBitReporterPlugin: any;
7
+ export const fallbacks: any;
8
+ export const fallbacksAliases: any;
9
+ export const fallbacksProvidePluginConfig: any;
10
+ export const GenerateBodyInjectionTransformer: any;
11
+ export const BodyInjectionOptions: any;
12
+ export const generateAddAliasesFromPeersTransformer: any;
13
+ export const generateExposePeersTransformer: any;
14
+ export const generateExternalsTransformer: any;
15
+ export const GenerateHeadInjectionTransformer: any;
16
+ export const HeadInjectionOptions: any;
17
+ export default cjsModule;
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.webpack_webpack@1.0.693/dist/webpack.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.webpack_webpack@1.0.693/dist/webpack.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.webpack_webpack@1.0.695/dist/webpack.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.webpack_webpack@1.0.695/dist/webpack.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/webpack",
3
- "version": "1.0.693",
3
+ "version": "1.0.695",
4
4
  "homepage": "https://bit.cloud/teambit/webpack/webpack",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.webpack",
8
8
  "name": "webpack",
9
- "version": "1.0.693"
9
+ "version": "1.0.695"
10
10
  },
11
11
  "dependencies": {
12
12
  "webpack": "5.97.1",
@@ -47,23 +47,23 @@
47
47
  "@teambit/webpack.modules.config-mutator": "0.0.173",
48
48
  "@teambit/harmony": "0.4.7",
49
49
  "@teambit/bit-error": "0.0.404",
50
- "@teambit/logger": "0.0.1349",
51
- "@teambit/cli": "0.0.1256",
52
- "@teambit/toolbox.path.path": "0.0.8",
53
50
  "@teambit/preview.cli.dev-server-events-listener": "0.0.1",
51
+ "@teambit/toolbox.path.path": "0.0.8",
54
52
  "@teambit/webpack.modules.generate-expose-loaders": "0.0.22",
55
53
  "@teambit/webpack.modules.generate-externals": "0.0.22",
56
54
  "@teambit/webpack.plugins.inject-head-webpack-plugin": "0.0.15",
57
- "@teambit/bundler": "1.0.693",
58
- "@teambit/pubsub": "1.0.693",
59
- "@teambit/workspace": "1.0.693"
55
+ "@teambit/bundler": "1.0.695",
56
+ "@teambit/logger": "0.0.1351",
57
+ "@teambit/cli": "0.0.1258",
58
+ "@teambit/pubsub": "1.0.695",
59
+ "@teambit/workspace": "1.0.695"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/webpack": "5.28.5",
63
63
  "@types/lodash": "4.14.165",
64
64
  "@types/find-root": "1.1.2",
65
65
  "@types/react-dev-utils": "9.0.15",
66
- "@teambit/harmony.envs.core-aspect-env": "0.0.73"
66
+ "@teambit/harmony.envs.core-aspect-env": "0.0.75"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^17.0.0 || ^18.0.0",