@moneko/core 3.50.7 → 3.51.0

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.
@@ -3,7 +3,6 @@ import { loadFile } from '@moneko/utils';
3
3
  import webpack, { type Compilation, type Compiler } from 'webpack';
4
4
  import { compileDts } from '../utils/compile-dts.mjs';
5
5
  import createTypes from '../utils/create-types.mjs';
6
- import { generateDeclaration } from '../utils/dts.mjs';
7
6
  interface ModuleFederationExposesDeclarationPluginOptions {
8
7
  name: string;
9
8
  exposes: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/core",
3
- "version": "3.50.7",
3
+ "version": "3.51.0",
4
4
  "description": "core",
5
5
  "main": "lib/index.mjs",
6
6
  "type": "module",