@microsoft/omnichannel-amsclient 0.1.11 → 0.1.12

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/config.js CHANGED
@@ -1 +1 @@
1
- exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.11';
1
+ exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.12';
@@ -317,8 +317,8 @@
317
317
  "affectsGlobalScope": true
318
318
  },
319
319
  "../node_modules/@babel/types/lib/index.d.ts": {
320
- "version": "7bfbdf19a5d95af4976a0c32188b836f66bd190cd94643ee06321ef0024d0deb",
321
- "signature": "7bfbdf19a5d95af4976a0c32188b836f66bd190cd94643ee06321ef0024d0deb",
320
+ "version": "511a5f4f77165dc1b73ceae1e28b4a8f78f3443d8e18a1fd43bfafd2b0133bbe",
321
+ "signature": "511a5f4f77165dc1b73ceae1e28b4a8f78f3443d8e18a1fd43bfafd2b0133bbe",
322
322
  "affectsGlobalScope": false
323
323
  },
324
324
  "../node_modules/@types/babel__generator/index.d.ts": {
@@ -327,8 +327,8 @@
327
327
  "affectsGlobalScope": false
328
328
  },
329
329
  "../node_modules/@babel/parser/typings/babel-parser.d.ts": {
330
- "version": "9ed0773022bff64bccb1f4dc772d584c4bfba68bb7f6a82cd17334c925954b96",
331
- "signature": "9ed0773022bff64bccb1f4dc772d584c4bfba68bb7f6a82cd17334c925954b96",
330
+ "version": "95aba78013d782537cc5e23868e736bec5d377b918990e28ed56110e3ae8b958",
331
+ "signature": "95aba78013d782537cc5e23868e736bec5d377b918990e28ed56110e3ae8b958",
332
332
  "affectsGlobalScope": false
333
333
  },
334
334
  "../node_modules/@types/babel__template/index.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-amsclient",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Microsoft Omnichannel AMSClient",
5
5
  "files": [
6
6
  "lib/**/*"
@@ -24,10 +24,15 @@
24
24
  "@typescript-eslint/eslint-plugin": "^4.28.5",
25
25
  "@typescript-eslint/parser": "^4.28.5",
26
26
  "cross-env": "^7.0.3",
27
- "esbuild": "^0.12.1",
27
+ "esbuild": "^0.27.2",
28
28
  "eslint": "^7.31.0",
29
29
  "jest": "^27.0.6",
30
30
  "ts-jest": "^27.0.4",
31
31
  "typescript": "^4.2.4"
32
+ },
33
+ "overrides": {
34
+ "lodash": "4.17.23",
35
+ "@babel/core": "^7.26.10",
36
+ "@babel/runtime-corejs3": "^7.26.10"
32
37
  }
33
38
  }