File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { PingCommand } from './ping.command';
12
12
import { SyncCommand } from './sync.command' ;
13
13
import { configurePluralize } from './utils' ;
14
14
15
- const versionCode = '0.19.0 ' ;
15
+ const versionCode = '0.19.1 ' ;
16
16
17
17
// initialize dotenv
18
18
dotenv . config ( ) ;
Original file line number Diff line number Diff line change 25
25
| 3.9.x | ✅ | Full |
26
26
| 3.10.x | ✅ | Full |
27
27
| 3.11.x | ✅ | Full |
28
+ | 3.12.x | ✅ | Full |
28
29
29
30
1 . The stream routes will be skipped during synchronization because they cannot be associated to the service on these versions.
30
31
2 . The ` name ` field is lost when the stream route is dumped and synchronized, because it is not defined in the APISIX schema.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api7/adc" ,
3
3
"version" : " 0.0.0" ,
4
- "license" : " MIT " ,
4
+ "license" : " Apache-2.0 " ,
5
5
"scripts" : {},
6
6
"private" : true ,
7
7
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments