@empiricalrun/test-gen 0.19.1 → 0.20.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @empiricalrun/test-gen
2
2
 
3
+ ## 0.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 77a3e5a: feat: drop unused scenario and assert entities
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [bcf53ae]
12
+ - @empiricalrun/llm@0.4.1
13
+
3
14
  ## 0.19.1
4
15
 
5
16
  ### Patch Changes
package/README.md CHANGED
@@ -42,7 +42,6 @@ const scenario = {
42
42
  "fill in the password as bazbaz",
43
43
  "click on the login button",
44
44
  ],
45
- assert: "",
46
45
  group: "home",
47
46
  };
48
47
  btoa(JSON.stringify(scenario));
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bin/utils/scenarios/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAwB,MAAM,gBAAgB,CAAC;AAUrE,iBAAe,eAAe,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAY5E;AAED,OAAO,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bin/utils/scenarios/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAwB,MAAM,gBAAgB,CAAC;AASrE,iBAAe,eAAe,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAY5E;AAED,OAAO,EAAE,eAAe,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empiricalrun/test-gen",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  "slugify": "^1.6.6",
41
41
  "tsx": "^4.16.2",
42
42
  "typescript": "^5.3.3",
43
- "@empiricalrun/llm": "^0.4.0",
43
+ "@empiricalrun/llm": "^0.4.1",
44
44
  "@empiricalrun/reporter": "^0.12.3"
45
45
  },
46
46
  "devDependencies": {