@blockquote-web-components/blockquote-controller-rxjs 1.1.0 → 1.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-controller-rxjs",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Webcomponent blockquote-controller-rxjs following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -34,7 +34,6 @@
34
34
  ],
35
35
  "scripts": {
36
36
  "analyze": "cem analyze --litelement --globs \"{src,define}/**/*.{js,ts}\" \"index.js\"",
37
- "analyze:doc": "npm run analyze && npx web-component-analyzer \"{src,define}/**/*.{js,ts}\" \"index.js\" \"README.js\" --outFile README.md",
38
37
  "build": "echo \"This is not a TypeScript project, so no need to build.\"",
39
38
  "dev:vite": "vite build",
40
39
  "format": "npm run format:eslint && npm run format:prettier && npm run format:stylelint",
@@ -147,12 +146,12 @@
147
146
  "rxjs": "^8.0.0-alpha.12"
148
147
  },
149
148
  "devDependencies": {
150
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.6.0",
151
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.0"
149
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.0",
150
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.1"
152
151
  },
153
152
  "publishConfig": {
154
153
  "access": "public"
155
154
  },
156
155
  "customElements": "custom-elements.json",
157
- "gitHead": "c65690b8e735c0607858f3a14a381088721dc807"
156
+ "gitHead": "e2417c85a1b9179b093333c0dd89f90fdbb4e91b"
158
157
  }
@@ -100,6 +100,6 @@ export class BlockquoteControllerRxjs {
100
100
  }
101
101
 
102
102
  hostDisconnected() {
103
- this[unsubscribe].next();
103
+ this[unsubscribe].next(null);
104
104
  }
105
105
  }