@receptron/graphai_express 3.0.2 → 3.0.3

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 +6 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_express",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "GraphAI express web server middleware.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -9,10 +9,10 @@
9
9
  "scripts": {
10
10
  "build": "tsc && tsc-alias",
11
11
  "eslint": "eslint --fix",
12
- "server": "ts-node -r tsconfig-paths/register test/express.ts",
13
- "test_stream": "ts-node -r tsconfig-paths/register test/test_stream_client.ts",
14
- "test_stream2": "ts-node -r tsconfig-paths/register test/test_stream_graph.ts",
15
- "test": "node --test -r tsconfig-paths/register --require ts-node/register ./test/test_*.ts",
12
+ "server": "tsx test/server.ts",
13
+ "test_stream": "tsx test/test_stream_client.ts",
14
+ "test_stream2": "tsx test/test_stream_graph.ts",
15
+ "test": "node --import tsx --test ./test/test_*.ts",
16
16
  "format": "prettier --write '{src,test}/**/*.{yaml,ts,json}'",
17
17
  "ci": "yarn run format && yarn run eslint && yarn run build"
18
18
  },
@@ -28,9 +28,7 @@
28
28
  "homepage": "https://github.com/receptron/graphai_utils/tree/main/packages/express#readme",
29
29
  "devDependencies": {
30
30
  "@types/cors": "^2.8.18",
31
- "@types/express-serve-static-core": "^5.1.1",
32
- "sinon": "^21.0.1",
33
- "sinon-express-mock": "^2.2.1"
31
+ "@types/express-serve-static-core": "^5.1.3"
34
32
  },
35
33
  "dependencies": {
36
34
  "@graphai/agent_filter_utils": "^2.0.0",