qmwts 1.1.1 → 1.1.2

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/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import NumberUtils from './src/utils/number-utils';
2
- import JsonUtils from './src/utils/json-utils';
3
- import UUIDUtils from './src/utils/uuid-utils';
1
+ import NumberUtils from './utils/number-utils';
2
+ import JsonUtils from './utils/json-utils';
3
+ import UUIDUtils from './utils/uuid-utils';
4
4
  export { NumberUtils, JsonUtils, UUIDUtils };
package/dist/index.js CHANGED
@@ -2,9 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UUIDUtils = exports.JsonUtils = exports.NumberUtils = void 0;
4
4
  // https://www.jianshu.com/p/8fa2c50720e4
5
- var number_utils_1 = require("./src/utils/number-utils");
5
+ var number_utils_1 = require("./utils/number-utils");
6
6
  exports.NumberUtils = number_utils_1.default;
7
- var json_utils_1 = require("./src/utils/json-utils");
7
+ var json_utils_1 = require("./utils/json-utils");
8
8
  exports.JsonUtils = json_utils_1.default;
9
- var uuid_utils_1 = require("./src/utils/uuid-utils");
9
+ var uuid_utils_1 = require("./utils/uuid-utils");
10
10
  exports.UUIDUtils = uuid_utils_1.default;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "qmwts",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
- "main": "index.js",
5
+ "main": "/dist/index.js",
6
6
  "scripts": {
7
7
  "build": "tsc",
8
- "publish": "npm publish",
9
- "test": "jest"
8
+ "test": "jest",
9
+ "publish": "npm publish"
10
10
  },
11
11
  "author": "qmw",
12
12
  "license": "ISC",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes