@sentio/runtime 1.37.5-rc.7 → 1.37.5-rc.8

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.
@@ -711,7 +711,7 @@ export declare const ExportResult: {
711
711
  export type ProcessorDefinition = typeof ProcessorDefinition;
712
712
  export declare const ProcessorDefinition: {
713
713
  readonly name: "Processor";
714
- readonly fullName: "processor_full.Processor";
714
+ readonly fullName: "processor.Processor";
715
715
  readonly methods: {
716
716
  readonly start: {
717
717
  readonly name: "Start";
@@ -3897,7 +3897,7 @@ exports.ExportResult = {
3897
3897
  };
3898
3898
  exports.ProcessorDefinition = {
3899
3899
  name: "Processor",
3900
- fullName: "processor_full.Processor",
3900
+ fullName: "processor.Processor",
3901
3901
  methods: {
3902
3902
  start: {
3903
3903
  name: "Start",