deesse 0.2.8 → 0.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deesse",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/tsconfig.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "extends": "../../tsconfig.json",
3
3
  "compilerOptions": {
4
+ "composite": false,
4
5
  "module": "ESNext",
5
6
  "moduleResolution": "bundler",
6
7
  "outDir": "./dist",
@@ -1,4 +0,0 @@
1
-
2
- > deesse@0.2.7 build C:\Users\dpereira\Documents\github\deessejs\packages\deesse
3
- > tsc
4
-
@@ -1,4 +0,0 @@
1
-
2
- > deesse@0.2.7 type-check C:\Users\dpereira\Documents\github\deessejs\packages\deesse
3
- > tsc --noEmit
4
-
package/dist/factory.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import type { InternalConfig } from "./config/define";
2
- import { type Deesse } from "./server";
3
- export declare const getDeesse: (config: InternalConfig) => Promise<Deesse>;
4
- export declare const clearDeesseCache: () => void;
5
- //# sourceMappingURL=factory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../src/factory.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAgB,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAOrD,eAAO,MAAM,SAAS,GAAU,QAAQ,cAAc,KAAG,OAAO,CAAC,MAAM,CAEtE,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,IAEnC,CAAC"}
package/dist/factory.js DELETED
@@ -1,13 +0,0 @@
1
- // Deesse factory - creates and caches Deesse instances
2
- import { createDeesse } from "./server";
3
- import { createCache } from "./cache";
4
- const deesseFactory = createCache(async (config) => {
5
- return createDeesse(config);
6
- });
7
- export const getDeesse = async (config) => {
8
- return deesseFactory.get("main", config);
9
- };
10
- export const clearDeesseCache = () => {
11
- deesseFactory.clear();
12
- };
13
- //# sourceMappingURL=factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"factory.js","sourceRoot":"","sources":["../src/factory.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAGvD,OAAO,EAAE,YAAY,EAAe,MAAM,UAAU,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,MAAM,aAAa,GAAG,WAAW,CAAyB,KAAK,EAAE,MAAM,EAAE,EAAE;IACzE,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC;AAC9B,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,EAAE,MAAsB,EAAmB,EAAE;IACzE,OAAO,aAAa,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC3C,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAS,EAAE;IACzC,aAAa,CAAC,KAAK,EAAE,CAAC;AACxB,CAAC,CAAC"}