Skip to content

Commit dcabf4c

Browse files
committed
version bump + dependency fix
1 parent 77bbd85 commit dcabf4c

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smythos/cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "SmythOS SRE Command Line Interface",
55
"keywords": [
66
"smythos",

packages/cli/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import esbuild from 'rollup-plugin-esbuild';
44
import sourcemaps from 'rollup-plugin-sourcemaps';
55
import { terser } from 'rollup-plugin-terser';
66
import { typescriptPaths } from 'rollup-plugin-typescript-paths';
7-
import { visualizer } from 'rollup-plugin-visualizer';
7+
//import { visualizer } from 'rollup-plugin-visualizer';
88

99
import commonjs from '@rollup/plugin-commonjs';
1010
import resolve from '@rollup/plugin-node-resolve';

pnpm-lock.yaml

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)