@luvio/lwc-luvio 0.131.0 → 0.133.0
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/umd/es5/lwcluvio.js +1 -1
- package/package.json +4 -4
package/dist/umd/es5/lwcluvio.js
CHANGED
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
return constructor;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
|
|
363
|
+
/******************************************************************************
|
|
364
364
|
Copyright (c) Microsoft Corporation.
|
|
365
365
|
|
|
366
366
|
Permission to use, copy, modify, and/or distribute this software for any
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luvio/lwc-luvio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.133.0",
|
|
4
4
|
"description": "Lightning Web Component bindings for Luvio",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"watch": "yarn build --watch"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@luvio/engine": "0.
|
|
28
|
+
"@luvio/engine": "0.133.0",
|
|
29
29
|
"@lwc/engine-core": "2.11.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@luvio/adapter-test-library": "0.
|
|
33
|
-
"@luvio/cli": "0.
|
|
32
|
+
"@luvio/adapter-test-library": "0.133.0",
|
|
33
|
+
"@luvio/cli": "0.133.0",
|
|
34
34
|
"@lwc/jest-preset": "11.2.2"
|
|
35
35
|
},
|
|
36
36
|
"bundlesize": [
|