@visulima/packem 2.0.0-alpha.17 → 2.0.0-alpha.19

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,6 @@
1
1
  import { B as BuildContext, E as Environment, R as Runtime, I as IsolatedDeclarationsTransformer, F as Format, P as PackemRollupOptions, T as TransformerFn, d as BuildHooks, g as InternalOXCTransformPluginConfig, a as TransformerName, M as Mode } from './index-zrs6Po_w.js';
2
2
  import { StyleOptions } from '@visulima/rollup-plugin-css';
3
+ import { JitiOptions } from 'jiti';
3
4
  import { TypeDocOptions } from 'typedoc';
4
5
 
5
6
  interface RollupLogger {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/packem",
3
- "version": "2.0.0-alpha.17",
3
+ "version": "2.0.0-alpha.19",
4
4
  "description": "A fast and modern bundler for Node.js and TypeScript.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -164,18 +164,18 @@
164
164
  "dependencies": {
165
165
  "@antfu/install-pkg": "1.1.0",
166
166
  "@clack/prompts": "0.11.0",
167
- "@rollup/pluginutils": "5.2.0",
167
+ "@rollup/pluginutils": "5.3.0",
168
168
  "@visulima/cerebro": "1.1.46",
169
169
  "@visulima/colorize": "1.4.23",
170
170
  "@visulima/find-cache-dir": "1.0.31",
171
171
  "@visulima/fs": "3.1.5",
172
172
  "@visulima/humanizer": "1.2.2",
173
173
  "@visulima/package": "3.5.8",
174
- "@visulima/packem-rollup": "1.0.0-alpha.12",
175
- "@visulima/packem-share": "1.0.0-alpha.9",
174
+ "@visulima/packem-rollup": "1.0.0-alpha.14",
175
+ "@visulima/packem-share": "1.0.0-alpha.10",
176
176
  "@visulima/pail": "2.1.25",
177
177
  "@visulima/path": "1.4.0",
178
- "@visulima/rollup-plugin-css": "1.0.0-alpha.3",
178
+ "@visulima/rollup-plugin-css": "1.0.0-alpha.4",
179
179
  "@visulima/source-map": "1.0.20",
180
180
  "@visulima/tsconfig": "1.1.19",
181
181
  "browserslist": "4.25.4",