chore: mark packages to be private

This commit is contained in:
Neko Ayaka
2025-11-24 02:47:55 +08:00
parent 15d2acb268
commit b530349879
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "@proj-airi/core-character",
"type": "module",
"version": "0.1.0",
"private": true,
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
"author": {
"name": "Moeru AI Project AIRI Team",
+1
View File
@@ -2,6 +2,7 @@
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.1.0",
"private": true,
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
"author": {
"name": "Moeru AI Project AIRI Team",
+4 -3
View File
@@ -1,9 +1,10 @@
{
"publisher": "airi",
"name": "@proj-airi/airi-plugin-vscode",
"displayName": "Airi",
"displayName": "AIRI",
"version": "0.1.0",
"description": "VSCode extension that shares your coding context with Airi",
"private": true,
"description": "VSCode extension that shares your coding context with AIRI",
"categories": [
"Other"
],
@@ -35,7 +36,7 @@
"airi.enabled": {
"type": "boolean",
"default": true,
"description": "Enable Airi companion"
"description": "Enable AIRI companion"
},
"airi.contextLines": {
"type": "number",