@startinblox/core 2.0.5-beta.2 → 2.0.5-beta.3
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/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -806,7 +806,7 @@ Component: ${componentName}
|
|
|
806
806
|
}
|
|
807
807
|
};
|
|
808
808
|
const ContextMixin = {
|
|
809
|
-
name: "
|
|
809
|
+
name: "context-mixin",
|
|
810
810
|
use: [],
|
|
811
811
|
attributes: {
|
|
812
812
|
extraContext: {
|
|
@@ -101160,7 +101160,6 @@ ${escapeText(this.code(index2, length))}
|
|
|
101160
101160
|
use: [
|
|
101161
101161
|
NextMixin,
|
|
101162
101162
|
ValidationMixin,
|
|
101163
|
-
ContextMixin,
|
|
101164
101163
|
StoreMixin
|
|
101165
101164
|
],
|
|
101166
101165
|
attributes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/core",
|
|
3
|
-
"version": "2.0.5-beta.
|
|
3
|
+
"version": "2.0.5-beta.3",
|
|
4
4
|
"description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|