aai-gateway 0.1.2 → 0.1.3

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/dist/cli.js +0 -0
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aai-gateway",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "AAI Gateway - Agent App Interface Protocol Gateway for direct application capability invocation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "scripts": {
16
16
  "dev": "vite-node src/index.ts",
17
- "build": "tsc && vite build",
17
+ "build": "tsc && vite build && chmod +x dist/cli.js",
18
18
  "typecheck": "tsc --noEmit",
19
19
  "lint": "eslint src --ext .ts",
20
20
  "lint:fix": "eslint src --ext .ts --fix",