@blocklet/pages-kit 0.2.367 → 0.2.368
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/builtin/async/ai-runtime/components/AgentSettings/AgentSettingsDialog.js +1 -1
- package/lib/cjs/builtin/async/ai-runtime/locales/index.js +2 -0
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime/components/AgentSettings/AgentSettingsDialog.js +2 -2
- package/lib/esm/builtin/async/ai-runtime/locales/index.js +2 -0
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builtin/async/ai-runtime/locales/index.d.ts +2 -0
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
|
@@ -101,6 +101,7 @@ export declare const translations: {
|
|
|
101
101
|
};
|
|
102
102
|
settings: string;
|
|
103
103
|
setup: string;
|
|
104
|
+
docLink: string;
|
|
104
105
|
};
|
|
105
106
|
zh: {
|
|
106
107
|
by: string;
|
|
@@ -204,5 +205,6 @@ export declare const translations: {
|
|
|
204
205
|
};
|
|
205
206
|
settings: string;
|
|
206
207
|
setup: string;
|
|
208
|
+
docLink: string;
|
|
207
209
|
};
|
|
208
210
|
};
|