alp-body-parser 12.1.0 → 12.1.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alp-body-parser",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.1",
|
|
4
4
|
"description": "body parser in alp framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alp",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"koa": "^3.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@pob/rollup-esbuild": "9.1.
|
|
44
|
+
"@pob/rollup-esbuild": "9.1.2",
|
|
45
45
|
"typescript": "6.0.3"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"alp-node": "^10.
|
|
48
|
+
"alp-node": "^10.1.1"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=22.18.0"
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"typescript": true
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
|
-
"build": "
|
|
68
|
+
"build": "pnpm run clean:build && rollup --config rollup.config.mjs && pnpm run build:definitions",
|
|
69
69
|
"build:definitions": "tsc -p tsconfig.json",
|
|
70
70
|
"clean": "yarn clean:build",
|
|
71
71
|
"clean:build": "pob-esbuild-clean-out dist",
|
|
72
|
-
"lint": "
|
|
73
|
-
"lint:eslint": "
|
|
72
|
+
"lint": "pnpm run lint:eslint",
|
|
73
|
+
"lint:eslint": "pnpm run --dir '../..' eslint --quiet 'packages/alp-body-parser'",
|
|
74
74
|
"tsc": "tsc",
|
|
75
75
|
"watch": "yarn clean:build && rollup --config rollup.config.mjs --watch"
|
|
76
76
|
}
|