ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#9
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1763193791200 into main
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.

packages/ts-cloud/package.jsonmodified+15-2
Changes to packages/ts-cloud/package.json
@@ -3,7 +3,7 @@
33 "type": "module",
44 "version": "0.0.0",
55 "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>",
77 "license": "MIT",
88 "homepage": "https://github.com/stacksjs/cloud#readme",
99 "repository": {
@@ -30,6 +30,18 @@
3030 "types": "./dist/index.d.ts",
3131 "import": "./dist/src/index.js"
3232 },
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 },
3345 "./*": {
3446 "import": "./dist/*"
3547 }
@@ -66,9 +78,10 @@
6678 "test": "bun test"
6779 },
6880 "dependencies": {
81 "@ts-cloud/aws-types": "workspace:*",
6982 "@ts-cloud/core": "workspace:*",
7083 "@ts-cloud/types": "workspace:*",
71 "@ts-cloud/aws-types": "workspace:*"
84 "fast-xml-parser": "^5.3.3"
7285 },
7386 "devDependencies": {
7487 "bunfig": "^0.15.6",