modjules 0.2.0 → 1.0.0-beta.1

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -280,6 +280,7 @@ export interface SessionResource {
280
280
  id: string;
281
281
  prompt: string;
282
282
  sourceContext: SourceContext;
283
+ source: Source;
283
284
  title: string;
284
285
  /**
285
286
  * The time the session was created (RFC 3339 timestamp).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modjules",
3
- "version": "0.2.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "type": "module",
5
5
  "description": "The agent-ready SDK for Jules.",
6
6
  "repository": "davideast/modjules",