@friggframework/core 1.3.1--canary.332.09415a3.0 → 2.0.0-next.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -28,6 +28,7 @@ The Frigg Core package provides the foundational components and utilities for th
28
28
  - **Logging**: Structured logging utilities.
29
29
  - **Module Plugin**: Plugin system for extending core functionality.
30
30
  - **Syncs**: Synchronization utilities for data consistency.
31
+ - **Infrastructure**: Frigg reads through your integration definitions and auto-generates the infrastructure your code needs to run smoothly.
31
32
 
32
33
  ## Installation
33
34
 
@@ -65,6 +66,7 @@ The frigg-core package is organized into several modules:
65
66
  - **Logs**: @friggframework/core/logs
66
67
  - **Module Plugin**: @friggframework/core/module-plugin
67
68
  - **Syncs**: @friggframework/core/syncs
69
+ - **Infrastructure**: @friggframework/core/infrastructure
68
70
 
69
71
 
70
72
  Each module provides specific functionality and can be imported individually as needed.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.3.1--canary.332.09415a3.0",
4
+ "version": "2.0.0-next.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -15,9 +15,9 @@
15
15
  "node-fetch": "^2.6.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/eslint-config": "1.3.1--canary.332.09415a3.0",
19
- "@friggframework/prettier-config": "1.3.1--canary.332.09415a3.0",
20
- "@friggframework/test": "1.3.1--canary.332.09415a3.0",
18
+ "@friggframework/eslint-config": "^2.0.0-next.0",
19
+ "@friggframework/prettier-config": "^2.0.0-next.0",
20
+ "@friggframework/test": "^2.0.0-next.0",
21
21
  "@types/lodash": "^4.14.191",
22
22
  "@typescript-eslint/eslint-plugin": "^8.0.0",
23
23
  "chai": "^4.3.6",
@@ -48,5 +48,5 @@
48
48
  },
49
49
  "homepage": "https://github.com/friggframework/frigg#readme",
50
50
  "description": "",
51
- "gitHead": "09415a3700906ab8a3bcc9c3e023e1e6df8d8121"
51
+ "gitHead": "e37f577d3c14f8eed6584517830c6c61815cf759"
52
52
  }