@kensio/yulin 0.39.0 → 0.40.0

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,8 +23,11 @@ npm i -D @kensio/yulin
23
23
  - [CloudFormation](./docs/services/cloudformation "Simulated CloudFormation docs")
24
24
  - [CloudFront](./docs/services/cloudfront "Simulated CloudFront docs")
25
25
  - [IAM](./docs/services/iam "Simulated IAM docs")
26
+ - [KMS](./docs/services/kms "Simulated KMS docs")
27
+ - [Lambda](./docs/services/lambda "Simulated Lambda docs")
26
28
  - [Route53](./docs/services/route53 "Simulated Route53 docs")
27
29
  - [S3](./docs/services/s3 "Simulated S3 docs")
30
+ - [Secrets Manager](./docs/services/secretsmanager "Simulated Secrets Manager docs")
28
31
  - [STS](./docs/services/sts "Simulated STS docs")
29
32
 
30
33
  ## Feature specific docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kensio/yulin",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "AWS system behaviour simulation for isolated unit testing",
5
5
  "repository": {
6
6
  "type": "git",