botframework-webchat-api 4.14.1 → 4.14.2

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.
@@ -8095,7 +8095,13 @@
8095
8095
  Globalize("pl").pluralGenerator({}),
8096
8096
  {
8097
8097
  compoundUnitPattern: "{0}/{1}",
8098
- unitProperties: { displayName: "kB", other: "{0} kB" },
8098
+ unitProperties: {
8099
+ displayName: "kB",
8100
+ other: "{0} kB",
8101
+ one: "{0} kB",
8102
+ few: "{0} kB",
8103
+ many: "{0} kB",
8104
+ },
8099
8105
  }
8100
8106
  );
8101
8107
  Globalize.a1857201816 = unitFormatterFn(
@@ -8103,7 +8109,13 @@
8103
8109
  Globalize("pl").pluralGenerator({}),
8104
8110
  {
8105
8111
  compoundUnitPattern: "{0}/{1}",
8106
- unitProperties: { displayName: "MB", other: "{0} MB" },
8112
+ unitProperties: {
8113
+ displayName: "MB",
8114
+ other: "{0} MB",
8115
+ one: "{0} MB",
8116
+ few: "{0} MB",
8117
+ many: "{0} MB",
8118
+ },
8107
8119
  }
8108
8120
  );
8109
8121
  Globalize.a506564238 = unitFormatterFn(
@@ -8111,7 +8123,13 @@
8111
8123
  Globalize("pl").pluralGenerator({}),
8112
8124
  {
8113
8125
  compoundUnitPattern: "{0}/{1}",
8114
- unitProperties: { displayName: "GB", other: "{0} GB" },
8126
+ unitProperties: {
8127
+ displayName: "GB",
8128
+ other: "{0} GB",
8129
+ one: "{0} GB",
8130
+ few: "{0} GB",
8131
+ many: "{0} GB",
8132
+ },
8115
8133
  }
8116
8134
  );
8117
8135
  Globalize.b1395100406 = unitFormatterFn(
@@ -8131,7 +8149,7 @@
8131
8149
  Globalize("pt").pluralGenerator({}),
8132
8150
  {
8133
8151
  compoundUnitPattern: "{0}/{1}",
8134
- unitProperties: { displayName: "kByte", other: "{0} kB" },
8152
+ unitProperties: { displayName: "kByte", other: "{0} kB", one: "{0} kB" },
8135
8153
  }
8136
8154
  );
8137
8155
  Globalize.a1947730832 = unitFormatterFn(
@@ -8139,7 +8157,7 @@
8139
8157
  Globalize("pt").pluralGenerator({}),
8140
8158
  {
8141
8159
  compoundUnitPattern: "{0}/{1}",
8142
- unitProperties: { displayName: "MByte", other: "{0} MB" },
8160
+ unitProperties: { displayName: "MByte", other: "{0} MB", one: "{0} MB" },
8143
8161
  }
8144
8162
  );
8145
8163
  Globalize.a597093254 = unitFormatterFn(
@@ -8147,7 +8165,7 @@
8147
8165
  Globalize("pt").pluralGenerator({}),
8148
8166
  {
8149
8167
  compoundUnitPattern: "{0}/{1}",
8150
- unitProperties: { displayName: "GByte", other: "{0} GB" },
8168
+ unitProperties: { displayName: "GByte", other: "{0} GB", one: "{0} GB" },
8151
8169
  }
8152
8170
  );
8153
8171
  Globalize.a1665198183 = unitFormatterFn(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat-api",
3
- "version": "4.14.1",
3
+ "version": "4.14.2",
4
4
  "description": "React DOM component of botframework-webchat",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  "prestart": "npm run build:babel",
31
31
  "start": "concurrently --kill-others --names \"babel,globalize,tsc\" \"npm run start:babel\" \"npm run start:globalize\" \"npm run start:typescript\"",
32
32
  "start:babel": "npm run build:babel -- --skip-initial-build --watch",
33
- "start:globalize": "node-dev --respawn scripts/createPrecompiledGlobalize.js",
33
+ "start:globalize": "node-dev --respawn scripts/createPrecompiledGlobalize.mjs",
34
34
  "start:typescript": "npm run build:typescript -- --watch"
35
35
  },
36
36
  "devDependencies": {
@@ -45,7 +45,7 @@
45
45
  "@typescript-eslint/parser": "^4.28.3",
46
46
  "babel-plugin-istanbul": "^6.0.0",
47
47
  "babel-plugin-transform-inline-environment-variables": "^0.4.3",
48
- "cldr-data": "4.14.1",
48
+ "cldr-data": "4.14.2",
49
49
  "concurrently": "^6.2.0",
50
50
  "core-js": "^3.15.2",
51
51
  "eslint": "^7.30.0",
@@ -59,7 +59,7 @@
59
59
  "typescript": "^4.3.5"
60
60
  },
61
61
  "dependencies": {
62
- "botframework-webchat-core": "4.14.1",
62
+ "botframework-webchat-core": "4.14.2",
63
63
  "globalize": "1.6.0",
64
64
  "math-random": "2.0.1",
65
65
  "prop-types": "15.7.2",