dsh-model-arena 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # dsh-model-arena
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/dsh-model-arena)](https://www.npmjs.com/package/dsh-model-arena) [![CI](https://github.com/hj01857655/dsh-model-arena/actions/workflows/ci.yml/badge.svg)](https://github.com/hj01857655/dsh-model-arena/actions/workflows/ci.yml)
4
+
3
5
  Run the same prompt through every model you have, and see the difference without squinting.
4
6
 
5
7
  ## Install
package/cordis.patch.yml CHANGED
@@ -1,4 +1,3 @@
1
- # cordis patch for dsh-model-arena
2
- insert:
3
- - id: dsh-model-arena
4
- from: ./lib/index.js
1
+ - insert:
2
+ - id: dsh-model-arena
3
+ name: 'dsh-model-arena'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-model-arena",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Run the same prompt through every model you have, and see the difference without squinting.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -74,7 +74,7 @@
74
74
  "scripts": {
75
75
  "build": "tsc -p tsconfig.json && node scripts/bundle-client.mjs",
76
76
  "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json",
77
- "test": "tsc -p tsconfig.json && node --test tests/*.test.mjs",
77
+ "test": "tsc -p tsconfig.json && node --test",
78
78
  "prepublishOnly": "npm run build && npm test"
79
79
  }
80
80
  }