File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,24 @@ that are specific to our versioned test runner. The following is a
32
32
//
33
33
// If this property is omitted, the tool used to build our compatibility
34
34
// document(s) will not include any modules from this versioned test suite.
35
- " targets" : [" module" ],
35
+ " targets" : [
36
+ {
37
+ // The name of the module being tested for compatibility.
38
+ " name" : " module" ,
39
+
40
+ // The minimum agent version that supports the named module.
41
+ " minAgentVersion" : " 2.6.0"
42
+ },
43
+
44
+ {
45
+ " name" : " other-module" ,
46
+
47
+ // If the named module requires a specific agent implemenation, for
48
+ // example `@newrelic/next`, then the full agent module identifier with
49
+ // version string should be provided.
50
+ " minAgentVersion" : " @newrelic/special-agent@1.2.3"
51
+ }
52
+ ],
36
53
37
54
// `version` is ignored.
38
55
" version" : " 0.0.0" ,
You can’t perform that action at this time.
0 commit comments