@katlux/providers 0.1.0-beta.1 → 0.1.0-beta.3
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 +1 -1
- package/dist/index.cjs +0 -16
- package/dist/index.d.cts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +0 -35
package/package.json
CHANGED
package/dist/index.cjs
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const { createJiti } = require("../../../node_modules/jiti/lib/jiti.cjs")
|
|
2
|
-
|
|
3
|
-
const jiti = createJiti(__filename, {
|
|
4
|
-
"interopDefault": true,
|
|
5
|
-
"alias": {
|
|
6
|
-
"@katlux/providers": "/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers"
|
|
7
|
-
},
|
|
8
|
-
"transformOptions": {
|
|
9
|
-
"babel": {
|
|
10
|
-
"plugins": []
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
})
|
|
14
|
-
|
|
15
|
-
/** @type {import("/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index")} */
|
|
16
|
-
module.exports = jiti("/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index.ts")
|
package/dist/index.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index";
|
package/dist/index.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index";
|
package/dist/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index";
|
package/dist/index.mjs
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { createJiti } from "../../../node_modules/jiti/lib/jiti.mjs";
|
|
2
|
-
|
|
3
|
-
const jiti = createJiti(import.meta.url, {
|
|
4
|
-
"interopDefault": true,
|
|
5
|
-
"alias": {
|
|
6
|
-
"@katlux/providers": "/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers"
|
|
7
|
-
},
|
|
8
|
-
"transformOptions": {
|
|
9
|
-
"babel": {
|
|
10
|
-
"plugins": []
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
})
|
|
14
|
-
|
|
15
|
-
/** @type {import("/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index")} */
|
|
16
|
-
const _module = await jiti.import("/home/cagatay/Desktop/projects/KatluxShowcase/packages/katlux-providers/src/index.ts");
|
|
17
|
-
|
|
18
|
-
export const ECacheStrategy = _module.ECacheStrategy;
|
|
19
|
-
export const EDataFilterOperator = _module.EDataFilterOperator;
|
|
20
|
-
export const CFlatClientDataProvider = _module.CFlatClientDataProvider;
|
|
21
|
-
export const CAPIFlatClientDataProvider = _module.CAPIFlatClientDataProvider;
|
|
22
|
-
export const CAPIFlatServerDataProvider = _module.CAPIFlatServerDataProvider;
|
|
23
|
-
export const CFlatServerDataProvider = _module.CFlatServerDataProvider;
|
|
24
|
-
export const CTreeClientDataProvider = _module.CTreeClientDataProvider;
|
|
25
|
-
export const CAPITreeClientDataProvider = _module.CAPITreeClientDataProvider;
|
|
26
|
-
export const CTreeServerDataProvider = _module.CTreeServerDataProvider;
|
|
27
|
-
export const CAPITreeServerDataProvider = _module.CAPITreeServerDataProvider;
|
|
28
|
-
export const CacheProviderFactory = _module.CacheProviderFactory;
|
|
29
|
-
export const CSessionCache = _module.CSessionCache;
|
|
30
|
-
export const CCookieCache = _module.CCookieCache;
|
|
31
|
-
export const CLocalStorageCache = _module.CLocalStorageCache;
|
|
32
|
-
export const CIndexedDBCache = _module.CIndexedDBCache;
|
|
33
|
-
export const CMemoryCache = _module.CMemoryCache;
|
|
34
|
-
export const CApplicationCache = _module.CApplicationCache;
|
|
35
|
-
export const RequestProvider = _module.RequestProvider;
|