@bitblit/ratchet-epsilon-common 4.0.88-alpha → 4.0.94-alpha

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.
@@ -130,6 +130,7 @@ export * from './open-api-util/yaml-combiner';
130
130
  export * from './sample/sample-batch-only-local-server';
131
131
  export * from './sample/sample-local-server';
132
132
  export * from './sample/sample-server-components';
133
+ export * from './sample/sample-server-static-files';
133
134
  export * from './util/aws-util';
134
135
  export * from './util/context-util';
135
136
  export * from './util/cron-util';
@@ -7,6 +7,4 @@ export declare class SampleServerComponents {
7
7
  static createSampleEpsilonConfig(): Promise<EpsilonConfig>;
8
8
  static createSampleEpsilonGlobalHandler(): Promise<EpsilonGlobalHandler>;
9
9
  static createSampleBatchOnlyEpsilonGlobalHandler(): Promise<EpsilonGlobalHandler>;
10
- static loadSampleOpenApiYaml(): string;
11
- static loadSampleServerGQL(): string;
12
10
  }
@@ -0,0 +1,5 @@
1
+ export declare class SampleServerStaticFiles {
2
+ private constructor();
3
+ static readonly SAMPLE_OPEN_API_DOC: string;
4
+ static readonly SAMPLE_SERVER_GRAPHQL: string;
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-epsilon-common",
3
- "version": "4.0.88-alpha",
3
+ "version": "4.0.94-alpha",
4
4
  "description": "Tiny adapter to simplify building API gateway Lambda APIS",
5
5
  "sideEffects": false,
6
6
  "bin": {