@dcloudio/uni-cli-utils 3.0.0-4000720240327002 → 3.0.0-4010420240430001

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.
@@ -1,5 +1,4 @@
1
1
  /// <reference types="node" />
2
- import { throttle } from 'throttle-debounce';
3
2
  import type fs from 'node:fs';
4
3
  import type { ComponentInfo, Options, ResolvedOptions } from './types';
5
4
  export declare class EasyComContext {
@@ -17,6 +16,6 @@ export declare class EasyComContext {
17
16
  searchComponents(): void;
18
17
  searchCustomComponents(): void;
19
18
  _generateDeclaration(removeUnused?: boolean): Promise<void>;
20
- generateDeclaration: throttle<(removeUnused?: boolean) => Promise<void>>;
19
+ generateDeclaration: any;
21
20
  get componentMap(): Record<string, ComponentInfo>;
22
21
  }
@@ -1,5 +1,5 @@
1
1
  import type { EasyComContext } from './context';
2
- import { ComponentInfo } from './types';
2
+ import type { ComponentInfo } from './types';
3
3
  export declare function parseDeclaration(code: string): DeclarationImports | undefined;
4
4
  /**
5
5
  * Converts array of `ComponentInfo` to an import map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-cli-utils",
3
- "version": "3.0.0-4000720240327002",
3
+ "version": "3.0.0-4010420240430001",
4
4
  "description": "@dcloudio/uni-cli-utils",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",