@cloud-copilot/iam-shrink 0.1.6 → 0.1.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.
@@ -0,0 +1,16 @@
1
+ name: Update Dependencies
2
+
3
+ on:
4
+ schedule:
5
+ - cron: '0 12 * * 6' # Every Saturday at 12:00 PM UTC
6
+ workflow_dispatch:
7
+
8
+ jobs:
9
+ update-dependencies:
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write # Push branches
13
+ pull-requests: write # Create PRs
14
+ steps:
15
+ - name: Run dependency update
16
+ uses: cloud-copilot/update-dependencies@main
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [0.1.7](https://github.com/cloud-copilot/iam-shrink/compare/v0.1.6...v0.1.7) (2025-04-05)
2
+
1
3
  ## [0.1.6](https://github.com/cloud-copilot/iam-shrink/compare/v0.1.5...v0.1.6) (2025-03-19)
2
4
 
3
5
  ## [0.1.5](https://github.com/cloud-copilot/iam-shrink/compare/v0.1.4...v0.1.5) (2025-03-01)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-shrink",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Shrink IAM Policies",
5
5
  "scripts": {
6
6
  "build": "npx tsc -p tsconfig.cjs.json && npx tsc -p tsconfig.esm.json && ./postbuild.sh",