miaoda-expo-devkit 0.1.1-beta.26 → 0.1.1-beta.28
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/package.json +1 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "miaoda-expo-devkit",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.28",
|
|
4
4
|
"description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -63,16 +63,6 @@
|
|
|
63
63
|
"tsconfig-base.json",
|
|
64
64
|
"!dist/**/*.map"
|
|
65
65
|
],
|
|
66
|
-
"scripts": {
|
|
67
|
-
"build": "tsup",
|
|
68
|
-
"typecheck": "tsc --noEmit && tsc -p tsconfig.check.json --noEmit",
|
|
69
|
-
"test": "vitest run",
|
|
70
|
-
"release": "pnpm run test && pnpm run build && npm publish",
|
|
71
|
-
"release:beta": "pnpm run test && pnpm run build && npm version prerelease --preid=beta && npm publish --tag beta",
|
|
72
|
-
"release:patch": "pnpm run test && pnpm run build && npm version patch && npm publish",
|
|
73
|
-
"release:minor": "pnpm run test && pnpm run build && npm version minor && npm publish",
|
|
74
|
-
"release:major": "pnpm run test && pnpm run build && npm version major && npm publish"
|
|
75
|
-
},
|
|
76
66
|
"dependencies": {
|
|
77
67
|
"connect": "^3.7.0",
|
|
78
68
|
"es-toolkit": "^1.45.1",
|
|
@@ -120,21 +110,5 @@
|
|
|
120
110
|
"publishConfig": {
|
|
121
111
|
"registry": "https://registry.npmjs.org/",
|
|
122
112
|
"access": "public"
|
|
123
|
-
},
|
|
124
|
-
"devDependencies": {
|
|
125
|
-
"@babel/core": "^7.26.0",
|
|
126
|
-
"@babel/helper-module-imports": "^7.28.6",
|
|
127
|
-
"@sentry/core": "^10.38.0",
|
|
128
|
-
"@sentry/react-native": ">=8.0.0",
|
|
129
|
-
"@types/babel__core": "^7.20.5",
|
|
130
|
-
"@types/babel__helper-module-imports": "^7.18.3",
|
|
131
|
-
"@types/connect": "^3.4.38",
|
|
132
|
-
"@types/node": "^25.0.0",
|
|
133
|
-
"metro": "^0.83.0",
|
|
134
|
-
"metro-config": "^0.83.0",
|
|
135
|
-
"metro-resolver": "^0.83.0",
|
|
136
|
-
"oxlint": "catalog:",
|
|
137
|
-
"tsup": "^8.5.1",
|
|
138
|
-
"vitest": "^4.1.5"
|
|
139
113
|
}
|
|
140
114
|
}
|