@blockquote-web-components/blockquote-controller-rxjs 1.0.24 → 1.1.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # BlockquoteControllerRxjs
2
2
 
3
- ![Lit](https://img.shields.io/badge/lit-2.0.0-blue)
3
+ ![Lit](https://img.shields.io/badge/lit-3.0.0-blue.svg)
4
4
 
5
5
  `BlockquoteControllerRxjs` is a Reactive Controller.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-controller-rxjs",
3
- "version": "1.0.24",
3
+ "version": "1.1.0",
4
4
  "description": "Webcomponent blockquote-controller-rxjs following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -128,6 +128,7 @@
128
128
  ],
129
129
  "import/no-unresolved": "off",
130
130
  "import/prefer-default-export": "off",
131
+ "lit/no-classfield-shadowing": "off",
131
132
  "lit/no-native-attributes": "off"
132
133
  }
133
134
  },
@@ -142,16 +143,16 @@
142
143
  }
143
144
  },
144
145
  "dependencies": {
145
- "lit": "^2.8.0",
146
+ "lit": "^3.1.0",
146
147
  "rxjs": "^8.0.0-alpha.12"
147
148
  },
148
149
  "devDependencies": {
149
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.5.0",
150
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.5.3"
150
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.6.0",
151
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.0"
151
152
  },
152
153
  "publishConfig": {
153
154
  "access": "public"
154
155
  },
155
156
  "customElements": "custom-elements.json",
156
- "gitHead": "1d99c84686394229dadc9d1e19f446588a33c8b6"
157
+ "gitHead": "c65690b8e735c0607858f3a14a381088721dc807"
157
158
  }
@@ -6,7 +6,7 @@ const subscriptions = Symbol('subscriptions');
6
6
  /**
7
7
  * # BlockquoteControllerRxjs
8
8
  *
9
- * ![Lit](https://img.shields.io/badge/lit-2.0.0-blue)
9
+ * ![Lit](https://img.shields.io/badge/lit-3.0.0-blue.svg)
10
10
  *
11
11
  * `BlockquoteControllerRxjs` is a Reactive Controller.
12
12
  *