@danielx/civet 0.7.6 → 0.7.8

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/rollup.d.mts CHANGED
@@ -1,7 +1,6 @@
1
- import * as rollup from 'rollup';
1
+ import * as unplugin from 'unplugin';
2
2
  import { PluginOptions } from './unplugin.mjs';
3
- import 'unplugin';
4
3
 
5
- declare const _default: (options: PluginOptions) => rollup.Plugin | rollup.Plugin[];
4
+ declare const _default: (options: PluginOptions) => unplugin.RollupPlugin<any> | unplugin.RollupPlugin<any>[];
6
5
 
7
6
  export { _default as default };
package/dist/rollup.d.ts CHANGED
@@ -1,7 +1,6 @@
1
- import * as rollup from 'rollup';
1
+ import * as unplugin from 'unplugin';
2
2
  import { PluginOptions } from './unplugin.js';
3
- import 'unplugin';
4
3
 
5
- declare const _default: (options: PluginOptions) => rollup.Plugin | rollup.Plugin[];
4
+ declare const _default: (options: PluginOptions) => unplugin.RollupPlugin<any> | unplugin.RollupPlugin<any>[];
6
5
 
7
6
  export { _default as default };
@@ -1,4 +1,4 @@
1
- import * as _unplugin from 'unplugin';
1
+ import * as unplugin$1 from 'unplugin';
2
2
  import { TransformResult, createUnplugin } from 'unplugin';
3
3
 
4
4
  type PluginOptions = {
@@ -16,6 +16,6 @@ type PluginOptions = {
16
16
  };
17
17
  declare function slash(p: string): string;
18
18
  declare const rawPlugin: Parameters<typeof createUnplugin<PluginOptions>>[0];
19
- declare var unplugin: _unplugin.UnpluginInstance<PluginOptions, boolean>;
19
+ declare var unplugin: unplugin$1.UnpluginInstance<PluginOptions, boolean>;
20
20
 
21
- export { PluginOptions, unplugin as default, rawPlugin, slash };
21
+ export { type PluginOptions, unplugin as default, rawPlugin, slash };
@@ -1,4 +1,4 @@
1
- import * as _unplugin from 'unplugin';
1
+ import * as unplugin$1 from 'unplugin';
2
2
  import { TransformResult, createUnplugin } from 'unplugin';
3
3
 
4
4
  type PluginOptions = {
@@ -16,6 +16,6 @@ type PluginOptions = {
16
16
  };
17
17
  declare function slash(p: string): string;
18
18
  declare const rawPlugin: Parameters<typeof createUnplugin<PluginOptions>>[0];
19
- declare var unplugin: _unplugin.UnpluginInstance<PluginOptions, boolean>;
19
+ declare var unplugin: unplugin$1.UnpluginInstance<PluginOptions, boolean>;
20
20
 
21
- export { PluginOptions, unplugin as default, rawPlugin, slash };
21
+ export { type PluginOptions, unplugin as default, rawPlugin, slash };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.7.6",
4
+ "version": "0.7.8",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",