@rokkit/helpers 1.0.0-next.128 → 1.0.0-next.129

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": "@rokkit/helpers",
3
- "version": "1.0.0-next.128",
3
+ "version": "1.0.0-next.129",
4
4
  "description": "Custom matchers for vitest, mocks and simulators for testing.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,3 +14,4 @@ global.IntersectionObserver = IntersectionObserver
14
14
  if (typeof document !== 'undefined' && !document.execCommand) {
15
15
  document.execCommand = () => false
16
16
  }
17
+