@primeuicom/mcp 0.1.1 → 0.1.2
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/dist/service.js +0 -0
- package/package.json +2 -2
package/dist/service.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primeuicom/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/service.js",
|
|
6
6
|
"bin": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
14
|
"clean": "rm -rf dist",
|
|
15
|
-
"build": "pnpm run clean && tsc -p tsconfig.json",
|
|
15
|
+
"build": "pnpm run clean && tsc -p tsconfig.json && chmod 755 dist/service.js",
|
|
16
16
|
"typecheck": "tsc --noEmit",
|
|
17
17
|
"dev": "tsx src/service.ts",
|
|
18
18
|
"test": "vitest run",
|