mirror of
https://github.com/klxf/eext-jiepei-helper.git
synced 2025-12-06 14:14:14 +08:00
Supports automatic recognition of PCB layers
This commit is contained in:
parent
d17c375732
commit
ef521ec2b0
@ -1,3 +1,8 @@
|
||||
# 1.1.0
|
||||
|
||||
1. 支持自动识别板子层数
|
||||
2. 更新依赖 pro-api-types
|
||||
|
||||
# 1.0.2
|
||||
|
||||
1. 检查更新功能
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"uuid": "817c3321fba54f70b0186500933ed47b",
|
||||
"displayName": "捷配下单助手",
|
||||
"description": "一键前往捷配下单 PCB,支持保存下单偏好",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"publisher": "Mr_Fang",
|
||||
"engines": {
|
||||
"eda": "^2.3.0"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
8
package-lock.json
generated
8
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.1.1",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@jlceda/pro-api-types": "^0.1.156",
|
||||
"@jlceda/pro-api-types": "^0.1.175",
|
||||
"@microsoft/tsdoc": "^0.15.1",
|
||||
"@tailwindcss/cli": "^4.1.8",
|
||||
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
||||
@ -900,9 +900,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@jlceda/pro-api-types": {
|
||||
"version": "0.1.156",
|
||||
"resolved": "https://registry.npmjs.org/@jlceda/pro-api-types/-/pro-api-types-0.1.156.tgz",
|
||||
"integrity": "sha512-U26OzNETxZZfwGS3sfqQ7emclnwWgD72gWCtgU99TwMBAV+G5kP8Fd65w7nKqMcTVVG0TlSbsgUdNW/IPD8HcA==",
|
||||
"version": "0.1.175",
|
||||
"resolved": "https://registry.npmjs.org/@jlceda/pro-api-types/-/pro-api-types-0.1.175.tgz",
|
||||
"integrity": "sha512-83opK7FZmtm5GFkfulYuCWHOhFO+WYocjfiuRh1K2PQaPeIe+/e3wKE4vUBcKptGajePpyDlfKL4UXTFVBe+Vg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"build": "npm run tailwind && npm run compile && ts-node ./build/packaged.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jlceda/pro-api-types": "^0.1.156",
|
||||
"@jlceda/pro-api-types": "^0.1.175",
|
||||
"@microsoft/tsdoc": "^0.15.1",
|
||||
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user