@reliverse/rempts 2.3.2 → 2.3.4

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.
@@ -62,7 +62,7 @@ export async function createProject(options) {
62
62
  }
63
63
  }
64
64
  if (install) {
65
- const installSpin = spinner("Installing dependencies...");
65
+ const installSpin = spinner("Applying changes (bun install)...");
66
66
  installSpin.start();
67
67
  try {
68
68
  await shell`cd ${dir} && bun install`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reliverse/rempts",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "Scaffold new Rempts CLI projects with ease",
5
5
  "keywords": [
6
6
  "bun",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "type": "module",
35
35
  "module": "./dist/mod.js",
36
- "types": "./dist/mod.d.ts",
36
+ "types": "./dist/mod.d.d.d.ts",
37
37
  "exports": {
38
38
  ".": {
39
39
  "types": "./dist/mod.d.ts",
@@ -41,12 +41,13 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@reliverse/relico": "2.3.2",
45
- "@reliverse/rempts-core": "2.3.2",
46
- "@reliverse/rempts-test": "2.3.2",
47
- "@reliverse/rempts-utils": "2.3.2",
44
+ "@reliverse/relico": "2.3.4",
45
+ "@reliverse/rempts-core": "2.3.4",
46
+ "@reliverse/rempts-test": "2.3.4",
47
+ "@reliverse/rempts-utils": "2.3.4",
48
48
  "arktype": "^2.1.29",
49
- "giget": "^2.0.0"
49
+ "giget": "^2.0.0",
50
+ "left-pad": "^1.3.0"
50
51
  },
51
52
  "publishConfig": {
52
53
  "access": "public"
@@ -14,8 +14,8 @@
14
14
  "build": "bun dler build",
15
15
  "test": "bun test",
16
16
  "test:watch": "bun test --watch",
17
- "typecheck": "tsc --noEmit",
18
- "lint": "tsc --noEmit",
17
+ "typecheck": "tsgo --noEmit",
18
+ "lint": "tsgo --noEmit",
19
19
  "prepare": "bun run build"
20
20
  },
21
21
  "dependencies": {
@@ -28,7 +28,8 @@
28
28
  "@reliverse/tsconfig": "workspace:*",
29
29
  "@types/bun": "catalog:",
30
30
  "rempts": "workspace:*",
31
- "typescript": "catalog:"
31
+ "typescript": "catalog:",
32
+ "@typescript/native-preview": "catalog:"
32
33
  },
33
34
  "rempts": {
34
35
  "entry": "./src/mod.ts",
@@ -12,7 +12,7 @@
12
12
  "dev": "bun run src/mod.ts",
13
13
  "build": "bun dler build",
14
14
  "test": "bun test",
15
- "typecheck": "tsc --noEmit"
15
+ "typecheck": "tsgo --noEmit"
16
16
  },
17
17
  "dependencies": {
18
18
  "@reliverse/rempts-core": "workspace:*"
@@ -22,7 +22,8 @@
22
22
  "@reliverse/tsconfig": "workspace:*",
23
23
  "@types/bun": "catalog:",
24
24
  "rempts": "workspace:*",
25
- "typescript": "catalog:"
25
+ "typescript": "catalog:",
26
+ "@typescript/native-preview": "catalog:"
26
27
  },
27
28
  "rempts": {
28
29
  "entry": "./src/mod.ts",
@@ -25,6 +25,7 @@
25
25
  "@reliverse/tsconfig": "workspace:*",
26
26
  "@types/bun": "catalog:",
27
27
  "turbo": "^2.7.3",
28
- "typescript": "catalog:"
28
+ "typescript": "catalog:",
29
+ "@typescript/native-preview": "catalog:"
29
30
  }
30
31
  }
@@ -13,7 +13,7 @@
13
13
  "dev": "bun run src/mod.ts",
14
14
  "build": "bun dler build",
15
15
  "test": "bun test",
16
- "typecheck": "tsc --noEmit",
16
+ "typecheck": "tsgo --noEmit",
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
@@ -26,7 +26,8 @@
26
26
  "@reliverse/tsconfig": "workspace:*",
27
27
  "@types/bun": "catalog:",
28
28
  "rempts": "workspace:*",
29
- "typescript": "catalog:"
29
+ "typescript": "catalog:",
30
+ "@typescript/native-preview": "catalog:"
30
31
  },
31
32
  "rempts": {
32
33
  "entry": "./src/mod.ts",
@@ -16,7 +16,7 @@
16
16
  "scripts": {
17
17
  "build": "bun scripts/build.ts && bun run tsc",
18
18
  "test": "bun test",
19
- "typecheck": "tsc --noEmit",
19
+ "typecheck": "tsgo --noEmit",
20
20
  "clean": "rm -rf dist"
21
21
  },
22
22
  "dependencies": {
@@ -28,6 +28,7 @@
28
28
  "@reliverse/rempts-test": "workspace:*",
29
29
  "@reliverse/tsconfig": "workspace:*",
30
30
  "@types/bun": "catalog:",
31
- "typescript": "catalog:"
31
+ "typescript": "catalog:",
32
+ "@typescript/native-preview": "catalog:"
32
33
  }
33
34
  }
@@ -16,12 +16,13 @@
16
16
  "scripts": {
17
17
  "build": "bun scripts/build.ts && bun run tsc",
18
18
  "test": "bun test",
19
- "typecheck": "tsc --noEmit",
19
+ "typecheck": "tsgo --noEmit",
20
20
  "clean": "rm -rf dist"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@reliverse/tsconfig": "workspace:*",
24
24
  "@types/bun": "catalog:",
25
- "typescript": "catalog:"
25
+ "typescript": "catalog:",
26
+ "@typescript/native-preview": "catalog:"
26
27
  }
27
28
  }