quicktype-core 6.1.11 → 6.1.12
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/dist/language/Rust.js +1 -1
- package/package.json +2 -2
package/dist/language/Rust.js
CHANGED
|
@@ -270,7 +270,7 @@ class RustRenderer extends ConvenienceRenderer_1.ConvenienceRenderer {
|
|
|
270
270
|
this.emitCommentLines(this.leadingComments);
|
|
271
271
|
return;
|
|
272
272
|
}
|
|
273
|
-
const topLevelName = Support_1.defined(collection_utils_1.mapFirst(this.topLevels));
|
|
273
|
+
const topLevelName = Support_1.defined(collection_utils_1.mapFirst(this.topLevels)).getCombinedName();
|
|
274
274
|
this.emitMultiline(`// Example code that deserializes and serializes the model.
|
|
275
275
|
// extern crate serde;
|
|
276
276
|
// #[macro_use]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quicktype-core",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.12",
|
|
4
4
|
"description": "The quicktype engine as a library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"fs": false
|
|
46
46
|
},
|
|
47
47
|
"config": {
|
|
48
|
-
"commit": "
|
|
48
|
+
"commit": "7d5b0ce40ada9c206b0808709a6f219051424d98"
|
|
49
49
|
}
|
|
50
50
|
}
|