@theholocron/holocron-plugin-github 2.0.2 → 2.1.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/index.d.mts +0 -1
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { GitHubClient, createGitHubClient } from "@theholocron/github-client";
2
2
  import { Auth, AuthError, Ci, CiRun, CiRunFilter, Environment, Environments, Issue, IssueSearchFilter, Issues, LabelDef, LifecycleResult, LifecycleSlot, RepoRef, RepoSettings, ResolveTokenInput, Ruleset, SecretScope, Secrets, Source, TeamEntry, TeamEntry as TeamEntry$1, TeamPermission, TrackerDoctorReport, TrackerUser } from "@theholocron/cli";
3
-
4
3
  //#region src/auth.d.ts
5
4
  declare const resolveToken: (input?: import("@theholocron/http-client").ResolveTokenInput) => string;
6
5
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-github",
3
- "version": "2.0.2",
3
+ "version": "2.1.1",
4
4
  "description": "Holocron plugin for GitHub. Implements source, ci, secrets, environments, and issues capabilities against the GitHub REST API.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-github#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@theholocron/github-client": "^1.3.0",
25
- "@theholocron/cli": "2.0.2"
25
+ "@theholocron/cli": "2.1.1"
26
26
  },
27
27
  "dependencies": {
28
28
  "libsodium-wrappers": "^0.8.4"
@@ -43,7 +43,7 @@
43
43
  "tsx": "4.22.4",
44
44
  "typescript": "^5.9.3",
45
45
  "vitest": "^4.1.10",
46
- "@theholocron/cli": "2.0.2"
46
+ "@theholocron/cli": "2.1.1"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"