fraim-framework 2.0.148 → 2.0.150
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/index.js +0 -0
- package/package.json +4 -4
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fraim-framework",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.150",
|
|
4
4
|
"description": "FRAIM: AI Workforce Infrastructure — the organizational capability that turns AI agents into an accountable workforce, their operators into capable AI managers, and executives into leaders with clear optics on AI proficiency.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"fraim": "./
|
|
8
|
-
"fraim-framework": "./
|
|
7
|
+
"fraim": "./bin/fraim.js",
|
|
8
|
+
"fraim-framework": "./bin/fraim.js"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"dev": "tsx --watch src/fraim-mcp-server.ts > server.log 2>&1",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"view-signups": "tsx scripts/view-signups.ts",
|
|
38
38
|
"fraim:init": "npm run build && node index.js init",
|
|
39
39
|
"fraim:sync": "node index.js sync --local",
|
|
40
|
-
"postinstall": "fraim sync --skip-updates || echo 'FRAIM setup skipped.'",
|
|
40
|
+
"postinstall": "node ./bin/fraim.js sync --skip-updates || echo 'FRAIM setup skipped.'",
|
|
41
41
|
"prepublishOnly": "npm run build",
|
|
42
42
|
"release": "npm version patch && npm run publish-both",
|
|
43
43
|
"publish-both": "node scripts/publish-both.js",
|