modjules 0.1.1-nightly-834e162-20251212203348 → 0.1.1-nightly-ee7ed9c-20251214203843

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 -8
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,12 +1,4 @@
1
1
  import { JulesClient } from './types.js';
2
- /**
3
- * The main entry point for the Jules SDK for Node.js environments.
4
- * This is a pre-initialized client that can be used immediately with default settings.
5
- *
6
- * @example
7
- * import { jules } from 'modjules';
8
- * await jules.run({ ... });
9
- */
10
2
  export declare const jules: JulesClient;
11
3
  export * from './errors.js';
12
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-834e162-20251212203348",
3
+ "version": "0.1.1-nightly-ee7ed9c-20251214203843",
4
4
  "workspaces": [
5
5
  ".",
6
6
  "examples/*"