|
39 | 39 | "test": "jest --passWithNoTests", |
40 | 40 | "test:watch": "jest --watch", |
41 | 41 | "test:coverage": "jest --coverage", |
42 | | - "pack": "npm pack --pack-destination=../" |
| 42 | + "pack": "node ../../copyFiles.js . && pnpm pack --pack-destination=../" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | 45 | "@microsoft/agents-a365-observability": "workspace:*", |
46 | 46 | "@microsoft/agents-a365-runtime": "workspace:*", |
47 | | - "@microsoft/agents-hosting": "^1.1.0-alpha.85" |
| 47 | + "@microsoft/agents-hosting": "catalog:" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@eslint/js": "^9.39.1", |
51 | | - "@types/jest": "workspace:*", |
52 | | - "@types/node": "^20.0.0", |
53 | | - "@typescript-eslint/eslint-plugin": "^8.47.0", |
54 | | - "@typescript-eslint/parser": "^8.47.0", |
55 | | - "eslint": "^9.39.1", |
56 | | - "jest": "workspace:*", |
57 | | - "rimraf": "^6.0.0", |
58 | | - "ts-jest": "workspace:*", |
59 | | - "typescript": "^5.9.3", |
60 | | - "typescript-eslint": "^8.47.0" |
| 50 | + "@eslint/js": "catalog:", |
| 51 | + "@types/jest": "catalog:", |
| 52 | + "@types/node": "catalog:", |
| 53 | + "@typescript-eslint/eslint-plugin": "catalog:", |
| 54 | + "@typescript-eslint/parser": "catalog:", |
| 55 | + "eslint": "catalog:", |
| 56 | + "jest": "catalog:", |
| 57 | + "rimraf": "catalog:", |
| 58 | + "ts-jest": "catalog:", |
| 59 | + "typescript": "catalog:", |
| 60 | + "typescript-eslint": "catalog:" |
61 | 61 | }, |
62 | 62 | "engines": { |
63 | 63 | "node": ">=18.0.0" |
|
0 commit comments