@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 +2 -0
- package/package.json +1 -1
- package/src/shrink_file.test.ts +1 -1
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
package/src/shrink_file.test.ts
CHANGED
|
@@ -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
|
|
32
|
+
//Given an object with an array of NotAction nested in the document
|
|
33
33
|
const document = {
|
|
34
34
|
statements: [
|
|
35
35
|
{
|