@inversifyjs/apollo-core 0.3.0 → 0.4.0

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 (26) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/lib/esm/apollo/models/apolloServerServiceIdentifier.d.ts +1 -1
  3. package/lib/esm/apollo/models/apolloServerServiceIdentifier.d.ts.map +1 -1
  4. package/lib/esm/apollo/models/apolloServerServiceIdentifier.js.map +1 -1
  5. package/lib/esm/apollo/models/inversifyApolloProviderServiceIdentifier.d.ts +4 -0
  6. package/lib/esm/apollo/models/inversifyApolloProviderServiceIdentifier.d.ts.map +1 -0
  7. package/lib/esm/apollo/models/inversifyApolloProviderServiceIdentifier.js +2 -0
  8. package/lib/esm/apollo/models/inversifyApolloProviderServiceIdentifier.js.map +1 -0
  9. package/lib/esm/apollo/modules/ApolloServerContainerModule.d.ts.map +1 -1
  10. package/lib/esm/apollo/modules/ApolloServerContainerModule.js +6 -0
  11. package/lib/esm/apollo/modules/ApolloServerContainerModule.js.map +1 -1
  12. package/lib/esm/apollo/modules/InversifyApolloProvider.d.ts +7 -0
  13. package/lib/esm/apollo/modules/InversifyApolloProvider.d.ts.map +1 -0
  14. package/lib/esm/apollo/modules/InversifyApolloProvider.js +2 -0
  15. package/lib/esm/apollo/modules/InversifyApolloProvider.js.map +1 -0
  16. package/lib/esm/apollo/modules/InversifyApolloProviderImplementation.d.ts +9 -0
  17. package/lib/esm/apollo/modules/InversifyApolloProviderImplementation.d.ts.map +1 -0
  18. package/lib/esm/apollo/modules/InversifyApolloProviderImplementation.js +19 -0
  19. package/lib/esm/apollo/modules/InversifyApolloProviderImplementation.js.map +1 -0
  20. package/lib/esm/index.d.ts +2 -0
  21. package/lib/esm/index.d.ts.map +1 -1
  22. package/lib/esm/index.js +1 -0
  23. package/lib/esm/index.js.map +1 -1
  24. package/package.json +1 -1
  25. package/lib/esm/apollo/modules/ApolloServerContainerModule.spec.d.ts +0 -2
  26. package/lib/esm/apollo/modules/ApolloServerContainerModule.spec.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @inversifyjs/apollo-core
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added `InversifyApolloProvider`
8
+ - Added `inversifyApolloProviderServiceIdentifier`
9
+
3
10
  ## 0.3.0
4
11
 
5
12
  ### Minor Changes
@@ -1,4 +1,4 @@
1
1
  import { type ApolloServer } from '@apollo/server';
2
2
  import { type ServiceIdentifier } from 'inversify';
3
- export declare const apolloServerServiceIdentifier: ServiceIdentifier<ApolloServer>;
3
+ export declare const apolloServerServiceIdentifier: ServiceIdentifier<ApolloServer<any>>;
4
4
  //# sourceMappingURL=apolloServerServiceIdentifier.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"apolloServerServiceIdentifier.d.ts","sourceRoot":"","sources":["../../../../src/apollo/models/apolloServerServiceIdentifier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,YAAY,CACrB,CAAC"}
1
+ {"version":3,"file":"apolloServerServiceIdentifier.d.ts","sourceRoot":"","sources":["../../../../src/apollo/models/apolloServerServiceIdentifier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAE3D,YAAY,CAAC,GAAG,CAAC,CACoC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"apolloServerServiceIdentifier.js","sourceRoot":"","sources":["../../../../src/apollo/models/apolloServerServiceIdentifier.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,6BAA6B,GACxC,MAAM,CAAC,GAAG,CAAC,uCAAuC,CAAC,CAAC"}
1
+ {"version":3,"file":"apolloServerServiceIdentifier.js","sourceRoot":"","sources":["../../../../src/apollo/models/apolloServerServiceIdentifier.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,6BAA6B,GAGtC,MAAM,CAAC,GAAG,CAAC,uCAAuC,CAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ServiceIdentifier } from 'inversify';
2
+ import { type InversifyApolloProvider } from '../modules/InversifyApolloProvider.js';
3
+ export declare const inversifyApolloProviderServiceIdentifier: ServiceIdentifier<InversifyApolloProvider>;
4
+ //# sourceMappingURL=inversifyApolloProviderServiceIdentifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inversifyApolloProviderServiceIdentifier.d.ts","sourceRoot":"","sources":["../../../../src/apollo/models/inversifyApolloProviderServiceIdentifier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAErF,eAAO,MAAM,wCAAwC,EAAE,iBAAiB,CAAC,uBAAuB,CAChC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const inversifyApolloProviderServiceIdentifier = Symbol.for('@inversifyjs/apollo-core/InversifyApolloProvider');
2
+ //# sourceMappingURL=inversifyApolloProviderServiceIdentifier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inversifyApolloProviderServiceIdentifier.js","sourceRoot":"","sources":["../../../../src/apollo/models/inversifyApolloProviderServiceIdentifier.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,wCAAwC,GACnD,MAAM,CAAC,GAAG,CAAC,kDAAkD,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ApolloServerContainerModule.d.ts","sourceRoot":"","sources":["../../../../src/apollo/modules/ApolloServerContainerModule.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,KAAK,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAQ7E,qBAAa,2BAA4B,SAAQ,eAAe;gBAE5D,IAAI,CAAC,EACD,CAAC,CAAC,OAAO,EAAE,0BAA0B,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,GAC/D,SAAS;CA2ChB"}
1
+ {"version":3,"file":"ApolloServerContainerModule.d.ts","sourceRoot":"","sources":["../../../../src/apollo/modules/ApolloServerContainerModule.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,KAAK,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAU7E,qBAAa,2BAA4B,SAAQ,eAAe;gBAE5D,IAAI,CAAC,EACD,CAAC,CAAC,OAAO,EAAE,0BAA0B,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,GAC/D,SAAS;CAgDhB"}
@@ -6,6 +6,8 @@ import { apolloServerPluginsServiceIdentifier } from '../models/apolloServerPlug
6
6
  import { apolloServerResolversServiceIdentifier } from '../models/apolloServerResolversServiceIdentifier.js';
7
7
  import { apolloServerServiceIdentifier } from '../models/apolloServerServiceIdentifier.js';
8
8
  import { apolloServerTypeDefsServiceIdentifier } from '../models/apolloServerTypeDefsServiceIdentifier.js';
9
+ import { inversifyApolloProviderServiceIdentifier } from '../models/inversifyApolloProviderServiceIdentifier.js';
10
+ import { InversifyApolloProviderImplementation } from './InversifyApolloProviderImplementation.js';
9
11
  export class ApolloServerContainerModule extends ContainerModule {
10
12
  constructor(load) {
11
13
  super((options) => {
@@ -33,6 +35,10 @@ export class ApolloServerContainerModule extends ContainerModule {
33
35
  apolloServerGraphqlServiceIdentifier,
34
36
  ])
35
37
  .inSingletonScope();
38
+ options
39
+ .bind(inversifyApolloProviderServiceIdentifier)
40
+ .to(InversifyApolloProviderImplementation)
41
+ .inSingletonScope();
36
42
  return load?.(options);
37
43
  });
38
44
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ApolloServerContainerModule.js","sourceRoot":"","sources":["../../../../src/apollo/modules/ApolloServerContainerModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAA2B,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAG7D,OAAO,EAAE,eAAe,EAAmC,MAAM,WAAW,CAAC;AAE7E,OAAO,EAAE,oCAAoC,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,EAAE,oCAAoC,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAC;AAC7G,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EAAE,qCAAqC,EAAE,MAAM,oDAAoD,CAAC;AAE3G,MAAM,OAAO,2BAA4B,SAAQ,eAAe;IAC9D,YACE,IAEa;QAEb,KAAK,CAAC,CAAC,OAAmC,EAAwB,EAAE;YAClE,OAAO;iBACJ,IAAI,CAAC,oCAAoC,CAAC;iBAC1C,eAAe,CACd,CAAC,SAAqB,EAAE,QAAoB,EAAiB,EAAE,CAC7D,oBAAoB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC,EAC/C;gBACE,sCAAsC;gBACtC,qCAAqC;aACtC,CACF;iBACA,gBAAgB,EAAE,CAAC;YACtB,OAAO;iBACJ,IAAI,CAAC,6BAA6B,CAAC;iBACnC,eAAe,CACd,KAAK,EACH,OAA+B,EAC/B,MAAqB,EACE,EAAE;gBACzB,MAAM,YAAY,GAAiB,IAAI,YAAY,CAAC;oBAClD,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE;oBACvB,MAAM;iBACP,CAAC,CAAC;gBAEH,MAAM,YAAY,CAAC,KAAK,EAAE,CAAC;gBAE3B,OAAO,YAAY,CAAC;YACtB,CAAC,EACD;gBACE;oBACE,UAAU,EAAE,IAAI;oBAChB,iBAAiB,EAAE,oCAAoC;iBACxD;gBACD,oCAAoC;aACrC,CACF;iBACA,gBAAgB,EAAE,CAAC;YAEtB,OAAO,IAAI,EAAE,CAAC,OAAO,CAAC,CAAC;QACzB,CAAC,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"ApolloServerContainerModule.js","sourceRoot":"","sources":["../../../../src/apollo/modules/ApolloServerContainerModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAA2B,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAG7D,OAAO,EAAE,eAAe,EAAmC,MAAM,WAAW,CAAC;AAE7E,OAAO,EAAE,oCAAoC,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,EAAE,oCAAoC,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,EAAE,sCAAsC,EAAE,MAAM,qDAAqD,CAAC;AAC7G,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EAAE,qCAAqC,EAAE,MAAM,oDAAoD,CAAC;AAC3G,OAAO,EAAE,wCAAwC,EAAE,MAAM,uDAAuD,CAAC;AACjH,OAAO,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AAEnG,MAAM,OAAO,2BAA4B,SAAQ,eAAe;IAC9D,YACE,IAEa;QAEb,KAAK,CAAC,CAAC,OAAmC,EAAwB,EAAE;YAClE,OAAO;iBACJ,IAAI,CAAC,oCAAoC,CAAC;iBAC1C,eAAe,CACd,CAAC,SAAqB,EAAE,QAAoB,EAAiB,EAAE,CAC7D,oBAAoB,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC,EAC/C;gBACE,sCAAsC;gBACtC,qCAAqC;aACtC,CACF;iBACA,gBAAgB,EAAE,CAAC;YACtB,OAAO;iBACJ,IAAI,CAAC,6BAA6B,CAAC;iBACnC,eAAe,CACd,KAAK,EACH,OAA+B,EAC/B,MAAqB,EACE,EAAE;gBACzB,MAAM,YAAY,GAAiB,IAAI,YAAY,CAAC;oBAClD,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE;oBACvB,MAAM;iBACP,CAAC,CAAC;gBAEH,MAAM,YAAY,CAAC,KAAK,EAAE,CAAC;gBAE3B,OAAO,YAAY,CAAC;YACtB,CAAC,EACD;gBACE;oBACE,UAAU,EAAE,IAAI;oBAChB,iBAAiB,EAAE,oCAAoC;iBACxD;gBACD,oCAAoC;aACrC,CACF;iBACA,gBAAgB,EAAE,CAAC;YAEtB,OAAO;iBACJ,IAAI,CAAC,wCAAwC,CAAC;iBAC9C,EAAE,CAAC,qCAAqC,CAAC;iBACzC,gBAAgB,EAAE,CAAC;YAEtB,OAAO,IAAI,EAAE,CAAC,OAAO,CAAC,CAAC;QACzB,CAAC,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,7 @@
1
+ import type http from 'node:http';
2
+ import { type ApolloServer } from '@apollo/server';
3
+ export interface InversifyApolloProvider {
4
+ readonly apolloServer: ApolloServer<any>;
5
+ readonly httpServer: http.Server;
6
+ }
7
+ //# sourceMappingURL=InversifyApolloProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InversifyApolloProvider.d.ts","sourceRoot":"","sources":["../../../../src/apollo/modules/InversifyApolloProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAElC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,WAAW,uBAAuB;IAEtC,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAEzC,QAAQ,CAAC,UAAU,EAAE,IAAI,CAAC,MAAM,CAAC;CAClC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=InversifyApolloProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InversifyApolloProvider.js","sourceRoot":"","sources":["../../../../src/apollo/modules/InversifyApolloProvider.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import type http from 'node:http';
2
+ import { type ApolloServer } from '@apollo/server';
3
+ import { type InversifyApolloProvider } from './InversifyApolloProvider.js';
4
+ export declare class InversifyApolloProviderImplementation implements InversifyApolloProvider {
5
+ readonly apolloServer: ApolloServer<any>;
6
+ readonly httpServer: http.Server;
7
+ constructor(apolloServer: ApolloServer<any>, httpServer: http.Server);
8
+ }
9
+ //# sourceMappingURL=InversifyApolloProviderImplementation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InversifyApolloProviderImplementation.d.ts","sourceRoot":"","sources":["../../../../src/apollo/modules/InversifyApolloProviderImplementation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAElC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKnD,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,qBACa,qCAAsC,YAAW,uBAAuB;aAGjE,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC;aAE/B,UAAU,EAAE,IAAI,CAAC,MAAM;gBAFvB,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,EAE/B,UAAU,EAAE,IAAI,CAAC,MAAM;CAE1C"}
@@ -0,0 +1,19 @@
1
+ import { __decorate, __param } from "tslib";
2
+ import { inject, injectable } from 'inversify';
3
+ import { apolloServerServiceIdentifier } from '../models/apolloServerServiceIdentifier.js';
4
+ import { httpServerServiceIdentifier } from '../models/httpServerServiceIdentifier.js';
5
+ let InversifyApolloProviderImplementation = class InversifyApolloProviderImplementation {
6
+ apolloServer;
7
+ httpServer;
8
+ constructor(apolloServer, httpServer) {
9
+ this.apolloServer = apolloServer;
10
+ this.httpServer = httpServer;
11
+ }
12
+ };
13
+ InversifyApolloProviderImplementation = __decorate([
14
+ injectable(),
15
+ __param(0, inject(apolloServerServiceIdentifier)),
16
+ __param(1, inject(httpServerServiceIdentifier))
17
+ ], InversifyApolloProviderImplementation);
18
+ export { InversifyApolloProviderImplementation };
19
+ //# sourceMappingURL=InversifyApolloProviderImplementation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InversifyApolloProviderImplementation.js","sourceRoot":"","sources":["../../../../src/apollo/modules/InversifyApolloProviderImplementation.ts"],"names":[],"mappings":";AAGA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;AAIhF,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;IAG9B;IAEA;IAJlB,YAEkB,YAA+B,EAE/B,UAAuB;QAFvB,iBAAY,GAAZ,YAAY,CAAmB;QAE/B,eAAU,GAAV,UAAU,CAAa;IACtC,CAAC;CACL,CAAA;AAPY,qCAAqC;IADjD,UAAU,EAAE;IAGR,WAAA,MAAM,CAAC,6BAA6B,CAAC,CAAA;IAErC,WAAA,MAAM,CAAC,2BAA2B,CAAC,CAAA;GAJ3B,qCAAqC,CAOjD"}
@@ -5,5 +5,7 @@ export { apolloServerResolversServiceIdentifier } from './apollo/models/apolloSe
5
5
  export { apolloServerTypeDefsServiceIdentifier } from './apollo/models/apolloServerTypeDefsServiceIdentifier.js';
6
6
  export { apolloServerServiceIdentifier } from './apollo/models/apolloServerServiceIdentifier.js';
7
7
  export { httpServerServiceIdentifier } from './apollo/models/httpServerServiceIdentifier.js';
8
+ export { inversifyApolloProviderServiceIdentifier } from './apollo/models/inversifyApolloProviderServiceIdentifier.js';
8
9
  export { ApolloServerContainerModule } from './apollo/modules/ApolloServerContainerModule.js';
10
+ export { type InversifyApolloProvider } from './apollo/modules/InversifyApolloProvider.js';
9
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,sCAAsC,EAAE,MAAM,2DAA2D,CAAC;AACnH,OAAO,EAAE,qCAAqC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,EAAE,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,gDAAgD,CAAC;AAC7F,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,sCAAsC,EAAE,MAAM,2DAA2D,CAAC;AACnH,OAAO,EAAE,qCAAqC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,EAAE,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,gDAAgD,CAAC;AAC7F,OAAO,EAAE,wCAAwC,EAAE,MAAM,6DAA6D,CAAC;AACvH,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC;AAE9F,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6CAA6C,CAAC"}
package/lib/esm/index.js CHANGED
@@ -5,5 +5,6 @@ export { apolloServerResolversServiceIdentifier } from './apollo/models/apolloSe
5
5
  export { apolloServerTypeDefsServiceIdentifier } from './apollo/models/apolloServerTypeDefsServiceIdentifier.js';
6
6
  export { apolloServerServiceIdentifier } from './apollo/models/apolloServerServiceIdentifier.js';
7
7
  export { httpServerServiceIdentifier } from './apollo/models/httpServerServiceIdentifier.js';
8
+ export { inversifyApolloProviderServiceIdentifier } from './apollo/models/inversifyApolloProviderServiceIdentifier.js';
8
9
  export { ApolloServerContainerModule } from './apollo/modules/ApolloServerContainerModule.js';
9
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,sCAAsC,EAAE,MAAM,2DAA2D,CAAC;AACnH,OAAO,EAAE,qCAAqC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,EAAE,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,gDAAgD,CAAC;AAC7F,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,oCAAoC,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,EAAE,sCAAsC,EAAE,MAAM,2DAA2D,CAAC;AACnH,OAAO,EAAE,qCAAqC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,EAAE,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,gDAAgD,CAAC;AAC7F,OAAO,EAAE,wCAAwC,EAAE,MAAM,6DAA6D,CAAC;AACvH,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC"}
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "url": "git+https://github.com/inversify/graphql.git"
51
51
  },
52
52
  "type": "module",
53
- "version": "0.3.0",
53
+ "version": "0.4.0",
54
54
  "scripts": {
55
55
  "build": "tsc",
56
56
  "build:clean": "rimraf lib",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ApolloServerContainerModule.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ApolloServerContainerModule.spec.d.ts","sourceRoot":"","sources":["../../../../src/apollo/modules/ApolloServerContainerModule.spec.ts"],"names":[],"mappings":""}