ydb-components-material 0.1.73 → 0.1.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ function _uploadSignFile() {
101
101
  return _regeneratorRuntime.wrap(function (_context2) {
102
102
  while (1) switch (_context2.prev = _context2.next) {
103
103
  case 0:
104
- console.log(event, '文件', window.env);
104
+ console.log(event, '文件1111', window.env);
105
105
  // uni.showLoading({ title: '加载中' })
106
106
  _context2.next = 1;
107
107
  return getBlob(event.url);
@@ -105,7 +105,7 @@ function _uploadSignFile() {
105
105
  return _regenerator["default"].wrap(function (_context2) {
106
106
  while (1) switch (_context2.prev = _context2.next) {
107
107
  case 0:
108
- console.log(event, '文件', window.env);
108
+ console.log(event, '文件1111', window.env);
109
109
  // uni.showLoading({ title: '加载中' })
110
110
  _context2.next = 1;
111
111
  return (0, _file.getBlob)(event.url);
@@ -89,7 +89,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
89
89
  packageName = 'ydb-components-material';
90
90
  }
91
91
  if (version === void 0) {
92
- version = '0.1.73';
92
+ version = '0.1.74';
93
93
  }
94
94
  if (basicLibraryVersion === void 0) {
95
95
  basicLibraryVersion = {
@@ -94,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
94
94
  packageName = 'ydb-components-material';
95
95
  }
96
96
  if (version === void 0) {
97
- version = '0.1.73';
97
+ version = '0.1.74';
98
98
  }
99
99
  if (basicLibraryVersion === void 0) {
100
100
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-components-material",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -97,10 +97,10 @@
97
97
  },
98
98
  "componentConfig": {
99
99
  "isComponentLibrary": true,
100
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.73/build/lowcode/assets-prod.json"
100
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.74/build/lowcode/assets-prod.json"
101
101
  },
102
102
  "lcMeta": {
103
103
  "type": "component"
104
104
  },
105
- "homepage": "https://unpkg.com/ydb-components-material@0.1.73/build/index.html"
105
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.74/build/index.html"
106
106
  }