|
12 | 12 | "ajv": "^8.12.0", |
13 | 13 | "ajv-formats": "^3.0.1", |
14 | 14 | "chalk": "^5.3.0", |
15 | | - "codify-schemas": "^1.0.56", |
| 15 | + "codify-schemas": "^1.0.60", |
16 | 16 | "debug": "^4.3.4", |
17 | 17 | "ink": "^5", |
18 | 18 | "ink-form": "^2.0.1", |
|
38 | 38 | "@types/semver": "^7.5.4", |
39 | 39 | "@types/strip-ansi": "^5.2.1", |
40 | 40 | "@typescript-eslint/eslint-plugin": "^8.16.0", |
41 | | - "codify-plugin-lib": "^1.0.107", |
| 41 | + "codify-plugin-lib": "^1.0.129", |
42 | 42 | "esbuild": "^0.24.0", |
43 | 43 | "esbuild-plugin-copy": "^2.1.1", |
44 | 44 | "eslint": "^8.51.0", |
|
85 | 85 | "topics": {}, |
86 | 86 | "macos": { |
87 | 87 | "identifier": "com.codify.cli", |
88 | | - "sign": "\"Developer ID Installer: Qingran Wang (PCG246DPVT)\"" |
| 88 | + "sign": "\"Developer ID Installer: Qingran Wang (PCG246DPVT)\"", |
| 89 | + "application-certificate": "Developer ID Application: Qingran Wang (PCG246DPVT)" |
89 | 90 | }, |
90 | 91 | "update": { |
91 | 92 | "s3": { |
|
100 | 101 | "build:release": "npm run pkg && ./scripts/notarize.sh", |
101 | 102 | "lint": "tsc && eslint . --ext .ts", |
102 | 103 | "postpack": "shx rm -f oclif.manifest.json", |
| 104 | + "pretarball": "../../../scripts/codesign.sh", |
103 | 105 | "pkg": "tsx ./scripts/pkg.ts", |
104 | 106 | "notorize": "./scripts/notarize.sh", |
105 | 107 | "upload": "./scripts/upload.sh", |
|
110 | 112 | "start:dev": "./bin/dev.js", |
111 | 113 | "start:vm": "npm run build && npm run pack:macos && npm run start:vm" |
112 | 114 | }, |
113 | | - "version": "0.4.0", |
| 115 | + "version": "0.5.0", |
114 | 116 | "bugs": "https://github.com/kevinwang5658/codify/issues", |
115 | 117 | "keywords": [ |
116 | 118 | "oclif" |
|
0 commit comments