@teambit/cache 0.0.1168 → 0.0.1170
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="2" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.harmony/cache@0.0.
|
4
|
-
<testcase classname="dist/cache.spec.js" name="it should set cache with ttl" time="0.
|
3
|
+
<testsuite name="teambit.harmony/cache@0.0.1170" tests="2" failures="0" errors="0" skipped="0">
|
4
|
+
<testcase classname="dist/cache.spec.js" name="it should set cache with ttl" time="0.007"/>
|
5
5
|
<testcase classname="dist/cache.spec.js" name="it should set cache without expire ttl" time="0.002"/>
|
6
6
|
</testsuite>
|
7
7
|
</testsuites>
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.harmony/cache-preview"]=t():e["teambit.harmony/cache-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.harmony/cache-preview"]=t():e["teambit.harmony/cache-preview"]=t()}(self,(()=>(()=>{"use strict";var e={14232:(e,t,o)=>{var r={id:"teambit.harmony/cache@0.0.1170",homepage:"https://bit.cloud/teambit/harmony/cache",exported:!0};function n(){const e=i(o(41594));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const a=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/cache.svg"}));a.__bit_component=r,t.Logo=a},41594:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};o.r(r),o.d(r,{compositions:()=>f,compositions_metadata:()=>y,overview:()=>m});var n={};o.r(n),o.d(n,{default:()=>d});var i=o(14232);o(41594);const a=MdxJsReact,c=TeambitMdxUiMdxScopeContext;var s=["components"];function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)({}).hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},p.apply(null,arguments)}var u={},l="wrapper";function d(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;o[r]=e[r]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.includes(o)||{}.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,s);return(0,a.mdx)(l,p({},u,o,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(c.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const f=[i],m=[n],y={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
@@ -78,7 +78,8 @@
|
|
78
78
|
"line": 19,
|
79
79
|
"character": 22
|
80
80
|
},
|
81
|
-
"name": "CacheConfig"
|
81
|
+
"name": "CacheConfig",
|
82
|
+
"internalFilePath": "cache.main.runtime.ts"
|
82
83
|
},
|
83
84
|
"isOptional": false,
|
84
85
|
"isSpread": false
|
@@ -98,7 +99,11 @@
|
|
98
99
|
"line": 24,
|
99
100
|
"character": 30
|
100
101
|
},
|
101
|
-
"name": "Logger"
|
102
|
+
"name": "Logger",
|
103
|
+
"componentId": {
|
104
|
+
"scope": "teambit.harmony",
|
105
|
+
"name": "logger"
|
106
|
+
}
|
102
107
|
},
|
103
108
|
"isOptional": false,
|
104
109
|
"isSpread": false
|
@@ -362,7 +367,11 @@
|
|
362
367
|
"line": 60,
|
363
368
|
"character": 43
|
364
369
|
},
|
365
|
-
"name": "LoggerMain"
|
370
|
+
"name": "LoggerMain",
|
371
|
+
"componentId": {
|
372
|
+
"scope": "teambit.harmony",
|
373
|
+
"name": "logger"
|
374
|
+
}
|
366
375
|
}
|
367
376
|
]
|
368
377
|
},
|
@@ -384,7 +393,8 @@
|
|
384
393
|
"line": 60,
|
385
394
|
"character": 64
|
386
395
|
},
|
387
|
-
"name": "CacheConfig"
|
396
|
+
"name": "CacheConfig",
|
397
|
+
"internalFilePath": "cache.main.runtime.ts"
|
388
398
|
},
|
389
399
|
"isOptional": false,
|
390
400
|
"isSpread": false
|
@@ -553,7 +563,8 @@
|
|
553
563
|
"line": 19,
|
554
564
|
"character": 22
|
555
565
|
},
|
556
|
-
"name": "CacheConfig"
|
566
|
+
"name": "CacheConfig",
|
567
|
+
"internalFilePath": "cache.main.runtime.ts"
|
557
568
|
},
|
558
569
|
"isOptional": false,
|
559
570
|
"isSpread": false
|
@@ -573,7 +584,11 @@
|
|
573
584
|
"line": 24,
|
574
585
|
"character": 30
|
575
586
|
},
|
576
|
-
"name": "Logger"
|
587
|
+
"name": "Logger",
|
588
|
+
"componentId": {
|
589
|
+
"scope": "teambit.harmony",
|
590
|
+
"name": "logger"
|
591
|
+
}
|
577
592
|
},
|
578
593
|
"isOptional": false,
|
579
594
|
"isSpread": false
|
@@ -837,7 +852,11 @@
|
|
837
852
|
"line": 60,
|
838
853
|
"character": 43
|
839
854
|
},
|
840
|
-
"name": "LoggerMain"
|
855
|
+
"name": "LoggerMain",
|
856
|
+
"componentId": {
|
857
|
+
"scope": "teambit.harmony",
|
858
|
+
"name": "logger"
|
859
|
+
}
|
841
860
|
}
|
842
861
|
]
|
843
862
|
},
|
@@ -859,7 +878,8 @@
|
|
859
878
|
"line": 60,
|
860
879
|
"character": 64
|
861
880
|
},
|
862
|
-
"name": "CacheConfig"
|
881
|
+
"name": "CacheConfig",
|
882
|
+
"internalFilePath": "cache.main.runtime.ts"
|
863
883
|
},
|
864
884
|
"isOptional": false,
|
865
885
|
"isSpread": false
|
@@ -938,7 +958,7 @@
|
|
938
958
|
"componentId": {
|
939
959
|
"scope": "teambit.harmony",
|
940
960
|
"name": "cache",
|
941
|
-
"version": "0.0.
|
961
|
+
"version": "0.0.1170"
|
942
962
|
},
|
943
963
|
"taggedModuleExports": []
|
944
964
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cache@0.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cache@0.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cache@0.0.1170/dist/cache.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cache@0.0.1170/dist/cache.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/cache",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1170",
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/cache",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.harmony",
|
8
8
|
"name": "cache",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.1170"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"cacache": "19.0.1",
|
13
13
|
"@teambit/harmony": "0.4.6",
|
14
|
-
"@teambit/cli": "0.0.
|
15
|
-
"@teambit/legacy.constants": "0.0.
|
16
|
-
"@teambit/logger": "0.0.
|
14
|
+
"@teambit/cli": "0.0.1077",
|
15
|
+
"@teambit/legacy.constants": "0.0.4",
|
16
|
+
"@teambit/logger": "0.0.1170"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/cacache": "12.0.1",
|