@2uinc/frontend-component-xpert-chatbot 1.21.3 → 1.21.4-beta.1

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 (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.21.3",
3
+ "version": "1.21.4-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"
@@ -142,5 +142,8 @@
142
142
  "npm run lint",
143
143
  "npx vitest related --run"
144
144
  ]
145
+ },
146
+ "engines": {
147
+ "node": "22.13.0"
145
148
  }
146
149
  }