@lingxiteam/assets 3.3.1-alpha.3 → 3.3.1-alpha.4

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.
package/es/theme/index.js CHANGED
@@ -12,8 +12,8 @@ var https = require('https');
12
12
  var fs = require('fs');
13
13
  var path = require('path');
14
14
  var unzipper = require('unzipper');
15
- var localFilePath = path.resolve(__dirname, '../bin/default.zip');
16
- var outputDirectory = path.resolve(__dirname, '../bin');
15
+ var localFilePath = path.resolve(__dirname, './bin/default.zip');
16
+ var outputDirectory = path.resolve(__dirname, './bin');
17
17
  var options = {
18
18
  port: 443,
19
19
  path: '/npm/@lingxiteam/theme@latest/bin/default.zip',
@@ -18,8 +18,8 @@ var https = require('https');
18
18
  var fs = require('fs');
19
19
  var path = require('path');
20
20
  var unzipper = require('unzipper');
21
- var localFilePath = path.resolve(__dirname, '../bin/default.zip');
22
- var outputDirectory = path.resolve(__dirname, '../bin');
21
+ var localFilePath = path.resolve(__dirname, './bin/default.zip');
22
+ var outputDirectory = path.resolve(__dirname, './bin');
23
23
  var options = {
24
24
  port: 443,
25
25
  path: '/npm/@lingxiteam/theme@latest/bin/default.zip',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/assets",
3
- "version": "3.3.1-alpha.3",
3
+ "version": "3.3.1-alpha.4",
4
4
  "description": "灵犀低代码平台移动端 - 工具类",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",