@fjall/components-infrastructure 0.1.32 → 0.1.34

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 +1,3 @@
1
1
  export * from "./networking";
2
+ export * from "./storage";
3
+ export * from "./awsStack";
@@ -15,4 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./networking"), exports);
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvcmVzb3VyY2VzL2F3cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsK0NBQTZCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vbmV0d29ya2luZ1wiO1xuIl19
18
+ __exportStar(require("./storage"), exports);
19
+ __exportStar(require("./awsStack"), exports);
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvcmVzb3VyY2VzL2F3cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsK0NBQTZCO0FBQzdCLDRDQUEwQjtBQUMxQiw2Q0FBMkIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tIFwiLi9uZXR3b3JraW5nXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9zdG9yYWdlXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9hd3NTdGFja1wiO1xuIl19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/components-infrastructure",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "bin": {
5
5
  "infrastructure": "bin/infrastructure.js"
6
6
  },
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@aws-sdk/client-cost-explorer": "^3.717.0",
58
58
  "@aws-sdk/client-organizations": "^3.716.0",
59
- "@fjall/util": "^0.1.32",
59
+ "@fjall/util": "^0.1.33",
60
60
  "@pepperize/cdk-organizations": "^0.7.135",
61
61
  "aws-cdk": "^2.146.0",
62
62
  "aws-cdk-lib": "^2.146.0",
@@ -68,5 +68,5 @@
68
68
  "overrides": {
69
69
  "@smithy/core": "2.5.5"
70
70
  },
71
- "gitHead": "a38039d908741da0fc7b07a9996185ae233e9544"
71
+ "gitHead": "6805158c204bcc59c4f3593465e057ea619f3a1f"
72
72
  }