dsh-tool-stats 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # dsh-tool-stats
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/dsh-tool-stats)](https://www.npmjs.com/package/dsh-tool-stats) [![CI](https://github.com/hj01857655/dsh-tool-stats/actions/workflows/ci.yml/badge.svg)](https://github.com/hj01857655/dsh-tool-stats/actions/workflows/ci.yml)
4
+
3
5
  Every tool call is counted, and the ones that never fire are named so you can remove them.
4
6
 
5
7
  ## Install
package/cordis.patch.yml CHANGED
@@ -1,4 +1,3 @@
1
- # cordis patch for dsh-tool-stats
2
- insert:
3
- - id: dsh-tool-stats
4
- from: ./lib/index.js
1
+ - insert:
2
+ - id: dsh-tool-stats
3
+ name: 'dsh-tool-stats'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-tool-stats",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Every tool call is counted, and the ones that never fire are named so you can remove them.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -39,7 +39,7 @@
39
39
  "scripts": {
40
40
  "build": "tsc -p tsconfig.json && node scripts/bundle-client.mjs",
41
41
  "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json",
42
- "test": "tsc -p tsconfig.json && node --test tests/*.test.mjs",
42
+ "test": "tsc -p tsconfig.json && node --test",
43
43
  "prepublishOnly": "npm run build && npm test"
44
44
  }
45
45
  }