@cloud-copilot/iam-shrink 0.1.62 → 0.1.63

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/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [0.1.63](https://github.com/cloud-copilot/iam-shrink/compare/v0.1.62...v0.1.63) (2026-02-25)
2
+
1
3
  ## [0.1.62](https://github.com/cloud-copilot/iam-shrink/compare/v0.1.61...v0.1.62) (2026-02-24)
2
4
 
3
5
  ## [0.1.61](https://github.com/cloud-copilot/iam-shrink/compare/v0.1.60...v0.1.61) (2026-02-23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-shrink",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
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",
@@ -29,7 +29,7 @@ describe('shrinkJsonDocument', () => {
29
29
  })
30
30
 
31
31
  it('shrinks an array of NotAction nested in the document', async () => {
32
- //Given an object with an array of NotAction nexted in the document
32
+ //Given an object with an array of NotAction nested in the document
33
33
  const document = {
34
34
  statements: [
35
35
  {