@a5c-ai/atlas-github 5.1.1-staging.44749aef05dc → 5.1.1-staging.5ee7f5f98b91

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.
@@ -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.44749aef05dc",
107
+ version: "5.1.1-staging.5ee7f5f98b91",
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.44749aef05dc",
3
+ "version": "5.1.1-staging.5ee7f5f98b91",
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.44749aef05dc"
37
+ "@a5c-ai/babysitter-sdk": "5.1.1-staging.5ee7f5f98b91"
38
38
  },
39
39
  "repository": {
40
40
  "type": "git",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atlas",
3
- "version": "5.1.1-staging.44749aef05dc",
3
+ "version": "5.1.1-staging.5ee7f5f98b91",
4
4
  "description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
5
5
  "author": {
6
6
  "name": "a5c.ai"
package/versions.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "5.1.1-staging.44749aef05dc",
3
- "extensionVersion": "5.1.1-staging.44749aef05dc"
2
+ "sdkVersion": "5.1.1-staging.5ee7f5f98b91",
3
+ "extensionVersion": "5.1.1-staging.5ee7f5f98b91"
4
4
  }