@webiny/app-tenancy 5.37.2 → 5.37.3-beta.1

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/Tenancy.js CHANGED
@@ -25,4 +25,6 @@ var TenancyExtension = function TenancyExtension() {
25
25
  };
26
26
  exports.TenancyExtension = TenancyExtension;
27
27
  var Tenancy = /*#__PURE__*/(0, _react.memo)(TenancyExtension);
28
- exports.Tenancy = Tenancy;
28
+ exports.Tenancy = Tenancy;
29
+
30
+ //# sourceMappingURL=Tenancy.js.map
@@ -70,4 +70,6 @@ var TenancyProvider = function TenancyProvider(props) {
70
70
  value: value
71
71
  }, /*#__PURE__*/_react.default.createElement(_react.Fragment, null, props.children));
72
72
  };
73
- exports.TenancyProvider = TenancyProvider;
73
+ exports.TenancyProvider = TenancyProvider;
74
+
75
+ //# sourceMappingURL=Tenancy.js.map
@@ -8,4 +8,6 @@ var _react = require("react");
8
8
  var _Tenancy = require("../contexts/Tenancy");
9
9
  function useTenancy() {
10
10
  return (0, _react.useContext)(_Tenancy.TenancyContext);
11
- }
11
+ }
12
+
13
+ //# sourceMappingURL=useTenancy.js.map
package/index.js CHANGED
@@ -60,4 +60,6 @@ Object.keys(_Tenancy2).forEach(function (key) {
60
60
  var plugins = function plugins() {
61
61
  return [_installation.default];
62
62
  };
63
- exports.plugins = plugins;
63
+ exports.plugins = plugins;
64
+
65
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-tenancy",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,10 +17,10 @@
17
17
  "@babel/runtime": "7.22.6",
18
18
  "@emotion/styled": "11.10.6",
19
19
  "@types/react": "17.0.39",
20
- "@webiny/app": "5.37.2",
21
- "@webiny/app-admin": "5.37.2",
22
- "@webiny/plugins": "5.37.2",
23
- "@webiny/ui": "5.37.2",
20
+ "@webiny/app": "5.37.3-beta.1",
21
+ "@webiny/app-admin": "5.37.3-beta.1",
22
+ "@webiny/plugins": "5.37.3-beta.1",
23
+ "@webiny/ui": "5.37.3-beta.1",
24
24
  "apollo-client": "2.6.10",
25
25
  "graphql-tag": "2.12.6",
26
26
  "react": "17.0.2",
@@ -34,8 +34,8 @@
34
34
  "@babel/preset-env": "7.22.7",
35
35
  "@babel/preset-react": "7.22.5",
36
36
  "@babel/preset-typescript": "7.22.5",
37
- "@webiny/cli": "5.37.2",
38
- "@webiny/project-utils": "5.37.2",
37
+ "@webiny/cli": "5.37.3-beta.1",
38
+ "@webiny/project-utils": "5.37.3-beta.1",
39
39
  "babel-plugin-emotion": "9.2.11",
40
40
  "rimraf": "3.0.2",
41
41
  "ttypescript": "1.5.15",
@@ -49,5 +49,5 @@
49
49
  "build": "yarn webiny run build",
50
50
  "watch": "yarn webiny run watch"
51
51
  },
52
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
52
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
53
53
  }
@@ -93,4 +93,6 @@ var plugin = {
93
93
  }
94
94
  };
95
95
  var _default = plugin;
96
- exports.default = _default;
96
+ exports.default = _default;
97
+
98
+ //# sourceMappingURL=installation.js.map
package/withTenant.js CHANGED
@@ -63,4 +63,6 @@ var withTenant = function withTenant(Component) {
63
63
  }, children);
64
64
  };
65
65
  };
66
- exports.withTenant = withTenant;
66
+ exports.withTenant = withTenant;
67
+
68
+ //# sourceMappingURL=withTenant.js.map