@flock/wirespec 0.18.14 → 0.18.15

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.
Files changed (34) hide show
  1. package/clikt-clikt-mordant.mjs +39 -39
  2. package/colormath-root-colormath.mjs +432 -432
  3. package/kotlin-kotlin-stdlib.mjs +20 -10
  4. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  5. package/kotlin-openapi-bindings.mjs +9842 -9842
  6. package/kotlin-rgxgen.mjs +1758 -1758
  7. package/kotlinx-io-kotlinx-io-core.mjs +404 -404
  8. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1775 -1775
  9. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1466 -1466
  10. package/mordant-mordant.mjs +1190 -1190
  11. package/package.json +1 -1
  12. package/wirespec-src-compiler-core.mjs +1 -1
  13. package/wirespec-src-compiler-emitters-java.mjs +182 -182
  14. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  15. package/wirespec-src-compiler-emitters-kotlin.mjs +197 -133
  16. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  17. package/wirespec-src-compiler-emitters-python.mjs +147 -147
  18. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  19. package/wirespec-src-compiler-emitters-rust.mjs +68 -54
  20. package/wirespec-src-compiler-emitters-rust.mjs.map +1 -1
  21. package/wirespec-src-compiler-emitters-scala.mjs +29 -29
  22. package/wirespec-src-compiler-emitters-typescript.mjs +81 -54
  23. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  24. package/wirespec-src-compiler-emitters-wirespec.mjs +26 -26
  25. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  26. package/wirespec-src-compiler-ir.mjs +144 -134
  27. package/wirespec-src-compiler-ir.mjs.map +1 -1
  28. package/wirespec-src-converter-avro.mjs +479 -479
  29. package/wirespec-src-converter-openapi.mjs +320 -320
  30. package/wirespec-src-ide-lsp.mjs +1348 -1348
  31. package/wirespec-src-plugin-arguments.mjs +136 -136
  32. package/wirespec-src-plugin-cli.mjs +84 -84
  33. package/wirespec-src-plugin-npm.mjs +10 -10
  34. package/wirespec-src-tools-generator.mjs +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flock/wirespec",
3
- "version": "0.18.14",
3
+ "version": "0.18.15",
4
4
  "main": "wirespec-src-plugin-npm.mjs",
5
5
  "types": "wirespec-src-plugin-npm.d.mts",
6
6
  "devDependencies": {
@@ -183,7 +183,7 @@ initMetadataForClass(ParamType, 'ParamType', VOID, Enum);
183
183
  initMetadataForClass(Param, 'Param');
184
184
  initMetadataForClass(FileExtension, 'FileExtension', VOID, Enum);
185
185
  initMetadataForCompanion(Companion_0);
186
- initMetadataForClass(LanguageEmitter, 'LanguageEmitter', VOID, VOID, [NotYetImplemented, TypeDefinitionEmitter]);
186
+ initMetadataForClass(LanguageEmitter, 'LanguageEmitter', VOID, VOID, [TypeDefinitionEmitter, NotYetImplemented]);
187
187
  initMetadataForCompanion(Companion_1);
188
188
  initMetadataForClass(PackageName, 'PackageName');
189
189
  initMetadataForObject(Spacer, 'Spacer');