@mybricks/sdk-for-app
Advanced tools
Comparing version 1.0.35-beta.1 to 1.0.35-beta.2
@@ -13,2 +13,3 @@ "use strict"; | ||
.then(({ data }) => { | ||
console.log(`getLatestComponentLibrarys data JD==> `, data); | ||
if (data === null || data === void 0 ? void 0 : data.data) { | ||
@@ -24,2 +25,3 @@ resolve(((data === null || data === void 0 ? void 0 : data.data) || []).sort((p, c) => { | ||
}).catch((e) => { | ||
console.log(`getLatestComponentLibrarys e JD==> `, e); | ||
reject(e.msg || '查询最新组件库信息失败'); | ||
@@ -26,0 +28,0 @@ }); |
@@ -12,2 +12,3 @@ import { getAxiosInstance } from '../util' | ||
.then(({ data }: any) => { | ||
console.log(`getLatestComponentLibrarys data JD==> `,data); | ||
if (data?.data) { | ||
@@ -21,2 +22,3 @@ resolve((data?.data || []).sort((p: any, c: any) => { | ||
}).catch((e: any) => { | ||
console.log(`getLatestComponentLibrarys e JD==> `,e); | ||
reject(e.msg || '查询最新组件库信息失败') | ||
@@ -23,0 +25,0 @@ }); |
{ | ||
"name": "@mybricks/sdk-for-app", | ||
"version": "1.0.35-beta.1", | ||
"version": "1.0.35-beta.2", | ||
"description": "SDK for application UI", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
324333
8587