@teambit/cache 0.0.999 → 0.0.1001
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.
|
5
|
-
<testcase classname="dist/cache.spec.js" name="it should set cache without expire ttl" time="0.
|
3
|
+
<testsuite name="teambit.harmony/cache@0.0.1001" tests="2" failures="0" errors="0" skipped="0">
|
4
|
+
<testcase classname="dist/cache.spec.js" name="it should set cache with ttl" time="0.076"/>
|
5
|
+
<testcase classname="dist/cache.spec.js" name="it should set cache without expire ttl" time="0.003"/>
|
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={84013:(e,t,o)=>{var r={id:"teambit.harmony/cache@0.0.1001",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:()=>l});var i=o(84013);o(41594);const a=MdxJsReact,c=TeambitMdxUiMdxScopeContext;var p=["components"];function s(){return s=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},s.apply(null,arguments)}var u={},d="wrapper";function l(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.indexOf(r)>=0)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.indexOf(o)>=0||{}.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,p);return(0,a.mdx)(d,s({},u,o,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(c.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}l.isMDXComponent=!0;const f=[i],m=[n],y={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
@@ -77,8 +77,7 @@
|
|
77
77
|
"line": 19,
|
78
78
|
"character": 22
|
79
79
|
},
|
80
|
-
"name": "CacheConfig"
|
81
|
-
"internalFilePath": "cache.main.runtime.ts"
|
80
|
+
"name": "CacheConfig"
|
82
81
|
},
|
83
82
|
"isOptional": false,
|
84
83
|
"isSpread": false
|
@@ -98,11 +97,7 @@
|
|
98
97
|
"line": 24,
|
99
98
|
"character": 30
|
100
99
|
},
|
101
|
-
"name": "Logger"
|
102
|
-
"componentId": {
|
103
|
-
"scope": "teambit.harmony",
|
104
|
-
"name": "logger"
|
105
|
-
}
|
100
|
+
"name": "Logger"
|
106
101
|
},
|
107
102
|
"isOptional": false,
|
108
103
|
"isSpread": false
|
@@ -366,11 +361,7 @@
|
|
366
361
|
"line": 60,
|
367
362
|
"character": 43
|
368
363
|
},
|
369
|
-
"name": "LoggerMain"
|
370
|
-
"componentId": {
|
371
|
-
"scope": "teambit.harmony",
|
372
|
-
"name": "logger"
|
373
|
-
}
|
364
|
+
"name": "LoggerMain"
|
374
365
|
}
|
375
366
|
]
|
376
367
|
},
|
@@ -392,8 +383,7 @@
|
|
392
383
|
"line": 60,
|
393
384
|
"character": 64
|
394
385
|
},
|
395
|
-
"name": "CacheConfig"
|
396
|
-
"internalFilePath": "cache.main.runtime.ts"
|
386
|
+
"name": "CacheConfig"
|
397
387
|
},
|
398
388
|
"isOptional": false,
|
399
389
|
"isSpread": false
|
@@ -561,8 +551,7 @@
|
|
561
551
|
"line": 19,
|
562
552
|
"character": 22
|
563
553
|
},
|
564
|
-
"name": "CacheConfig"
|
565
|
-
"internalFilePath": "cache.main.runtime.ts"
|
554
|
+
"name": "CacheConfig"
|
566
555
|
},
|
567
556
|
"isOptional": false,
|
568
557
|
"isSpread": false
|
@@ -582,11 +571,7 @@
|
|
582
571
|
"line": 24,
|
583
572
|
"character": 30
|
584
573
|
},
|
585
|
-
"name": "Logger"
|
586
|
-
"componentId": {
|
587
|
-
"scope": "teambit.harmony",
|
588
|
-
"name": "logger"
|
589
|
-
}
|
574
|
+
"name": "Logger"
|
590
575
|
},
|
591
576
|
"isOptional": false,
|
592
577
|
"isSpread": false
|
@@ -850,11 +835,7 @@
|
|
850
835
|
"line": 60,
|
851
836
|
"character": 43
|
852
837
|
},
|
853
|
-
"name": "LoggerMain"
|
854
|
-
"componentId": {
|
855
|
-
"scope": "teambit.harmony",
|
856
|
-
"name": "logger"
|
857
|
-
}
|
838
|
+
"name": "LoggerMain"
|
858
839
|
}
|
859
840
|
]
|
860
841
|
},
|
@@ -876,8 +857,7 @@
|
|
876
857
|
"line": 60,
|
877
858
|
"character": 64
|
878
859
|
},
|
879
|
-
"name": "CacheConfig"
|
880
|
-
"internalFilePath": "cache.main.runtime.ts"
|
860
|
+
"name": "CacheConfig"
|
881
861
|
},
|
882
862
|
"isOptional": false,
|
883
863
|
"isSpread": false
|
@@ -956,7 +936,7 @@
|
|
956
936
|
"componentId": {
|
957
937
|
"scope": "teambit.harmony",
|
958
938
|
"name": "cache",
|
959
|
-
"version": "0.0.
|
939
|
+
"version": "0.0.1001"
|
960
940
|
},
|
961
941
|
"taggedModuleExports": []
|
962
942
|
}
|
@@ -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.1001/dist/cache.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cache@0.0.1001/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,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/cache",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1001",
|
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.1001"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"cacache": "15.0.5",
|
13
13
|
"@teambit/harmony": "0.4.6",
|
14
|
-
"@teambit/cli": "0.0.
|
15
|
-
"@teambit/logger": "0.0.
|
14
|
+
"@teambit/cli": "0.0.908",
|
15
|
+
"@teambit/logger": "0.0.1001"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
18
|
"@types/cacache": "12.0.1",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"chai": "4.3.0",
|
22
22
|
"uuid": "8.3.2",
|
23
23
|
"@types/mocha": "9.1.0",
|
24
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
24
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.42"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
27
|
"react": "^17.0.0 || ^18.0.0",
|