File tree 4 files changed +12
-13
lines changed
@monocdk-experiment/assert 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 3
3
4
4
---
5
5
6
- ![ cdk-constructs: Experimental ] ( https://img.shields.io/badge/cdk--constructs-experimental-important .svg?style=for-the-badge )
6
+ ![ Deprecated ] ( https://img.shields.io/badge/deprecated-critical .svg?style=for-the-badge )
7
7
8
- > The APIs of higher level constructs in this module are experimental and under active development.
9
- > They are subject to non-backward compatible changes or removal in any future version. These are
10
- > not subject to the [ Semantic Versioning] ( https://semver.org/ ) model and breaking changes will be
11
- > announced in the release notes. This means that while you may use them, you may need to update
12
- > your source code when upgrading to a newer version of this package.
8
+ > This API may emit warnings. Backward compatibility is not guaranteed.
13
9
14
- If using monocdk, use [ @monocdk-experiment/assert ] ( https://www.npmjs.com/package/@monocdk-experiment/assert ) instead.
10
+ ## Replacement recommended
11
+
12
+ This library has been deprecated. We recommend you use the
13
+ [ @aws-cdk/assertions ] ( https://docs.aws.amazon.com/cdk/api/v1/docs/assertions-readme.html ) module instead.
15
14
16
15
---
17
16
Original file line number Diff line number Diff line change 55
55
"engines" : {
56
56
"node" : " >= 10.13.0 <13 || >=13.7.0"
57
57
},
58
- "stability" : " experimental " ,
59
- "maturity" : " experimental " ,
58
+ "stability" : " deprecated " ,
59
+ "maturity" : " deprecated " ,
60
60
"publishConfig" : {
61
61
"tag" : " latest"
62
62
},
Original file line number Diff line number Diff line change 71
71
"exclude" : true
72
72
},
73
73
"nozem" : false ,
74
- "stability" : " experimental " ,
75
- "maturity" : " developer-preview " ,
74
+ "stability" : " deprecated " ,
75
+ "maturity" : " deprecated " ,
76
76
"publishConfig" : {
77
77
"tag" : " latest-1"
78
78
}
Original file line number Diff line number Diff line change 64
64
"engines" : {
65
65
"node" : " >= 10.13.0 <13 || >=13.7.0"
66
66
},
67
- "stability" : " experimental " ,
68
- "maturity" : " developer-preview " ,
67
+ "stability" : " deprecated " ,
68
+ "maturity" : " deprecated " ,
69
69
"publishConfig" : {
70
70
"tag" : " latest"
71
71
}
You can’t perform that action at this time.
0 commit comments