@tramvai/core 1.98.0 → 1.101.3

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/index.es.js CHANGED
@@ -206,7 +206,7 @@ const mergePlan = (x, y) => {
206
206
  }
207
207
  return y;
208
208
  };
209
- const mergeOptions = mergeWith(mergePlan);
209
+ const mergeOptions = /* #__PURE__*/ mergeWith(mergePlan);
210
210
  const mergePresets = (presets) => {
211
211
  if (!presets || !presets.length) {
212
212
  return {};
package/lib/index.js CHANGED
@@ -214,7 +214,7 @@ const mergePlan = (x, y) => {
214
214
  }
215
215
  return y;
216
216
  };
217
- const mergeOptions = mergeWith__default["default"](mergePlan);
217
+ const mergeOptions = /* #__PURE__*/ mergeWith__default["default"](mergePlan);
218
218
  const mergePresets = (presets) => {
219
219
  if (!presets || !presets.length) {
220
220
  return {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/core",
3
- "version": "1.98.0",
3
+ "version": "1.101.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@tinkoff/utils": "^2.1.2",
23
- "@tramvai/tokens-common": "1.98.0",
24
- "@tramvai/tokens-core": "1.98.0",
25
- "@tramvai/types-actions-state-context": "1.98.0",
26
- "@tinkoff/dippy": "0.7.39",
23
+ "@tramvai/tokens-common": "1.101.3",
24
+ "@tramvai/tokens-core": "1.101.3",
25
+ "@tramvai/types-actions-state-context": "1.101.3",
26
+ "@tinkoff/dippy": "0.7.40",
27
27
  "tslib": "^2.0.3"
28
28
  },
29
29
  "peerDependencies": {