@testspectra/plugin-demo 1.2.0 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testspectra/plugin-demo",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Demo TestSpectra plugin — a universal component-interaction kit that registers Spectra commands, including a button-specific one",
5
5
  "keywords": [
6
6
  "testspectra",
@@ -35,7 +35,7 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@testspectra/matchers": "1.2.0"
38
+ "@testspectra/matchers": "1.2.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^20.14.0",