also looking at this
chore(deps): update all non-major dependencies
#9
7 files
+12
-12
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -3,7 +3,7 @@ | ||
| 3 | 3 | "type": "module", |
| 4 | 4 | "version": "0.0.0", |
| 5 | 5 | "description": "A lightweight, performant infrastructure-as-code library and CLI for deploying both server-based (EC2) and serverless applications.", |
| 6 | "author": "Chris Breuer <chris@stacksjs.org>", | |
| 6 | "author": "Chris Breuer <chris@stacksjs.com>", | |
| 7 | 7 | "license": "MIT", |
| 8 | 8 | "homepage": "https://github.com/stacksjs/cloud#readme", |
| 9 | 9 | "repository": { |
| @@ -30,6 +30,18 @@ | ||
| 30 | 30 | "types": "./dist/index.d.ts", |
| 31 | 31 | "import": "./dist/src/index.js" |
| 32 | 32 | }, |
| 33 | "./aws": { | |
| 34 | "types": "./src/aws/index.ts", | |
| 35 | "import": "./src/aws/index.ts" | |
| 36 | }, | |
| 37 | "./dns": { | |
| 38 | "types": "./src/dns/index.ts", | |
| 39 | "import": "./src/dns/index.ts" | |
| 40 | }, | |
| 41 | "./push": { | |
| 42 | "types": "./src/push/index.ts", | |
| 43 | "import": "./src/push/index.ts" | |
| 44 | }, | |
| 33 | 45 | "./*": { |
| 34 | 46 | "import": "./dist/*" |
| 35 | 47 | } |
| @@ -66,9 +78,10 @@ | ||
| 66 | 78 | "test": "bun test" |
| 67 | 79 | }, |
| 68 | 80 | "dependencies": { |
| 81 | "@ts-cloud/aws-types": "workspace:*", | |
| 69 | 82 | "@ts-cloud/core": "workspace:*", |
| 70 | 83 | "@ts-cloud/types": "workspace:*", |
| 71 | "@ts-cloud/aws-types": "workspace:*" | |
| 84 | "fast-xml-parser": "^5.3.3" | |
| 72 | 85 | }, |
| 73 | 86 | "devDependencies": { |
| 74 | 87 | "bunfig": "^0.15.6", |