@usemosaik/plugin-smoke-test 0.0.1 → 0.0.2

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/index.js CHANGED
@@ -2,7 +2,7 @@ const metadata = {
2
2
  id: "community-smoke-test",
3
3
  displayName: "Community Smoke Test",
4
4
  category: "testing",
5
- version: "0.0.1",
5
+ version: "0.0.2",
6
6
  tags: ["smoke-test", "community", "fixture"],
7
7
  };
8
8
 
@@ -2,7 +2,7 @@
2
2
  "id": "community-smoke-test",
3
3
  "displayName": "Community Smoke Test",
4
4
  "category": "testing",
5
- "version": "0.0.1",
5
+ "version": "0.0.2",
6
6
  "tags": [
7
7
  "smoke-test",
8
8
  "community",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usemosaik/plugin-smoke-test",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "External plugin fixture for testing Mosaik project-local plugin discovery.",
5
5
  "type": "module",
6
6
  "exports": {