|
1 | 1 | { |
2 | | - "name": "codify-plugin-test", |
3 | | - "version": "0.0.53-beta23", |
| 2 | + "name": "@codifycli/plugin-test", |
| 3 | + "version": "1.0.0-beta1", |
4 | 4 | "description": "", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "typings": "dist/index.d.ts", |
|
9 | 9 | "author": "", |
10 | 10 | "license": "ISC", |
11 | 11 | "scripts": { |
12 | | - "test": "echo \"Error: no test specified\" && exit 1", |
| 12 | + "test": "vitest", |
13 | 13 | "start": "tsx ./src/index.ts", |
14 | 14 | "prepublishOnly": "tsc" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "ajv": "^8.12.0", |
| 17 | + "@codifycli/schemas": "1.0.0", |
| 18 | + "ajv": "^8.18.0", |
18 | 19 | "ajv-formats": "^3.0.1", |
19 | | - "codify-schemas": "1.0.86-beta7", |
20 | 20 | "lodash.matches": "^4.6.0", |
21 | 21 | "lodash.differencewith": "4.5.0", |
22 | 22 | "lodash.unionby": "^4.8.0", |
|
26 | 26 | "strip-ansi": "^7.1.2" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
| 29 | + "@codifycli/plugin-core": "1.0.0-beta2", |
29 | 30 | "@oclif/prettier-config": "^0.2.1", |
30 | 31 | "@types/debug": "^4.1.12", |
31 | | - "@types/node": "^18", |
| 32 | + "@types/node": "^22", |
32 | 33 | "@types/lodash.matches": "^4.6.9", |
33 | 34 | "@types/lodash.differencewith": "^4.5.9", |
34 | 35 | "@types/lodash.unionby": "^4.8.9", |
|
38 | 39 | "eslint-config-prettier": "^9.0.0", |
39 | 40 | "tsx": "^4.7.3", |
40 | 41 | "typescript": "5.3.3", |
41 | | - "vitest": "^1.4.0", |
42 | | - "codify-plugin-lib": "1.0.182-beta9" |
| 42 | + "vitest": "^4.0.18" |
43 | 43 | }, |
44 | 44 | "engines": { |
45 | 45 | "node": ">=18.0.0" |
|
0 commit comments