arms-app 1.0.44 → 1.0.45

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/docs/oreder.md +9 -0
  2. package/package.json +1 -1
package/docs/oreder.md ADDED
@@ -0,0 +1,9 @@
1
+ # 输出当前脚本目录(可选)
2
+ Write-Host "Script directory: $PSScriptRoot"
3
+
4
+ # 切换到脚本所在目录(可选)
5
+ Set-Location $PSScriptRoot
6
+
7
+ # 执行 npm 命令
8
+ Write-Host "Running: npm view arms-app"
9
+ npm view arms-app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arms-app",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "一个基于 Express 的 Web 应用1",
5
5
  "main": "index.js",
6
6
  "scripts": {