5etools-utils 0.10.25 → 0.10.26
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.
- package/package.json +1 -1
- package/schema/brew/class/fluff-class.json +11 -1
- package/schema/brew-fast/class/fluff-class.json +11 -1
- package/schema/site/class/fluff-class.json +11 -1
- package/schema/site-fast/class/fluff-class.json +11 -1
- package/schema/ua/class/fluff-class.json +11 -1
- package/schema/ua-fast/class/fluff-class.json +11 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"$ref": "../entry.json"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"shortName": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
35
38
|
"className": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
"$ref": "../entry.json"
|
|
76
79
|
}
|
|
77
80
|
},
|
|
81
|
+
"shortName": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
78
84
|
"className": {
|
|
79
85
|
"type": "string"
|
|
80
86
|
},
|
|
@@ -85,6 +91,7 @@
|
|
|
85
91
|
"additionalProperties": false,
|
|
86
92
|
"required": [
|
|
87
93
|
"name",
|
|
94
|
+
"shortName",
|
|
88
95
|
"source",
|
|
89
96
|
"className",
|
|
90
97
|
"classSource"
|
|
@@ -127,6 +134,9 @@
|
|
|
127
134
|
"$ref": "../entry.json"
|
|
128
135
|
}
|
|
129
136
|
},
|
|
137
|
+
"shortName": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
130
140
|
"className": {
|
|
131
141
|
"type": "string"
|
|
132
142
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"$ref": "../entry.json"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"shortName": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
35
38
|
"className": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
"$ref": "../entry.json"
|
|
76
79
|
}
|
|
77
80
|
},
|
|
81
|
+
"shortName": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
78
84
|
"className": {
|
|
79
85
|
"type": "string"
|
|
80
86
|
},
|
|
@@ -85,6 +91,7 @@
|
|
|
85
91
|
"additionalProperties": false,
|
|
86
92
|
"required": [
|
|
87
93
|
"name",
|
|
94
|
+
"shortName",
|
|
88
95
|
"source",
|
|
89
96
|
"className",
|
|
90
97
|
"classSource"
|
|
@@ -127,6 +134,9 @@
|
|
|
127
134
|
"$ref": "../entry.json"
|
|
128
135
|
}
|
|
129
136
|
},
|
|
137
|
+
"shortName": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
130
140
|
"className": {
|
|
131
141
|
"type": "string"
|
|
132
142
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"$ref": "../entry.json"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"shortName": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
35
38
|
"className": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
"$ref": "../entry.json"
|
|
76
79
|
}
|
|
77
80
|
},
|
|
81
|
+
"shortName": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
78
84
|
"className": {
|
|
79
85
|
"type": "string"
|
|
80
86
|
},
|
|
@@ -85,6 +91,7 @@
|
|
|
85
91
|
"additionalProperties": false,
|
|
86
92
|
"required": [
|
|
87
93
|
"name",
|
|
94
|
+
"shortName",
|
|
88
95
|
"source",
|
|
89
96
|
"className",
|
|
90
97
|
"classSource"
|
|
@@ -127,6 +134,9 @@
|
|
|
127
134
|
"$ref": "../entry.json"
|
|
128
135
|
}
|
|
129
136
|
},
|
|
137
|
+
"shortName": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
130
140
|
"className": {
|
|
131
141
|
"type": "string"
|
|
132
142
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"$ref": "../entry.json"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"shortName": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
35
38
|
"className": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
"$ref": "../entry.json"
|
|
76
79
|
}
|
|
77
80
|
},
|
|
81
|
+
"shortName": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
78
84
|
"className": {
|
|
79
85
|
"type": "string"
|
|
80
86
|
},
|
|
@@ -85,6 +91,7 @@
|
|
|
85
91
|
"additionalProperties": false,
|
|
86
92
|
"required": [
|
|
87
93
|
"name",
|
|
94
|
+
"shortName",
|
|
88
95
|
"source",
|
|
89
96
|
"className",
|
|
90
97
|
"classSource"
|
|
@@ -127,6 +134,9 @@
|
|
|
127
134
|
"$ref": "../entry.json"
|
|
128
135
|
}
|
|
129
136
|
},
|
|
137
|
+
"shortName": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
130
140
|
"className": {
|
|
131
141
|
"type": "string"
|
|
132
142
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"$ref": "../entry.json"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"shortName": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
35
38
|
"className": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
"$ref": "../entry.json"
|
|
76
79
|
}
|
|
77
80
|
},
|
|
81
|
+
"shortName": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
78
84
|
"className": {
|
|
79
85
|
"type": "string"
|
|
80
86
|
},
|
|
@@ -85,6 +91,7 @@
|
|
|
85
91
|
"additionalProperties": false,
|
|
86
92
|
"required": [
|
|
87
93
|
"name",
|
|
94
|
+
"shortName",
|
|
88
95
|
"source",
|
|
89
96
|
"className",
|
|
90
97
|
"classSource"
|
|
@@ -127,6 +134,9 @@
|
|
|
127
134
|
"$ref": "../entry.json"
|
|
128
135
|
}
|
|
129
136
|
},
|
|
137
|
+
"shortName": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
130
140
|
"className": {
|
|
131
141
|
"type": "string"
|
|
132
142
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"$ref": "../entry.json"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"shortName": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
35
38
|
"className": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
"$ref": "../entry.json"
|
|
76
79
|
}
|
|
77
80
|
},
|
|
81
|
+
"shortName": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
78
84
|
"className": {
|
|
79
85
|
"type": "string"
|
|
80
86
|
},
|
|
@@ -85,6 +91,7 @@
|
|
|
85
91
|
"additionalProperties": false,
|
|
86
92
|
"required": [
|
|
87
93
|
"name",
|
|
94
|
+
"shortName",
|
|
88
95
|
"source",
|
|
89
96
|
"className",
|
|
90
97
|
"classSource"
|
|
@@ -127,6 +134,9 @@
|
|
|
127
134
|
"$ref": "../entry.json"
|
|
128
135
|
}
|
|
129
136
|
},
|
|
137
|
+
"shortName": {
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
130
140
|
"className": {
|
|
131
141
|
"type": "string"
|
|
132
142
|
},
|