瀏覽代碼

chore: prepare for v2.0.0-beta.34

Jacky 7 月之前
父節點
當前提交
46ae1127a2
共有 4 個文件被更改,包括 7 次插入9 次删除
  1. 0 2
      app/components.d.ts
  2. 1 1
      app/package.json
  3. 5 5
      app/pnpm-lock.yaml
  4. 1 1
      app/src/version.json

+ 0 - 2
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']

+ 1 - 1
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",

+ 5 - 5
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

+ 1 - 1
app/src/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.33","build_id":158,"total_build":362}
+{"version":"2.0.0-beta.34","build_id":159,"total_build":363}