@sunmi/max-print
Advanced tools
+7
-3
| { | ||
| "name": "@sunmi/max-print", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "type": "module", | ||
@@ -37,3 +37,7 @@ "description": "Max print utility package", | ||
| }, | ||
| "keywords": ["print", "receipt", "template"], | ||
| "keywords": [ | ||
| "print", | ||
| "receipt", | ||
| "template" | ||
| ], | ||
| "author": "", | ||
@@ -47,2 +51,2 @@ "license": "ISC", | ||
| } | ||
| } | ||
| } |
+1
-1
@@ -16,3 +16,3 @@ import { readFileSync } from 'node:fs'; | ||
| * @param {string} ossPublicBaseUrl 例:https://my-bucket.oss-cn-hangzhou.aliyuncs.com | ||
| * @returns {Promise<{ version: string; manifestUrl: string; tgzUrl: string; publishedAt: string }>} | ||
| * @returns {Promise<{ version: string; manifestUrl: string; tgzUrl: string; githubReleaseUrl?: string; filesCdnBase?: string | null; packageFiles: string[]; packageFileCount: number; packageFileUrls?: { path: string; ossKey: string; url: string }[]; publishedAt: string }>} | ||
| */ | ||
@@ -19,0 +19,0 @@ export async function fetchLatestReleaseMeta(ossPublicBaseUrl) { |
63301
0.3%