diff --git a/app/components.d.ts b/app/components.d.ts index 29ea04d3..42e75225 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -79,9 +79,7 @@ declare module 'vue' { NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default'] NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default'] OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default'] - OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default'] PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default'] - PasskeyPasskeyRegistration: typeof import('./src/components/Passkey/PasskeyRegistration.vue')['default'] ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] diff --git a/app/package.json b/app/package.json index fb12d93b..5ca7e234 100644 --- a/app/package.json +++ b/app/package.json @@ -36,7 +36,7 @@ "reconnecting-websocket": "^4.4.0", "sortablejs": "^1.15.3", "universal-cookie": "^7.2.0", - "vite-plugin-build-id": "^0.3.7", + "vite-plugin-build-id": "0.3.6", "vue": "^3.5.6", "vue-router": "^4.4.5", "vue3-ace-editor": "2.2.4", diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index e9ec3a56..a3aaeaa6 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^7.2.0 version: 7.2.0 vite-plugin-build-id: - specifier: ^0.3.7 - version: 0.3.7 + specifier: 0.3.6 + version: 0.3.6 vue: specifier: ^3.5.6 version: 3.5.6(typescript@5.3.3) @@ -3005,8 +3005,8 @@ packages: validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - vite-plugin-build-id@0.3.7: - resolution: {integrity: sha512-KtbMMYsqfV8fswg1HW29LcuOlw2FdbawtZA/lJvP4yyyV43WL0WypRUmvFnNIynPmk5uPF6AZgqZQ80sgpt5zQ==} + vite-plugin-build-id@0.3.6: + resolution: {integrity: sha512-EvMznYosbcnxdaLn03iKDakK9fQTiSSkW4yDJvh9W5HXMHrvOEJFk+jnpM+clreyP6A8zHCpAclqQV66aFpGsA==} vite-svg-loader@5.1.0: resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==} @@ -6305,7 +6305,7 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vite-plugin-build-id@0.3.7: + vite-plugin-build-id@0.3.6: dependencies: '@types/node': 20.16.5 isomorphic-git: 1.27.1 diff --git a/app/src/version.json b/app/src/version.json index 0117572b..f22073f9 100644 --- a/app/src/version.json +++ b/app/src/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.33","build_id":158,"total_build":362} \ No newline at end of file +{"version":"2.0.0-beta.34","build_id":159,"total_build":363} \ No newline at end of file