@theholocron/holocron-plugin-github 3.13.0 → 3.14.0
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.
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -586,7 +586,7 @@ var GitHubSource = class {
|
|
|
586
586
|
return syncLabels(this.client, this.repo, canonical, stale);
|
|
587
587
|
}
|
|
588
588
|
async syncProperties(values) {
|
|
589
|
-
return syncProperties(this.
|
|
589
|
+
return syncProperties(this.client, this.repo, values);
|
|
590
590
|
}
|
|
591
591
|
async syncTeams(teams) {
|
|
592
592
|
return syncTeams(this.orgClient ?? this.client, this.repo, teams);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/holocron-plugin-github",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@theholocron/github-client": "^1.6.0",
|
|
26
|
-
"@theholocron/cli": "3.
|
|
26
|
+
"@theholocron/cli": "3.14.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"libsodium-wrappers": "^0.8.4"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"tsx": "4.23.4",
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
46
|
"vitest": "^4.1.10",
|
|
47
|
-
"@theholocron/cli": "3.
|
|
47
|
+
"@theholocron/cli": "3.14.0"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|