@luvio/lwc-luvio 0.154.17-dev2 → 0.154.17-dev4
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/dist/lwcluvio.js +1 -0
- package/package.json +4 -4
package/dist/lwcluvio.js
CHANGED
|
@@ -381,6 +381,7 @@ class LWCInfinteScrollingLuvioWireAdapter extends LWCLuvioWireAdapter {
|
|
|
381
381
|
*/
|
|
382
382
|
update(config, context) {
|
|
383
383
|
if (this.connectTimestamp) {
|
|
384
|
+
this.connectTimestamp = Date.now();
|
|
384
385
|
const adapterRequestContext = this.generateAdapterRequestContext(context);
|
|
385
386
|
super.unsubscribe();
|
|
386
387
|
this.config = sanitize(config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luvio/lwc-luvio",
|
|
3
|
-
"version": "0.154.17-
|
|
3
|
+
"version": "0.154.17-dev4",
|
|
4
4
|
"description": "Lightning Web Component bindings for Luvio",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"watch": "yarn build --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@luvio/engine": "0.154.17-
|
|
32
|
+
"@luvio/engine": "0.154.17-dev4",
|
|
33
33
|
"@lwc/engine-core": "3.1.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@luvio/adapter-test-library": "0.154.17-
|
|
37
|
-
"@luvio/cli": "0.154.17-
|
|
36
|
+
"@luvio/adapter-test-library": "0.154.17-dev4",
|
|
37
|
+
"@luvio/cli": "0.154.17-dev4",
|
|
38
38
|
"@lwc/jest-preset": "11.7.1",
|
|
39
39
|
"jest-environment-jsdom": "^29.5.0"
|
|
40
40
|
},
|