testeranto 0.112.1 → 0.114.1

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,6 @@ example repo: [kokomo bay](https://github.com/ChromaPDX/kokomoBay)
18
18
 
19
19
  ## What is testeranto?
20
20
 
21
- - Testeranto.ts an AI-first, Acceptance Test Driven Development ([ATDD](https://en.wikipedia.org/wiki/Acceptance_test-driven_development)) framework for typescript projects.
22
21
  - Testeranto produces test results which can be fed to Aider.ai to automatically fix failing tests.
23
22
  - Testeranto tests are specified in a strongly-typed gherkin-like syntax. Rather than testing your code directly, Testeranto requires you wrap your code with a semantic interface which is based on TS type signatures.
24
23
  - Testeranto can be run in the frontend or the backend, or both.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "the AI powered BDD test framework for typescript projects",
4
- "version": "0.112.1",
4
+ "version": "0.114.1",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },