monkey-style-guide-v2 0.0.86 → 0.0.88
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/fesm2022/monkey-style-guide-v2.mjs +7 -4
- package/fesm2022/monkey-style-guide-v2.mjs.map +1 -1
- package/lib/components/tabs/tab-link.directive.d.ts +1 -1
- package/lib/interfaces/index.d.ts +0 -1
- package/monkey-style-guide-v2-0.0.88.tgz +0 -0
- package/package.json +1 -1
- package/lib/interfaces/file-cache.d.ts +0 -10
- package/monkey-style-guide-v2-0.0.86.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/** ************************
|
|
2
|
-
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
-
* This style guide was developed by Monkey Exchange Team
|
|
4
|
-
* MIT Licence
|
|
5
|
-
************************* */
|
|
6
|
-
export interface MonkeyEcxCachedFile {
|
|
7
|
-
filename: string;
|
|
8
|
-
blob: Blob;
|
|
9
|
-
timestamp: number;
|
|
10
|
-
}
|
|
Binary file
|