Skip to content

Commit 47f6c1a

Browse files
committed
server: Update core dependency and bump version to 0.2.2
- Update `@agent-smith/core` dependency from local file reference to published version `^0.0.14` - Bump package version from 0.2.1 to 0.2.2 - Update `@agent-smith/types` dependency to `^0.0.9` - Add GitHub repository URL and remove `preferGlobal` flag
1 parent 3521305 commit 47f6c1a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

server/node/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@agent-smith/server",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Agent Smith Nodejs server",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/synw/agent-smith.git"
8+
},
59
"scripts": {
610
"test": "echo \"Error: no test specified\" && exit 1",
711
"build": "rm -rf dist && tsc",
@@ -10,7 +14,7 @@
1014
},
1115
"type": "module",
1216
"dependencies": {
13-
"@agent-smith/core": "file:/home/ggg/dev/js/agentenv/agent-smith/packages/core",
17+
"@agent-smith/core": "^0.0.14",
1418
"@koa/cors": "^5.0.0",
1519
"@koa/router": "^15.7.0",
1620
"ansi-colors": "^4.1.3",
@@ -22,7 +26,7 @@
2226
"yaml": "^2.9.0"
2327
},
2428
"devDependencies": {
25-
"@agent-smith/types": "^0.0.8",
29+
"@agent-smith/types": "^0.0.9",
2630
"@types/better-sqlite3": "^7.6.13",
2731
"@types/koa": "^3.0.3",
2832
"@types/koa__cors": "^5.0.1",
@@ -35,7 +39,6 @@
3539
"tslib": "2.8.1",
3640
"typescript": "^7.0.2"
3741
},
38-
"preferGlobal": true,
3942
"main": "./dist/main.js",
4043
"types": "./dist/main.d.ts",
4144
"exports": {

0 commit comments

Comments
 (0)