@elizaos/sweagent-root 2.0.0-alpha.1 → 2.0.0-alpha.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/sweagent-root",
3
3
  "private": false,
4
- "version": "2.0.0-alpha.1",
4
+ "version": "2.0.0-alpha.2",
5
5
  "description": "SWE-agent: AI software engineering agent with Python, TypeScript, and Rust implementations",
6
6
  "type": "module",
7
7
  "main": "typescript/dist/index.js",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "53a31ea4108adc6580ecf0a43b49abc07d423824"
70
+ "gitHead": "bc6cac8d36845d7cbde51a64307c6a57c16378ad"
71
71
  }
@@ -29,8 +29,6 @@ classifiers = [
29
29
  "Operating System :: OS Independent",
30
30
  # Indicate who your project is intended for
31
31
  "Intended Audience :: Developers",
32
- # Pick your license as you wish
33
- "License :: OSI Approved :: MIT License",
34
32
  "Programming Language :: Python :: 3.11",
35
33
  "Programming Language :: Python :: 3.12",
36
34
  "Programming Language :: Python :: 3 :: Only",