modelpact-providers 0.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # modelpact-providers
2
2
 
3
- Backends for modelpact
3
+ Language-model backends written against the modelpact contract — one transport per runtime, each green on the contract suite
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "name": "modelpact-providers",
3
- "version": "0.0.0",
4
- "description": "Backends for modelpact",
3
+ "version": "1.0.0",
4
+ "description": "Language-model backends written against the modelpact contract — one transport per runtime, each green on the contract suite",
5
5
  "keywords": [
6
6
  "llm",
7
7
  "modelpact",
8
- "typescript"
8
+ "typescript",
9
+ "ollama",
10
+ "prompt-api",
11
+ "webgpu",
12
+ "on-device",
13
+ "adapter",
14
+ "contract-testing"
9
15
  ],
10
16
  "license": "MIT",
11
17
  "author": "Sergey Avdienko",