@telia-ace/widget-conversation-flamingo 1.1.82-rc.9 → 1.1.82

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +144 -129
  2. package/index.mjs +2388 -2257
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.82-rc.9",
3
+ "version": "1.1.82",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,10 +9,10 @@
9
9
  "@lit-labs/motion": "^1.0.4",
10
10
  "@teliads/icons": "^8.4.0",
11
11
  "@teliads/components": "^22.1.1",
12
- "@telia-ace/widget-core-flamingo": "1.1.82-rc.9",
12
+ "@telia-ace/widget-core-flamingo": "1.1.82",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
- "marked": "^12.0.2"
15
+ "marked": "^15.0.2"
16
16
  },
17
17
  "main": "./index.js",
18
18
  "module": "./index.mjs",