@motiadev/test 0.14.0-beta.165-210612 → 0.14.0-beta.165-917560

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 (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -90,4 +90,4 @@ these terms.
90
90
 
91
91
  **use** means anything you do with the software requiring one of your licenses.
92
92
 
93
- **trademark** means trademarks, service marks, and similar rights.
93
+ **trademark** means trademarks, service marks, and similar rights.
package/package.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "name": "@motiadev/test",
3
3
  "description": "A testing utility package for Motia workflows that provides tools for mocking, testing, and simulating Motia components.",
4
4
  "type": "module",
5
- "version": "0.14.0-beta.165-210612",
5
+ "version": "0.14.0-beta.165-917560",
6
6
  "main": "dist/index.mjs",
7
7
  "module": "dist/index.mjs",
8
8
  "types": "dist/index.d.mts",
9
9
  "peerDependencies": {
10
- "@motiadev/core": "0.14.0-beta.165-210612",
11
- "motia": "0.14.0-beta.165-210612"
10
+ "@motiadev/core": "0.14.0-beta.165-917560",
11
+ "motia": "0.14.0-beta.165-917560"
12
12
  },
13
13
  "dependencies": {
14
14
  "jest": "^29.7.0",