@pulsemcp/air-sdk 0.0.41 → 0.0.42
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/init.js +2 -2
- package/package.json +2 -2
package/dist/init.js
CHANGED
|
@@ -84,8 +84,8 @@ Skills live as directories containing a \`SKILL.md\`. Point at one from
|
|
|
84
84
|
|
|
85
85
|
The simplest way to layer a shared team or org catalog on top of your local
|
|
86
86
|
workspace is the \`catalogs\` field. Each entry is a directory (local path or
|
|
87
|
-
\`github://\` URI)
|
|
88
|
-
|
|
87
|
+
\`github://\` URI). AIR walks the catalog up to 3 levels deep and discovers
|
|
88
|
+
any file identified as an AIR artifact index by filename or \`$schema\`:
|
|
89
89
|
|
|
90
90
|
\`\`\`json
|
|
91
91
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulsemcp/air-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"lint": "tsc --noEmit"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@pulsemcp/air-core": "0.0.
|
|
32
|
+
"@pulsemcp/air-core": "0.0.42"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^22.10.0",
|