From 570af4f86c536be58c38c08f2faa42e4091c5141 Mon Sep 17 00:00:00 2001 From: Kai Niebes Date: Thu, 9 Apr 2026 12:48:11 +0200 Subject: [PATCH] Update @kompakkt/komponents To implement a fix regarding autocomplete --- bun.lock | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index b9e727e6..6be2dacf 100644 --- a/bun.lock +++ b/bun.lock @@ -23,13 +23,13 @@ "@babylonjs/materials": "9.0.0", "@babylonjs/serializers": "9.0.0", "@kompakkt/common": "git+https://github.com/Kompakkt/Common#07dd559", - "@kompakkt/komponents": "git+https://github.com/Kompakkt/Komponents#719c61c", + "@kompakkt/plugins": "git+https://github.com/Kompakkt/Plugins#3ef7a55", "bson-objectid": "^2.0.4", "copc": "^0.0.8", "fast-deep-equal": "^3.1.3", "file-saver": "^2.0.5", "fscreen": "^1.2.0", - "@kompakkt/plugins": "git+https://github.com/Kompakkt/Plugins#3ef7a55", + "@kompakkt/komponents": "git+https://github.com/Kompakkt/Komponents#6f91b0f", "laz-perf": "^0.0.7", "lazts": "^1.0.0", "localforage": "^1.10.0", @@ -452,7 +452,7 @@ "@kompakkt/common": ["@kompakkt/common@github:Kompakkt/Common#07dd559", {}, "Kompakkt-Common-07dd559", "sha512-eyqhbXaOGgB5eK9f3nxEXV8UMY9DrOT8OcYVnT/4nF8CbuguLRFTxK8yMmMlwSjQArB0L5so7YBriNgFUVWhKw=="], - "@kompakkt/komponents": ["@kompakkt/komponents@github:Kompakkt/Komponents#719c61c", { "dependencies": { "@angular/common": "21.2.6", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/platform-browser": "21.2.6", "rxjs": "7.8.2", "tslib": "^2.8.1", "zone.js": "0.16.1" } }, "Kompakkt-Komponents-719c61c", "sha512-fn/AJrCt2Ljps2V1LBQp7xt9YxUBaM0F8Kzl+jVZSYnQRN6xm3hneqGzeJ+Db5bnPaKNaCRJ/WASLb20Kv/AoA=="], + "@kompakkt/komponents": ["@kompakkt/komponents@github:Kompakkt/Komponents#6f91b0f", { "dependencies": { "@angular/common": "21.2.6", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/platform-browser": "21.2.6", "rxjs": "7.8.2", "tslib": "^2.8.1", "zone.js": "0.16.1" } }, "Kompakkt-Komponents-6f91b0f", "sha512-GC8tDrQ6EQ1XbYgBhP0NYF2J+g42jNKytDjfK2z7erZuVHBuTvVEMDj6tNMSxot2d+vYvJdvGrqZHiYrYOVVOQ=="], "@kompakkt/plugins": ["@kompakkt/plugins@github:Kompakkt/Plugins#3ef7a55", { "dependencies": { "@angular/animations": "21.2.6", "@angular/cdk": "21.2.4", "@angular/common": "21.2.6", "@angular/compiler": "21.2.6", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/material": "21.2.4", "@angular/platform-browser": "21.2.6", "@angular/platform-browser-dynamic": "21.2.6", "@angular/router": "21.2.6", "@kompakkt/komponents": "git+https://github.com/Kompakkt/Komponents#719c61c", "bson": "^7.2.0", "bson-objectid": "^2.0.4", "rxjs": "7.8.2", "slugify": "^1.6.6", "tslib": "^2.3.0", "zone.js": "0.16.1" } }, "Kompakkt-Plugins-3ef7a55", "sha512-XahHTXN29xd/y/Yzphq0Uo2QfK50pxfD50qZ6mqV1/6uEVeMtsdySk1ntBhWWCcOEJUkNPPO19kyvExnXm8C4Q=="], @@ -1446,6 +1446,8 @@ "@isaacs/fs-minipass/minipass": ["minipass@7.1.2", "", {}, "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="], + "@kompakkt/plugins/@kompakkt/komponents": ["@kompakkt/komponents@github:Kompakkt/Komponents#719c61c", { "dependencies": { "@angular/common": "21.2.6", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/platform-browser": "21.2.6", "rxjs": "7.8.2", "tslib": "^2.8.1", "zone.js": "0.16.1" } }, "Kompakkt-Komponents-719c61c", "sha512-fn/AJrCt2Ljps2V1LBQp7xt9YxUBaM0F8Kzl+jVZSYnQRN6xm3hneqGzeJ+Db5bnPaKNaCRJ/WASLb20Kv/AoA=="], + "@modelcontextprotocol/sdk/zod": ["zod@4.1.13", "", {}, "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig=="], "@npmcli/agent/lru-cache": ["lru-cache@11.2.7", "", {}, "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA=="], diff --git a/package.json b/package.json index b22167f7..a2a063be 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babylonjs/materials": "9.0.0", "@babylonjs/serializers": "9.0.0", "@kompakkt/common": "git+https://github.com/Kompakkt/Common#07dd559", - "@kompakkt/komponents": "git+https://github.com/Kompakkt/Komponents#719c61c", + "@kompakkt/komponents": "git+https://github.com/Kompakkt/Komponents#6f91b0f", "@kompakkt/plugins": "git+https://github.com/Kompakkt/Plugins#3ef7a55", "bson-objectid": "^2.0.4", "copc": "^0.0.8",