@reliverse/dler 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/bin/init/info.js +1 -1
  2. package/package.json +2 -3
package/bin/init/info.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { endPrompt, startPrompt } from "@reliverse/rempts";
2
- const version = "1.6.0";
2
+ const version = "1.6.1";
3
3
  export async function showStartPrompt(isDev) {
4
4
  await startPrompt({
5
5
  titleColor: "inverse",
package/package.json CHANGED
@@ -34,15 +34,14 @@
34
34
  "scule": "^1.3.0",
35
35
  "tinyglobby": "^0.2.14",
36
36
  "ts-morph": "^26.0.0",
37
- "untyped": "^2.0.0",
38
- "vue-sfc-transformer": "^0.1.16"
37
+ "untyped": "^2.0.0"
39
38
  },
40
39
  "description": "@reliverse/dler is a flexible, unified, and fully automated bundler for typescript and javascript projects, as well as an npm and jsr publishing tool. dler is not only a bundler, it also tries to serve as the most powerful codemod toolkit for js/ts.",
41
40
  "homepage": "https://docs.reliverse.org",
42
41
  "license": "MIT",
43
42
  "name": "@reliverse/dler",
44
43
  "type": "module",
45
- "version": "1.6.0",
44
+ "version": "1.6.1",
46
45
  "keywords": [
47
46
  "reliverse",
48
47
  "cli",