@box/box-ai-content-answers 0.161.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -56,10 +56,10 @@ Code of the feature belongs to #ai-experiences. Responsibilities of owning team
56
56
 
57
57
  ## Translations
58
58
 
59
- For translations this package will be leveraging `@box/frontend` as it has the required scripts to do translations the Box way, for more information on this checkout their i18n docs [here](https://git.dev.box.net/Box/frontend/tree/master/i18n)
59
+ For translations this package will be leveraging `@box/frontend` as it has the required scripts to do translations the Box way, for more information on this checkout their i18n docs [here]
60
60
 
61
- The `i18n/` dir is bundled with this package to enable the consuming app to use the translations included in this component it need to adjust it's [TranslationsPlugin](https://git.dev.box.net/Box/frontend/blob/master/webpack/README.md#translationsplugin),
62
- see EUA's [webpack.base.config.js](https://git.dev.box.net/Box/EndUserApp/blob/master/conf/webpack/webpack.base.js#L270-L273) and [i18n.config.js](https://git.dev.box.net/Box/EndUserApp/blob/master/i18n.config.js) for reference.
61
+ The `i18n/` dir is bundled with this package to enable the consuming app to use the translations included in this component it need to adjust it's [TranslationsPlugin],
62
+ see EUA's [webpack.base.config.js] and [i18n.config.js] for reference.
63
63
 
64
64
  ## Development
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/box-ai-content-answers",
3
- "version": "0.161.3",
3
+ "version": "1.0.0",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.8.0",
6
6
  "@box/blueprint-web-assets": "^4.56.1",
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@box/babel-plugin-target-attributes": "1.3.0",
20
- "@box/blueprint-web": "^12.80.0",
20
+ "@box/blueprint-web": "^12.81.1",
21
21
  "@box/blueprint-web-assets": "^4.71.0",
22
- "@box/box-ai-agent-selector": "^0.66.3",
23
- "@box/item-icon": "^0.30.3",
22
+ "@box/box-ai-agent-selector": "^1.0.0",
23
+ "@box/item-icon": "^1.0.0",
24
24
  "@box/storybook-utils": "^0.14.7",
25
25
  "@testing-library/react": "^15.0.6",
26
26
  "react": "^18.3.0",