@heilgar/pest-core 0.0.1 → 0.0.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/README.md +11 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @heilgar/pest-core
2
+
3
+ Prompt Evaluation & Scoring Toolkit - Core library
4
+
5
+ ## Documentation
6
+
7
+ For detailed documentation, visit [https://heilgar.github.io/pest/](https://heilgar.github.io/pest/)
8
+
9
+ ## License
10
+
11
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heilgar/pest-core",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Prompt Evaluation & Scoring Toolkit - Core library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",