@innovationson/cdk-iamuserwithaccesskey
v1.2.999
Published
Deprecated redirect package. Use @pcg-x-aws/cdk-iamuserwithaccesskey instead.
Readme
Deprecated Redirect Package
This package is a compatibility shim for existing users of:
@innovationson/cdk-iamuserwithaccesskey
It re-exports:
@pcg-x-aws/cdk-iamuserwithaccesskey
Manual publish
Run these commands from this folder:
npm publish --access publicAfter publishing, mark old versions as deprecated with a migration message:
npm deprecate "@innovationson/cdk-iamuserwithaccesskey@*" "Package moved to @pcg-x-aws/cdk-iamuserwithaccesskey. Please migrate."Optional: suppress runtime warning
If needed in CI or tests:
CDK_IAMUSERWITHACCESSKEY_SILENCE_DEPRECATION=1