@ambiten/core 1.0.0 → 1.0.2

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.
package/dist/index.d.ts CHANGED
@@ -6,23 +6,28 @@
6
6
  export declare const initializeRedis: ({ useRedis }?: {
7
7
  useRedis?: boolean;
8
8
  }) => Promise<void>;
9
- export * from './lib-core';
10
- export * from './lib-core/bootstrap';
11
- export * from './config';
12
- export * from './redis-manager';
13
- export * from './tanancy';
14
- export * from './context';
15
- export * from './plugins';
16
- export * from './instrumentation';
17
- export * from './debug';
18
- export * from './ambiten-cache';
9
+ export * from './lib-core/index';
10
+ export * from './lib-core/bootstrap/index';
11
+ export * from './config/index';
12
+ export * from './redis-manager/index';
13
+ export * from './tanancy/index';
14
+ export * from './context/index';
15
+ export * from './plugins/index';
16
+ export * from './instrumentation/index';
17
+ export * from './debug/index';
18
+ export * from './ambiten-cache/index';
19
19
  export * from './init-cli/generate.project';
20
- export * from './middleware';
21
- export * from './graphql';
22
- export * from './utils';
23
- export * from './utils/builders';
24
- export * from './gc';
25
- export * from './types';
20
+ export * from './middleware/index';
21
+ export * from './graphql/index';
22
+ export * from './utils/index';
23
+ export * from './utils/builders/index';
24
+ export * from './gc/index';
25
+ export * from './types/index';
26
+ export { AmbitenClient, createAmbitenClientModule } from './lib-core/ambitenClient';
27
+ export { AmbitenModel } from './lib-core/ambitenModelFactory';
28
+ export { AmbitenSchema } from './lib-core/ambitenSchema';
29
+ export { AmbitenBootstrapFactory } from './lib-core/bootstrap/ambitenBootstrap';
30
+ export { measureQueryForBrowser } from './instrumentation';
26
31
  export type { AmbitenRuntime } from './types/ambiten-runtime-type';
27
32
  export type { SchemaType } from './types/schema.type';
28
33
  export type { Document } from './types/document';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAgBH,eAAO,MAAM,eAAe,GAC3B,eAAsB;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAO,kBAUjD,CAAC;AAGF,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAEhC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,YAAY,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAgBH,eAAO,MAAM,eAAe,GAC3B,eAAsB;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAO,kBAUjD,CAAC;AAGF,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AAEtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,YAAY,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC"}