@civitas-cerebrum/element-interactions 0.1.2 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitas-cerebrum/element-interactions",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A robust, readable interaction and assertion Facade for Playwright. Abstract away boilerplate into semantic, English-like methods, making your test automation framework cleaner, easier to maintain, and accessible to non-developers.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@civitas-cerebrum/context-store": "^0.0.2",
58
58
  "@civitas-cerebrum/element-repository": "^0.1.0",
59
- "@civitas-cerebrum/email-client": "^0.0.5",
59
+ "@civitas-cerebrum/email-client": "^0.0.6",
60
60
  "debug": "^4.4.3",
61
61
  "dotenv": "^17.3.1"
62
62
  }