@aks-dev/easyui 1.0.191 → 1.0.193

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.

Potentially problematic release.


This version of @aks-dev/easyui might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +10 -6
  2. package/i.sh +0 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.191",
3
+ "version": "1.0.193",
4
4
  "description": "工具箱",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./types/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "release": "yarn semantic-release",
10
10
  "cp": "cp -r -v src/assets dist/assets",
11
11
  "rsync": "rsync -av --include='*/' --exclude='*.tsx' --exclude='demo.tsx' --exclude='*.ts' src/ dist/",
12
- "build": "tsc && rsync -av --include='*/' --exclude='*.tsx' --exclude='demo.tsx' --exclude='*.ts' src/ dist/",
12
+ "build": "tsc --importHelpers && rsync -av --include='*/' --exclude='*.tsx' --exclude='demo.tsx' --exclude='*.ts' src/ dist/",
13
13
  "types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir ./types",
14
14
  "dev": "tsc --watch",
15
15
  "test:ts": "tsc --noEmit"
@@ -30,8 +30,9 @@
30
30
  "/**/*.bundle",
31
31
  "!/tsconfig.json",
32
32
  "!/tsconfig.md",
33
- "/i.sh",
34
- "!/src/**/assets/*"
33
+ "!/i.sh",
34
+ "!/src/**/assets/*",
35
+ "!/docs"
35
36
  ],
36
37
  "homepage": "https://gitee.com/the_period_of_the_ten_kingdoms",
37
38
  "repository": {
@@ -57,12 +58,15 @@
57
58
  },
58
59
  "devDependencies": {
59
60
  "@aks-dev/react-native-syan-image-picker": "^0.5.58",
60
- "@tsconfig/node22": "^22.0.5",
61
+ "@tsconfig/react-native": "^3.0.9",
61
62
  "@types/react": "^19.2.14",
63
+ "react": "^19.2.4",
64
+ "react-dom": "^19.2.4",
62
65
  "react-native": "^0.84.1",
63
66
  "react-native-permissions": "^5.5.1",
64
67
  "react-native-vision-camera": "^4.7.3",
65
- "react-native-webview": "^13.16.1"
68
+ "react-native-webview": "^13.16.1",
69
+ "typescript": "^5.9.3"
66
70
  },
67
71
  "resolutions": {
68
72
  "@types/react": "*"
package/i.sh DELETED
@@ -1,25 +0,0 @@
1
-
2
- ###
3
- # @Author: shiguo
4
- # @Date: 2022-09-26 17:09:38
5
- # @LastEditors: shiguo
6
- # @LastEditTime: 2023-09-15 17:15:13
7
- # @FilePath: /@aks-dev/easyui/i.sh
8
- ###
9
- # echo "Shell 传递参数实例!";
10
- # echo "执行的文件名:$0";
11
- # echo "第一个参数为:$1";
12
- # echo "第二个参数为:$2";
13
- # echo "第三个参数为:$3";
14
- # ./i.sh 测试更新注视
15
-
16
-
17
- #chmod u+x *.sh
18
- # git add .
19
- # git commit -m $1 feat:修复已知问题
20
- # # git push origin master
21
- # git push --force origin master
22
- echo "请输入验证码"
23
- npm version patch --registry=https://registry.npmjs.org
24
- npm publish --registry=https://registry.npmjs.org --otp=$1
25
-