@nanoforge-dev/cli 1.4.1 → 1.4.2

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.
@@ -1105,7 +1105,7 @@ import { join as join3 } from "path";
1105
1105
  var CONFIG_FILE_NAME = "nanoforge.config.json";
1106
1106
  var MANIFEST_FILE_NAME = "nanoforge.manifest.json";
1107
1107
  var GLOBAL_CONFIG_FILE_NAME = ".nanoforgerc";
1108
- var REGISTRY_URL = "https://api.nanoforge.dev";
1108
+ var REGISTRY_URL = "https://api.nanoforge.eu";
1109
1109
 
1110
1110
  // src/lib/utils/object.ts
1111
1111
  var isObject = /* @__PURE__ */ __name((item) => {
package/dist/nf.js CHANGED
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  module.exports = {
41
41
  $schema: "https://json.schemastore.org/package.json",
42
42
  name: "@nanoforge-dev/cli",
43
- version: "1.4.1",
43
+ version: "1.4.2",
44
44
  description: "NanoForge CLI",
45
45
  keywords: [
46
46
  "nanoforge",
@@ -1364,7 +1364,7 @@ import { join as join4 } from "path";
1364
1364
  var CONFIG_FILE_NAME = "nanoforge.config.json";
1365
1365
  var MANIFEST_FILE_NAME = "nanoforge.manifest.json";
1366
1366
  var GLOBAL_CONFIG_FILE_NAME = ".nanoforgerc";
1367
- var REGISTRY_URL = "https://api.nanoforge.dev";
1367
+ var REGISTRY_URL = "https://api.nanoforge.eu";
1368
1368
 
1369
1369
  // src/lib/utils/object.ts
1370
1370
  var isObject = /* @__PURE__ */ __name((item) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nanoforge-dev/cli",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "description": "NanoForge CLI",
6
6
  "keywords": [
7
7
  "nanoforge",