tools-min-ns 1.17.0 → 1.17.1

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/README.md CHANGED
@@ -5,6 +5,9 @@ pnpm i tools-min-ns --save
5
5
  ```
6
6
 
7
7
  # updates
8
+ ## v1.17.1
9
+ >StorageUtil
10
+ PasswordUtil引用路径bug
8
11
  ## v1.17.0
9
12
  >StorageUtil
10
13
  加解密
@@ -20,7 +20,7 @@ var __read = this && this.__read || function (o, n) {
20
20
  }
21
21
  return ar;
22
22
  };
23
- import PasswordUtil from 'src/pwd/PasswordUtil';
23
+ import PasswordUtil from '../pwd/PasswordUtil';
24
24
  import config from '../config';
25
25
  var StorageUtil;
26
26
  (function (StorageUtil) {
@@ -30,7 +30,7 @@ var __importDefault = this && this.__importDefault || function (mod) {
30
30
  Object.defineProperty(exports, "__esModule", {
31
31
  value: true
32
32
  });
33
- var PasswordUtil_1 = __importDefault(require("src/pwd/PasswordUtil"));
33
+ var PasswordUtil_1 = __importDefault(require("../pwd/PasswordUtil"));
34
34
  var config_1 = __importDefault(require("../config"));
35
35
  var StorageUtil;
36
36
  (function (StorageUtil) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tools-min-ns",
3
3
  "description": "工具包适用于前端以及node",
4
- "version": "1.17.0",
4
+ "version": "1.17.1",
5
5
  "main": "lib/index.js",
6
6
  "license": "MIT",
7
7
  "author": "nanshen",