@pwrdrvr/microapps-cdk 0.2.1 → 0.2.7

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "MicroApps framework, by PwrDrvr LLC, delivered as an AWS CDK construct that provides the DynamoDB, Router service, Deploy service, API Gateway, and CloudFront distribution.",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "git@github.com:pwrdrvr/microapps-core.git"
6
+ "url": "https://github.com/pwrdrvr/microapps-core"
7
7
  },
8
8
  "scripts": {
9
9
  "build": "npx projen build",
@@ -77,12 +77,13 @@
77
77
  },
78
78
  "main": "lib/index.js",
79
79
  "license": "MIT",
80
+ "homepage": "https://github.com/pwrdrvr/microapps-core",
80
81
  "publishConfig": {
81
82
  "access": "public"
82
83
  },
83
- "version": "0.2.1",
84
+ "version": "0.2.7",
84
85
  "types": "lib/index.d.ts",
85
- "stability": "stable",
86
+ "stability": "experimental",
86
87
  "jsii": {
87
88
  "outdir": "dist",
88
89
  "targets": {