@pwrdrvr/microapps-datalib 0.2.5 → 0.2.9

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 +11 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Overview
2
+
3
+ DynamoDB Table access library for the [MicroApps framework](https://github.com/pwrdrvr/microapps-core).
4
+
5
+ This library can be extended / used when customizing release rules, such as when extending the [MicroApps Release App](https://github.com/pwrdrvr/microapps-app-release-cdk).
6
+
7
+ # Links
8
+
9
+ - [Construct Hub - MicroApps CDK Docs](https://constructs.dev/packages/@pwrdrvr/microapps-cdk/)
10
+ - [MicroApps Core](https://github.com/pwrdrvr/microapps-core)
11
+ - [MicroApps Release App](https://github.com/pwrdrvr/microapps-app-release-cdk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pwrdrvr/microapps-datalib",
3
- "version": "0.2.5",
3
+ "version": "0.2.9",
4
4
  "description": "Data library for the microapps framework",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",