@node-in-layers/mcp-server 2.0.0 → 2.0.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@node-in-layers/mcp-server",
3
3
  "type": "module",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "An MCP Server Node In Layers Package, generated by the Node In Layers Toolkit.",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -10,10 +10,10 @@
10
10
  "commit": "cz",
11
11
  "dist": "npm run build && cd dist && npm publish",
12
12
  "eslint": "eslint .",
13
+ "feature-tests": "./node_modules/.bin/cucumber-js -p default",
13
14
  "prettier": "prettier --write .",
14
15
  "test": "mocha -r tsx ./test/src/*.test.ts ./test/mocha/src/**/*.test.ts ./test/mocha/src/**/**/*.test.ts",
15
- "test:coverage": "c8 --all --reporter cobertura --reporter text --reporter lcov --reporter html npm run test",
16
- "test:features": "./node_modules/.bin/cucumber-js -p default"
16
+ "test:coverage": "c8 --all --reporter cobertura --reporter text --reporter lcov --reporter html npm run test"
17
17
  },
18
18
  "config": {
19
19
  "commitizen": {
@@ -41,7 +41,7 @@
41
41
  "c8": "^10.1.3",
42
42
  "chai": "^4.2.0",
43
43
  "chai-as-promised": "^7.1.1",
44
- "cz-conventional-changelog": "^3.3.0",
44
+ "cz-conventional-changelog": "^3.0.1",
45
45
  "eslint": "9.14.0",
46
46
  "eslint-config-prettier": "^9.1.0",
47
47
  "eslint-import-resolver-typescript": "^3.6.3",