-
Notifications
You must be signed in to change notification settings - Fork 20
/
bundled.json
40 lines (40 loc) · 929 Bytes
/
bundled.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"versions": {
"0.15.0": {
"install": [
"advanced-validator-plugin",
"base64-plugin",
"json-format-plugin",
"xml-format-plugin",
"save-manipulator-plugin",
"contains-string-validator-plugin",
"systopic-plugin"
],
"uninstall": []
},
"1.0.0": {
"install": [
"advanced-validator",
"base64",
"contains-string-validator",
"json-format",
"save-manipulator",
"systopic",
"xml-format",
"xml-xsd-validator",
"zip-manipulator"
],
"uninstall": [
"advanced-validator-plugin",
"base64-plugin",
"contains-string-validator-plugin",
"json-format-plugin",
"save-manipulator-plugin",
"systopic-plugin",
"xml-format-plugin",
"xml-xsd-validator-plugin",
"zip-manipulator-plugin"
]
}
}
}