modjules 0.1.1-nightly-a186fa7-20251209152134 → 0.1.1-nightly-0932d2d-20251210203156-nightly-0932d2d-20251210203250-nightly-0932d2d-20251210203549

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 +0 -9
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,13 +1,4 @@
1
1
  import { JulesClient } from './types.js';
2
- /**
3
- * The main entry point for the Jules SDK.
4
- * This is a pre-initialized client that can be used immediately with default settings
5
- * (e.g., reading API keys from environment variables).
6
- *
7
- * @example
8
- * import { jules } from 'modjules';
9
- * const session = await jules.session({ ... });
10
- */
11
2
  export declare const jules: JulesClient;
12
3
  export * from './errors.js';
13
4
  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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modjules",
3
- "version": "0.1.1-nightly-a186fa7-20251209152134",
3
+ "version": "0.1.1-nightly-0932d2d-20251210203156-nightly-0932d2d-20251210203250-nightly-0932d2d-20251210203549",
4
4
  "workspaces": [
5
5
  ".",
6
6
  "examples/*"