blockend-cli 1.1.0 → 1.2.0

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/dist/index.js +1 -1
  2. package/package.json +35 -35
package/dist/index.js CHANGED
@@ -271,8 +271,8 @@ var REPO_OWNER = "codewithnuh";
271
271
  var REPO_NAME = "blockend";
272
272
  var BRANCH = "master";
273
273
  var LOCAL_DEV_URL = "http://localhost:5000";
274
- var MANIFEST_URL = `${LOCAL_DEV_URL}/registry/index.json`;
275
274
  var RAW_CDN_BASE = `https://raw.githubusercontent.com/${REPO_OWNER}/${REPO_NAME}/${BRANCH}`;
275
+ var MANIFEST_URL = `${RAW_CDN_BASE}/registry/index.json`;
276
276
  function handleCancel(value) {
277
277
  if (isCancel2(value)) {
278
278
  outro2(pc2.yellow("\u26A0 Operation cancelled. Exiting Blockend CLI cleanly."));
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "name": "blockend-cli",
3
- "version": "1.1.0",
4
- "description": "Intelligent, modular backend blocks right inside your terminal",
5
- "main": "./dist/index.js",
6
- "type": "module",
7
- "bin": {
8
- "blockend": "./dist/index.js"
9
- },
10
- "files": [
11
- "dist",
12
- "readme.md"
13
- ],
14
- "scripts": {
15
- "build": "tsup src/index.ts --format esm --dts --out-dir dist"
16
- },
17
- "keywords": [
18
- "cli",
19
- "backend",
20
- "express",
21
- "nextjs",
22
- "architecture"
23
- ],
24
- "author": "codewithnuh",
25
- "license": "ISC",
26
- "packageManager": "pnpm@10.33.2",
27
- "dependencies": {
28
- "@clack/prompts": "^1.5.1",
29
- "commander": "^15.0.0",
30
- "picocolors": "^1.1.1"
31
- },
32
- "devDependencies": {
33
- "@types/node": "^25.9.3"
34
- }
35
- }
1
+ {
2
+ "name": "blockend-cli",
3
+ "version": "1.2.0",
4
+ "description": "Intelligent, modular backend blocks right inside your terminal",
5
+ "main": "./dist/index.js",
6
+ "type": "module",
7
+ "bin": {
8
+ "blockend": "./dist/index.js"
9
+ },
10
+ "files": [
11
+ "dist",
12
+ "readme.md"
13
+ ],
14
+ "scripts": {
15
+ "build": "tsup src/index.ts --format esm --dts --out-dir dist"
16
+ },
17
+ "keywords": [
18
+ "cli",
19
+ "backend",
20
+ "express",
21
+ "nextjs",
22
+ "architecture"
23
+ ],
24
+ "author": "codewithnuh",
25
+ "license": "ISC",
26
+ "packageManager": "pnpm@10.33.2",
27
+ "dependencies": {
28
+ "@clack/prompts": "^1.5.1",
29
+ "commander": "^15.0.0",
30
+ "picocolors": "^1.1.1"
31
+ },
32
+ "devDependencies": {
33
+ "@types/node": "^25.9.3"
34
+ }
35
+ }