modjules 0.1.1-nightly-60789cb-20251211203129-nightly-60789cb-20251211203231-nightly-60789cb-20251211203250-nightly-a5897fc-20251211203423 → 0.1.1-nightly-c4ec71d-20251213203336

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/index.d.ts +5 -5
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,10 +1,6 @@
1
1
  import { JulesClient } from './types.js';
2
- export * from './errors.js';
3
- export type { Activity, ActivityAgentMessaged, ActivityPlanApproved, ActivityPlanGenerated, ActivityProgressUpdated, ActivitySessionCompleted, ActivitySessionFailed, ActivityUserMessaged, Artifact, AutomatedSession, BashArtifact, ChangeSet, GitHubRepo, GitPatch, JulesClient, JulesOptions, MediaArtifact, Outcome, Plan, PlanStep, PullRequest, SessionClient, SessionConfig, SessionOutput, SessionResource, SessionState, Source, SourceContext, SourceInput, SourceManager, } from './types.js';
4
- export { SessionCursor } from './sessions.js';
5
- export type { ListSessionsOptions, ListSessionsResponse } from './sessions.js';
6
2
  /**
7
- * The main entry point for the Jules SDK for Node.js environments.
3
+ * The main entry point for the Jules SDK.
8
4
  * This is a pre-initialized client that can be used immediately with default settings.
9
5
  *
10
6
  * @example
@@ -12,3 +8,7 @@ export type { ListSessionsOptions, ListSessionsResponse } from './sessions.js';
12
8
  * const session = await jules.session({ ... });
13
9
  */
14
10
  export declare const jules: JulesClient;
11
+ export * from './errors.js';
12
+ export type { Activity, ActivityAgentMessaged, ActivityPlanApproved, ActivityPlanGenerated, ActivityProgressUpdated, ActivitySessionCompleted, ActivitySessionFailed, ActivityUserMessaged, Artifact, AutomatedSession, BashArtifact, ChangeSet, GitHubRepo, GitPatch, JulesClient, JulesOptions, MediaArtifact, Outcome, Plan, PlanStep, PullRequest, SessionClient, SessionConfig, SessionOutput, SessionResource, SessionState, Source, SourceContext, SourceInput, SourceManager, } from './types.js';
13
+ export { SessionCursor } from './sessions.js';
14
+ export type { ListSessionsOptions, ListSessionsResponse } from './sessions.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modjules",
3
- "version": "0.1.1-nightly-60789cb-20251211203129-nightly-60789cb-20251211203231-nightly-60789cb-20251211203250-nightly-a5897fc-20251211203423",
3
+ "version": "0.1.1-nightly-c4ec71d-20251213203336",
4
4
  "workspaces": [
5
5
  ".",
6
6
  "examples/*"