@theia/ai-core-ui 1.65.0-next.6 → 1.65.0

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.
@@ -16,11 +16,11 @@
16
16
  // *****************************************************************************
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  const inversify_1 = require("@theia/core/shared/inversify");
19
- const browser_1 = require("@theia/core/lib/browser");
20
- const agent_preferences_1 = require("@theia/ai-core/lib/browser/agent-preferences");
21
- const ai_core_preferences_1 = require("@theia/ai-core/lib/browser/ai-core-preferences");
19
+ const core_1 = require("@theia/core");
20
+ const agent_preferences_1 = require("@theia/ai-core/lib/common/agent-preferences");
21
+ const ai_core_preferences_1 = require("@theia/ai-core/lib/common/ai-core-preferences");
22
22
  exports.default = new inversify_1.ContainerModule(bind => {
23
- bind(browser_1.PreferenceContribution).toConstantValue({ schema: agent_preferences_1.AgentSettingsPreferenceSchema });
24
- bind(browser_1.PreferenceContribution).toConstantValue({ schema: ai_core_preferences_1.aiCorePreferenceSchema });
23
+ bind(core_1.PreferenceContribution).toConstantValue({ schema: agent_preferences_1.AgentSettingsPreferenceSchema });
24
+ bind(core_1.PreferenceContribution).toConstantValue({ schema: ai_core_preferences_1.aiCorePreferenceSchema });
25
25
  });
26
26
  //# sourceMappingURL=ai-core-ui-frontend-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-core-ui-frontend-module.js","sourceRoot":"","sources":["../../src/browser/ai-core-ui-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,4DAA+D;AAC/D,qDAAiE;AACjE,oFAA6F;AAC7F,wFAAwF;AAExF,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,gCAAsB,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,iDAA6B,EAAE,CAAC,CAAC;IACxF,IAAI,CAAC,gCAAsB,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,4CAAsB,EAAE,CAAC,CAAC;AACrF,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"ai-core-ui-frontend-module.js","sourceRoot":"","sources":["../../src/browser/ai-core-ui-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,4DAA+D;AAC/D,sCAAqD;AACrD,mFAA4F;AAC5F,uFAAuF;AAEvF,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,6BAAsB,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,iDAA6B,EAAE,CAAC,CAAC;IACxF,IAAI,CAAC,6BAAsB,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,4CAAsB,EAAE,CAAC,CAAC;AACrF,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@theia/ai-core-ui",
3
- "version": "1.65.0-next.6+4384a9461",
3
+ "version": "1.65.0",
4
4
  "description": "Theia - AI Core UI",
5
5
  "dependencies": {
6
- "@theia/ai-core": "1.65.0-next.6+4384a9461",
7
- "@theia/core": "1.65.0-next.6+4384a9461",
6
+ "@theia/ai-core": "1.65.0",
7
+ "@theia/core": "1.65.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "main": "lib/common",
@@ -42,10 +42,10 @@
42
42
  "watch": "theiaext watch"
43
43
  },
44
44
  "devDependencies": {
45
- "@theia/ext-scripts": "1.64.0"
45
+ "@theia/ext-scripts": "1.65.0"
46
46
  },
47
47
  "nyc": {
48
48
  "extends": "../../configs/nyc.json"
49
49
  },
50
- "gitHead": "4384a946123dd1b41e65708e58928fc1af707c8d"
50
+ "gitHead": "500dfc80cee94fd2a623b5fb59b22d5a575247c2"
51
51
  }
@@ -15,9 +15,9 @@
15
15
  // *****************************************************************************
16
16
 
17
17
  import { ContainerModule } from '@theia/core/shared/inversify';
18
- import { PreferenceContribution } from '@theia/core/lib/browser';
19
- import { AgentSettingsPreferenceSchema } from '@theia/ai-core/lib/browser/agent-preferences';
20
- import { aiCorePreferenceSchema } from '@theia/ai-core/lib/browser/ai-core-preferences';
18
+ import { PreferenceContribution } from '@theia/core';
19
+ import { AgentSettingsPreferenceSchema } from '@theia/ai-core/lib/common/agent-preferences';
20
+ import { aiCorePreferenceSchema } from '@theia/ai-core/lib/common/ai-core-preferences';
21
21
 
22
22
  export default new ContainerModule(bind => {
23
23
  bind(PreferenceContribution).toConstantValue({ schema: AgentSettingsPreferenceSchema });