@rsmax/build-store 1.3.12 → 1.3.13

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +12 -12
package/lib/index.js CHANGED
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- const crypto = __importStar(require("crypto"));
27
- const lodash_1 = require("lodash");
26
+ const crypto = __importStar(require("node:crypto"));
28
27
  const shared_1 = require("@rsmax/shared");
28
+ const lodash_1 = require("lodash");
29
29
  function unique(array) {
30
30
  return Array.from(new Set(array));
31
31
  }
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@rsmax/build-store",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "使用真正的 React 构建跨平台小程序",
5
- "author": "Wei Zhu <yesmeck@gmail.com>",
6
- "homepage": "https://remaxjs.org",
5
+ "homepage": "https://remax.wdchiphop.cn",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git@github.com:watsonhaw5566/rsmax.git"
9
+ },
7
10
  "license": "MIT",
11
+ "author": "Wei Zhu <yesmeck@gmail.com>",
8
12
  "main": "lib/index.js",
9
13
  "directories": {
10
14
  "lib": "lib",
@@ -13,25 +17,21 @@
13
17
  "files": [
14
18
  "lib"
15
19
  ],
16
- "repository": {
17
- "type": "git",
18
- "url": "git@github.com:remaxjs/remax.git"
19
- },
20
20
  "scripts": {
21
- "clean": "rimraf lib tsconfig.tsbuildinfo",
22
21
  "prebuild": "npm run clean",
23
- "build": "tsc"
22
+ "build": "tsc",
23
+ "clean": "rimraf lib tsconfig.tsbuildinfo"
24
24
  },
25
25
  "dependencies": {
26
- "@rsmax/shared": "1.3.12",
26
+ "@rsmax/shared": "1.3.13",
27
27
  "lodash": "^4.17.11"
28
28
  },
29
29
  "devDependencies": {
30
- "@rsmax/types": "1.3.12",
30
+ "@rsmax/types": "1.3.13",
31
31
  "@types/lodash": "^4.14.135"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "74826f663163c25ebec0017a0e9d5cacea0ca6fc"
36
+ "gitHead": "ff3656307036567c5b9d9b62dcaa599f539d56b7"
37
37
  }