@tramvai/module-common 3.33.2 → 3.34.0

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.
@@ -1,6 +1,7 @@
1
1
  export { CommonModule } from './CommonModule.browser.js';
2
2
  export { CommandModule } from './command/CommandModule.browser.js';
3
3
  export { ActionExecution } from './actions/actionExecution.browser.js';
4
+ export { ActionRegistry } from './actions/actionRegistry.browser.js';
4
5
  export { Deferred } from './actions/deferred/deferred.inline.browser.js';
5
6
  export { Await } from './actions/deferred/await.browser.js';
6
7
  export { ExecutionContextManager } from './executionContext/executionContextManager.browser.js';
package/lib/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export { CommonModule } from './CommonModule';
2
2
  export { CommandModule } from './command/CommandModule';
3
3
  export { ActionExecution } from './actions/actionExecution';
4
+ export { ActionRegistry } from './actions/actionRegistry';
4
5
  export { Deferred } from './actions/deferred/deferred.inline';
5
6
  export { Await } from './actions/deferred/await';
6
7
  export { ExecutionContextManager } from './executionContext/executionContextManager';
package/lib/index.es.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export { CommonModule } from './CommonModule.es.js';
2
2
  export { CommandModule } from './command/CommandModule.es.js';
3
3
  export { ActionExecution } from './actions/actionExecution.es.js';
4
+ export { ActionRegistry } from './actions/actionRegistry.es.js';
4
5
  export { Deferred } from './actions/deferred/deferred.inline.es.js';
5
6
  export { Await } from './actions/deferred/await.es.js';
6
7
  export { ExecutionContextManager } from './executionContext/executionContextManager.es.js';
package/lib/index.js CHANGED
@@ -5,6 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var CommonModule = require('./CommonModule.js');
6
6
  var CommandModule = require('./command/CommandModule.js');
7
7
  var actionExecution = require('./actions/actionExecution.js');
8
+ var actionRegistry = require('./actions/actionRegistry.js');
8
9
  var deferred_inline = require('./actions/deferred/deferred.inline.js');
9
10
  var _await = require('./actions/deferred/await.js');
10
11
  var executionContextManager = require('./executionContext/executionContextManager.js');
@@ -31,6 +32,7 @@ Object.defineProperty(exports, 'CommandModule', {
31
32
  get: function () { return CommandModule.CommandModule; }
32
33
  });
33
34
  exports.ActionExecution = actionExecution.ActionExecution;
35
+ exports.ActionRegistry = actionRegistry.ActionRegistry;
34
36
  exports.Deferred = deferred_inline.Deferred;
35
37
  exports.Await = _await.Await;
36
38
  exports.ExecutionContextManager = executionContextManager.ExecutionContextManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-common",
3
- "version": "3.33.2",
3
+ "version": "3.34.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -37,29 +37,29 @@
37
37
  "@tinkoff/pubsub": "0.6.1",
38
38
  "@tinkoff/url": "0.9.2",
39
39
  "@tramvai/safe-strings": "0.6.2",
40
- "@tramvai/experiments": "3.33.2",
41
- "@tramvai/module-cookie": "3.33.2",
42
- "@tramvai/module-environment": "3.33.2",
43
- "@tramvai/module-log": "3.33.2",
44
- "@tramvai/tokens-child-app": "3.33.2",
45
- "@tramvai/tokens-core-private": "3.33.2",
46
- "@tramvai/tokens-common": "3.33.2",
47
- "@tramvai/tokens-render": "3.33.2",
48
- "@tramvai/tokens-router": "3.33.2",
49
- "@tramvai/tokens-server-private": "3.33.2",
50
- "@tramvai/types-actions-state-context": "3.33.2",
40
+ "@tramvai/experiments": "3.34.0",
41
+ "@tramvai/module-cookie": "3.34.0",
42
+ "@tramvai/module-environment": "3.34.0",
43
+ "@tramvai/module-log": "3.34.0",
44
+ "@tramvai/tokens-child-app": "3.34.0",
45
+ "@tramvai/tokens-core-private": "3.34.0",
46
+ "@tramvai/tokens-common": "3.34.0",
47
+ "@tramvai/tokens-render": "3.34.0",
48
+ "@tramvai/tokens-router": "3.34.0",
49
+ "@tramvai/tokens-server-private": "3.34.0",
50
+ "@tramvai/types-actions-state-context": "3.34.0",
51
51
  "hoist-non-react-statics": "^3.3.1",
52
52
  "node-abort-controller": "^3.0.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@tinkoff/dippy": "0.9.2",
56
56
  "@tinkoff/utils": "^2.1.2",
57
- "@tramvai/cli": "3.33.2",
58
- "@tramvai/core": "3.33.2",
59
- "@tramvai/papi": "3.33.2",
60
- "@tramvai/react": "3.33.2",
61
- "@tramvai/state": "3.33.2",
62
- "@tramvai/tokens-server": "3.33.2",
57
+ "@tramvai/cli": "3.34.0",
58
+ "@tramvai/core": "3.34.0",
59
+ "@tramvai/papi": "3.34.0",
60
+ "@tramvai/react": "3.34.0",
61
+ "@tramvai/state": "3.34.0",
62
+ "@tramvai/tokens-server": "3.34.0",
63
63
  "react": ">=16.14.0",
64
64
  "tslib": "^2.4.0"
65
65
  },