Some checks failed
deploy-site / deploy (push) Failing after 3m26s
The manual install path still needed 7-Zip, which the target machine does not have, so "installable without a certificate" was not yet true. The channel now also publishes the app as byte-split zip parts, and the install script joins them and extracts with the built-in Windows Expand-Archive after verifying every part and the joined archive. Version 1.3.1 republishes the channel from a single build, because a version's artifacts can only match one build and published volumes are never overwritten.
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@d3ro/core",
|
|
"version": "1.3.1",
|
|
"private": true,
|
|
"description": "D3RO Voice 공유 비즈니스 로직 — 타입, 에러, IPC 채널, 상수, 유틸",
|
|
"license": "MIT",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./types": {
|
|
"types": "./src/types.ts",
|
|
"default": "./src/types.ts"
|
|
},
|
|
"./errors": {
|
|
"types": "./src/errors.ts",
|
|
"default": "./src/errors.ts"
|
|
},
|
|
"./ipc-channels": {
|
|
"types": "./src/ipc-channels.ts",
|
|
"default": "./src/ipc-channels.ts"
|
|
},
|
|
"./constants": {
|
|
"types": "./src/constants.ts",
|
|
"default": "./src/constants.ts"
|
|
},
|
|
"./entitlement": {
|
|
"types": "./src/entitlement.ts",
|
|
"default": "./src/entitlement.ts"
|
|
},
|
|
"./utils/meeting-markdown": {
|
|
"types": "./src/utils/meeting-markdown.ts",
|
|
"default": "./src/utils/meeting-markdown.ts"
|
|
},
|
|
"./utils/markdown-to-docx": {
|
|
"types": "./src/utils/markdown-to-docx.ts",
|
|
"default": "./src/utils/markdown-to-docx.ts"
|
|
},
|
|
"./utils/crypto-license": {
|
|
"types": "./src/utils/crypto-license.ts",
|
|
"default": "./src/utils/crypto-license.ts"
|
|
},
|
|
"./supabase-config": {
|
|
"types": "./src/supabase-config.ts",
|
|
"default": "./src/supabase-config.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"docx": "^9.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.0"
|
|
}
|
|
}
|