@a5c-ai/atlas-github 5.1.1-staging.c2c4de8a57cc → 5.1.1-staging.d77cc7fd54ae
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/bin/install-shared.js +1 -1
- package/package.json +2 -2
- package/plugin.json +1 -1
- package/versions.json +2 -2
package/bin/install-shared.js
CHANGED
|
@@ -104,7 +104,7 @@ function ensureMarketplaceEntry(marketplacePath, pluginRoot) {
|
|
|
104
104
|
name: PLUGIN_NAME,
|
|
105
105
|
source: relSource,
|
|
106
106
|
description: "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
|
|
107
|
-
version: "5.1.1-staging.
|
|
107
|
+
version: "5.1.1-staging.d77cc7fd54ae",
|
|
108
108
|
author: { name: "a5c.ai" },
|
|
109
109
|
};
|
|
110
110
|
if (idx >= 0) marketplace.plugins[idx] = entry;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/atlas-github",
|
|
3
|
-
"version": "5.1.1-staging.
|
|
3
|
+
"version": "5.1.1-staging.d77cc7fd54ae",
|
|
4
4
|
"description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"deploy": "npm publish --access public",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@a5c-ai/babysitter-sdk": "5.1.1-staging.
|
|
37
|
+
"@a5c-ai/babysitter-sdk": "5.1.1-staging.d77cc7fd54ae"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
package/plugin.json
CHANGED
package/versions.json
CHANGED