release: v0.9.0-alpha.7

This commit is contained in:
Neko Ayaka
2026-03-10 17:47:25 +08:00
parent 5415b2850e
commit a5cca0225b
35 changed files with 270 additions and 57 deletions
Generated
+236 -23
View File
@@ -182,6 +182,21 @@ version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
[[package]]
name = "bit-set"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
[[package]]
name = "bitflags"
version = "1.3.2"
@@ -631,6 +646,19 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "cssparser"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
"phf 0.13.1",
"smallvec",
]
[[package]]
name = "cssparser-macros"
version = "0.6.1"
@@ -794,6 +822,27 @@ dependencies = [
"syn 2.0.117",
]
[[package]]
name = "derive_more"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
dependencies = [
"proc-macro2",
"quote",
"rustc_version",
"syn 2.0.117",
]
[[package]]
name = "digest"
version = "0.10.7"
@@ -877,6 +926,21 @@ dependencies = [
"syn 2.0.117",
]
[[package]]
name = "dom_query"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d9c2e7f1d22d0f2ce07626d259b8a55f4a47cb0938d4006dd8ae037f17d585e"
dependencies = [
"bit-set",
"cssparser 0.36.0",
"foldhash 0.2.0",
"html5ever 0.36.1",
"precomputed-hash",
"selectors 0.35.0",
"tendril",
]
[[package]]
name = "dpi"
version = "0.1.2"
@@ -1049,6 +1113,12 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
[[package]]
name = "foreign-types"
version = "0.3.2"
@@ -1542,7 +1612,7 @@ version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"foldhash",
"foldhash 0.1.5",
]
[[package]]
@@ -1619,10 +1689,20 @@ checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
dependencies = [
"log",
"mac",
"markup5ever",
"markup5ever 0.14.1",
"match_token",
]
[[package]]
name = "html5ever"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e"
dependencies = [
"log",
"markup5ever 0.36.1",
]
[[package]]
name = "http"
version = "1.4.0"
@@ -2115,10 +2195,10 @@ version = "0.8.8-speedreader"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
dependencies = [
"cssparser",
"html5ever",
"cssparser 0.29.6",
"html5ever 0.29.1",
"indexmap 2.13.0",
"selectors",
"selectors 0.24.0",
]
[[package]]
@@ -2256,11 +2336,22 @@ dependencies = [
"log",
"phf 0.11.3",
"phf_codegen 0.11.3",
"string_cache",
"string_cache_codegen",
"string_cache 0.8.9",
"string_cache_codegen 0.5.4",
"tendril",
]
[[package]]
name = "markup5ever"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
dependencies = [
"log",
"tendril",
"web_atoms",
]
[[package]]
name = "match_token"
version = "0.1.0"
@@ -2917,6 +3008,17 @@ dependencies = [
"phf_shared 0.11.3",
]
[[package]]
name = "phf"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
dependencies = [
"phf_macros 0.13.1",
"phf_shared 0.13.1",
"serde",
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
@@ -2937,6 +3039,16 @@ dependencies = [
"phf_shared 0.11.3",
]
[[package]]
name = "phf_codegen"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
dependencies = [
"phf_generator 0.13.1",
"phf_shared 0.13.1",
]
[[package]]
name = "phf_generator"
version = "0.8.0"
@@ -2967,6 +3079,16 @@ dependencies = [
"rand 0.8.5",
]
[[package]]
name = "phf_generator"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
dependencies = [
"fastrand",
"phf_shared 0.13.1",
]
[[package]]
name = "phf_macros"
version = "0.10.0"
@@ -2994,6 +3116,19 @@ dependencies = [
"syn 2.0.117",
]
[[package]]
name = "phf_macros"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
dependencies = [
"phf_generator 0.13.1",
"phf_shared 0.13.1",
"proc-macro2",
"quote",
"syn 2.0.117",
]
[[package]]
name = "phf_shared"
version = "0.8.0"
@@ -3021,6 +3156,15 @@ dependencies = [
"siphasher 1.0.2",
]
[[package]]
name = "phf_shared"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
dependencies = [
"siphasher 1.0.2",
]
[[package]]
name = "pin-project-lite"
version = "0.2.17"
@@ -3615,6 +3759,12 @@ dependencies = [
"realfft",
]
[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "rustc_version"
version = "0.4.1"
@@ -3709,9 +3859,9 @@ dependencies = [
[[package]]
name = "schannel"
version = "0.1.28"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
dependencies = [
"windows-sys 0.61.2",
]
@@ -3803,14 +3953,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
dependencies = [
"bitflags 1.3.2",
"cssparser",
"derive_more",
"cssparser 0.29.6",
"derive_more 0.99.20",
"fxhash",
"log",
"phf 0.8.0",
"phf_codegen 0.8.0",
"precomputed-hash",
"servo_arc",
"servo_arc 0.2.0",
"smallvec",
]
[[package]]
name = "selectors"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2"
dependencies = [
"bitflags 2.11.0",
"cssparser 0.36.0",
"derive_more 2.1.1",
"log",
"new_debug_unreachable",
"phf 0.13.1",
"phf_codegen 0.13.1",
"precomputed-hash",
"rustc-hash",
"servo_arc 0.4.3",
"smallvec",
]
@@ -3994,6 +4163,15 @@ dependencies = [
"stable_deref_trait",
]
[[package]]
name = "servo_arc"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
dependencies = [
"stable_deref_trait",
]
[[package]]
name = "sha2"
version = "0.10.9"
@@ -4207,6 +4385,18 @@ dependencies = [
"serde",
]
[[package]]
name = "string_cache"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
dependencies = [
"new_debug_unreachable",
"parking_lot",
"phf_shared 0.13.1",
"precomputed-hash",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.4"
@@ -4219,6 +4409,18 @@ dependencies = [
"quote",
]
[[package]]
name = "string_cache_codegen"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
dependencies = [
"phf_generator 0.13.1",
"phf_shared 0.13.1",
"proc-macro2",
"quote",
]
[[package]]
name = "strsim"
version = "0.11.1"
@@ -4640,7 +4842,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-transcription-ort"
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
dependencies = [
"anyhow",
"byteorder",
@@ -4662,7 +4864,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-vad-ort"
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
dependencies = [
"anyhow",
"byteorder",
@@ -4686,7 +4888,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mcp"
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
dependencies = [
"anyhow",
"log",
@@ -4700,7 +4902,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-rdev"
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
dependencies = [
"anyhow",
"log",
@@ -4714,7 +4916,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-pass-through-on-hover"
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
dependencies = [
"anyhow",
"log",
@@ -4733,7 +4935,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-router-link"
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
dependencies = [
"anyhow",
"log",
@@ -4838,7 +5040,7 @@ dependencies = [
"ctor",
"dunce",
"glob",
"html5ever",
"html5ever 0.29.1",
"http",
"infer",
"json-patch",
@@ -5735,6 +5937,18 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "web_atoms"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576"
dependencies = [
"phf 0.13.1",
"phf_codegen 0.13.1",
"string_cache 0.9.0",
"string_cache_codegen 0.6.1",
]
[[package]]
name = "webkit2gtk"
version = "2.0.2"
@@ -6477,24 +6691,23 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
[[package]]
name = "wry"
version = "0.54.2"
version = "0.54.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb26159b420aa77684589a744ae9a9461a95395b848764ad12290a14d960a11a"
checksum = "a24eda84b5d488f99344e54b807138896cee8df0b2d16c793f1f6b80e6d8df1f"
dependencies = [
"base64 0.22.1",
"block2",
"cookie",
"crossbeam-channel",
"dirs",
"dom_query",
"dpi",
"dunce",
"gdkx11",
"gtk",
"html5ever",
"http",
"javascriptcore-rs",
"jni",
"kuchikiki",
"libc",
"ndk",
"objc2",
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.9.0-alpha.6"
version = "0.9.0-alpha.7"
[workspace.dependencies.tauri-plugin-ipc-audio-transcription-ort]
path = "./crates/tauri-plugin-ipc-audio-transcription-ort"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"scripts": {
"apply:env": "dotenvx run -f .env -f .env.local --overload --ignore=MISSING_ENV_FILE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/stage-tamagotchi",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "LLM powered virtual character",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/docs",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"scripts": {
"build": "vitepress build",
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-vscode",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "AIRI host plugin that bridges VS Code context and UI",
"repository": {
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "vscode-airi",
"displayName": "AIRI VSCode adapter",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Adapter that connects VSCode into Project AIRI",
"repository": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/root",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"packageManager": "pnpm@10.30.3",
"description": "LLM powered virtual character",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/cap-vite",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "CLI that starts a Vite dev server and runs Capacitor live reload",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/core-character",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-eventa",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Shared Eventa contracts for Electron IPC",
"author": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-screen-capture",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Screen capture",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-vueuse",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "VueUse-like composables and helpers for Electron apps",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-cjkfonts-allseto",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI",
"author": {
"name": "Creators of cjkFonts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-departure-mono",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Essential CSS for font, Departure Mono, used by Project AIRI",
"author": {
"name": "Tobias Fried",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-xiaolai",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI",
"author": {
"name": "ʟxɢᴡ",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/memory-pgvector",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/model-driver-lipsync",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"exports": {
".": "./src/index.ts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/plugin-protocol",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Plugin protocol event definitions and shared websocket types for Project AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/plugin-sdk",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Plugin SDK for Project AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Server runtime implementation for AIRI running in different environments",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-schema",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Server schema for AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Client-side SDK implementation for connecting to AIRI server components and runtimes",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-shared",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Server shared types, utilities for AIRI server components and runtimes",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/stream-kit",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Stream utilities for AIRI (queues, streams)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/tauri-plugin-mcp",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "A Tauri plugin for interacting with MCP servers.",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/ui",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "A collection of UI components that used by Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/unocss-preset-fonts",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/vite-plugin-warpdrive",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Vite plugin to rewrite and upload heavy build assets to remote object storage",
"author": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-bilibili-laplace",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-claude-code",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "manifest.json description",
"bin": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-homeassistant",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Home Assistant integration plugin for AIRI server",
"scripts": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-web-extension",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "manifest.json description",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/twitter-services",
"type": "module",
"version": "0.9.0-alpha.6",
"version": "0.9.0-alpha.7",
"private": true,
"description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>",