@empiricalrun/test-gen 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @empiricalrun/test-gen
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bf0228b: fix: running test-gen throwing package / module not found error
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empiricalrun/test-gen",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -16,8 +16,11 @@
16
16
  "author": "Empirical Team <hey@empirical.run>",
17
17
  "dependencies": {
18
18
  "dotenv": "^16.4.5",
19
+ "eslint": "^8.57.0",
19
20
  "fs-extra": "^11.2.0",
20
21
  "openai": "^4.47.2",
22
+ "prettier": "^3.2.5",
23
+ "typescript": "^5.3.3",
21
24
  "yaml": "^2.4.2"
22
25
  },
23
26
  "devDependencies": {