diff --git a/.npmrc b/.npmrc index ae6098b..e622437 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@InfiniMotion:registry=https://npm.pkg.github.com \ No newline at end of file +@infinimotion:registry=https://git.chequeo.de/api/packages/infinimotion/npm/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5108fd4..11dae1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0", - "@InfiniMotion/model-frontend": "^0.0.1", + "@infinimotion/model-frontend": "^0.0.2", "@tailwindcss/postcss": "^4.1.14", "postcss": "^8.5.6", "rxjs": "~7.8.0", @@ -1261,10 +1261,10 @@ "node": ">=18" } }, - "node_modules/@InfiniMotion/model-frontend": { - "version": "0.0.1", - "resolved": "https://npm.pkg.github.com/download/@InfiniMotion/model-frontend/0.0.1/70c2420b6399c67a7cf32c9301ed2d6dabba0c88", - "integrity": "sha512-NeogSv5ChkY6gWZY6Rbygsr2b7nIcIvfJqp4qVPJadreI0QJ0URWh2yg8tVqW6HTxqmiXAWePmnK2e8epy2kuw==", + "node_modules/@infinimotion/model-frontend": { + "version": "0.0.2", + "resolved": "https://git.chequeo.de/api/packages/infinimotion/npm/%40infinimotion%2Fmodel-frontend/-/0.0.2/model-frontend-0.0.2.tgz", + "integrity": "sha512-bjqYJ3SqAyfzvNtmk1SZrlU9mXAEfy7V5IhqPllkOxc6OyPqxIE0sZ5I8Ssh04hHYTBYD2GKLNlpJwxQumGanQ==", "license": "ISC" }, "node_modules/@inquirer/ansi": { diff --git a/package.json b/package.json index 73114ca..15a31a3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0", - "@InfiniMotion/model-frontend": "^0.0.1", + "@infinimotion/model-frontend": "^0.0.2", "@tailwindcss/postcss": "^4.1.14", "postcss": "^8.5.6", "rxjs": "~7.8.0",