@bleedingdev/modern-js-plugin 3.2.0-ultramodern.0 → 3.2.0-ultramodern.10

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.
@@ -15,10 +15,10 @@ type CreateConfigOption<Extends extends CLIPluginExtends> = Omit<CLIRunOptions<E
15
15
  };
16
16
  export declare const createConfigOptions: <Extends extends CLIPluginExtends>(options: CreateConfigOption<Extends>) => Promise<{
17
17
  config: Awaited<Extends["normalizedConfig"]> | NonNullable<Awaited<import("../../types/utils").UnwrapPromise<Extends["normalizedConfig"]>>>;
18
- getAppContext: () => Readonly<import("../../types/cli/context").AppContext<Extends> & Extends["extendContext"]>;
18
+ getAppContext: () => Readonly<import("../..").AppContext<Extends> & Extends["extendContext"]>;
19
19
  }>;
20
- export declare const createStorybookOptions: <Extends extends CLIPluginExtends>(options: Omit<CreateConfigOption<Extends>, "command">) => Promise<{
20
+ export declare const createStorybookOptions: <Extends extends CLIPluginExtends>(options: Omit<CreateConfigOption<Extends>, 'command'>) => Promise<{
21
21
  config: Awaited<Extends["normalizedConfig"]> | NonNullable<Awaited<import("../../types/utils").UnwrapPromise<Extends["normalizedConfig"]>>>;
22
- getAppContext: () => Readonly<import("../../types/cli/context").AppContext<Extends> & Extends["extendContext"]>;
22
+ getAppContext: () => Readonly<import("../..").AppContext<Extends> & Extends["extendContext"]>;
23
23
  }>;
24
24
  export {};
@@ -1,3 +1,3 @@
1
1
  import type { InternalContext } from '../../../types';
2
2
  import type { CLIPluginExtends } from '../../../types/cli/plugin';
3
- export declare const createFileWatcher: <Extends extends CLIPluginExtends>(appContext: InternalContext<Extends>) => Promise<import("@modern-js/utils").FSWatcher | undefined>;
3
+ export declare const createFileWatcher: <Extends extends CLIPluginExtends>(appContext: InternalContext<Extends>) => Promise<any>;
@@ -1 +1 @@
1
- export declare const debug: import("@modern-js/utils/compiled/debug").Debugger;
1
+ export declare const debug: any;
@@ -2,7 +2,7 @@ import type { PluginManager } from '../types/plugin';
2
2
  import type { ServerPluginAPI } from '../types/server/api';
3
3
  import type { InternalServerContext } from '../types/server/context';
4
4
  import type { ServerPluginExtends } from '../types/server/plugin';
5
- export declare const debug: import("@modern-js/utils/compiled/debug").Debugger;
5
+ export declare const debug: any;
6
6
  export declare function initPluginAPI<Extends extends ServerPluginExtends>({ context, pluginManager, }: {
7
7
  context: InternalServerContext<Extends>;
8
8
  pluginManager: PluginManager;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "modern",
18
18
  "modern.js"
19
19
  ],
20
- "version": "3.2.0-ultramodern.0",
20
+ "version": "3.2.0-ultramodern.10",
21
21
  "types": "./dist/types/index.d.ts",
22
22
  "main": "./dist/cjs/index.js",
23
23
  "exports": {
@@ -87,16 +87,16 @@
87
87
  "@rsbuild/core": "2.0.6",
88
88
  "@swc/helpers": "^0.5.21",
89
89
  "jiti": "^2.7.0",
90
- "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.0",
91
- "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.0",
92
- "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.0"
90
+ "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.10",
91
+ "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.10",
92
+ "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.10"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@rslib/core": "0.21.5",
96
96
  "@types/node": "^25.8.0",
97
97
  "@types/react": "^19.2.14",
98
98
  "@typescript/native-preview": "7.0.0-dev.20260516.1",
99
- "@modern-js/builder": "npm:@bleedingdev/modern-js-builder@3.2.0-ultramodern.0"
99
+ "@modern-js/builder": "npm:@bleedingdev/modern-js-builder@3.2.0-ultramodern.10"
100
100
  },
101
101
  "sideEffects": false,
102
102
  "publishConfig": {