@flock/wirespec 0.19.3 → 0.19.5

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 (38) hide show
  1. package/clikt-clikt-mordant.mjs +79 -79
  2. package/clikt-clikt.mjs +1312 -1312
  3. package/clikt-clikt.mjs.map +1 -1
  4. package/colormath-root-colormath.mjs +432 -432
  5. package/kotlin-kotlin-stdlib.mjs +14 -14
  6. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  7. package/kotlin-openapi-bindings.mjs +9859 -9859
  8. package/kotlin-rgxgen.mjs +1760 -1760
  9. package/kotlinx-io-kotlinx-io-core.mjs +404 -404
  10. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1775 -1775
  11. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1479 -1479
  12. package/mordant-mordant.mjs +1192 -1192
  13. package/package.json +1 -1
  14. package/wirespec-src-compiler-core.mjs +1 -1
  15. package/wirespec-src-compiler-emitters-java.mjs +259 -259
  16. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  17. package/wirespec-src-compiler-emitters-kotlin.mjs +187 -187
  18. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  19. package/wirespec-src-compiler-emitters-python.mjs +243 -243
  20. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  21. package/wirespec-src-compiler-emitters-rust.mjs +342 -342
  22. package/wirespec-src-compiler-emitters-scala.mjs +123 -123
  23. package/wirespec-src-compiler-emitters-typescript.mjs +234 -234
  24. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  25. package/wirespec-src-compiler-emitters-wirespec.mjs +24 -24
  26. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  27. package/wirespec-src-compiler-ir.mjs +3322 -3322
  28. package/wirespec-src-compiler-lib.mjs +227 -58
  29. package/wirespec-src-compiler-lib.mjs.map +1 -1
  30. package/wirespec-src-converter-avro.mjs +480 -480
  31. package/wirespec-src-converter-openapi.mjs +344 -344
  32. package/wirespec-src-ide-lsp.mjs +1348 -1348
  33. package/wirespec-src-plugin-arguments.mjs +139 -139
  34. package/wirespec-src-plugin-cli.mjs +87 -87
  35. package/wirespec-src-plugin-npm.d.mts +39 -2
  36. package/wirespec-src-plugin-npm.mjs +21 -21
  37. package/wirespec-src-plugin-npm.mjs.map +1 -1
  38. 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.19.3",
3
+ "version": "0.19.5",
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, [TypeDefinitionEmitter, NotYetImplemented]);
186
+ initMetadataForClass(LanguageEmitter, 'LanguageEmitter', VOID, VOID, [NotYetImplemented, TypeDefinitionEmitter]);
187
187
  initMetadataForCompanion(Companion_1);
188
188
  initMetadataForClass(PackageName, 'PackageName');
189
189
  initMetadataForObject(Spacer, 'Spacer');