@keystrokehq/platform 0.1.182 → 0.1.183
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/{config-CSqHpjKf.d.mts → config-B6_FZYew.d.mts} +6 -6
- package/dist/{config-Cp5KZf06.d.cts → config-uVXHrsjm.d.cts} +6 -6
- package/dist/config.d.cts +1 -1
- package/dist/config.d.mts +1 -1
- package/dist/dist-BSCnxiCv.cjs.map +1 -1
- package/dist/dist-CQ7xuizC.mjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/start.d.cts +1 -1
- package/dist/start.d.mts +1 -1
- package/package.json +3 -3
package/dist/internal.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as CreateDraftCommitRequest, D as CancelManagedDeployResponse, E as CancelManagedDeployRequest, F as ProjectFileSummary, I as PublishManagedDeployCandidateRequest, L as PublishManagedDeployCandidateResponse, M as HeartbeatManagedDeployResponse, N as PrepareManagedDeployRequest, O as CompleteManagedDeployArtifactRequest, P as PrepareManagedDeployResponse, R as RenewManagedDeployUploadRequest, c as ProjectDraftNotifier, g as ProjectGitRepository, h as ProjectGitProviderPlugin, j as HeartbeatManagedDeployRequest, k as CompleteManagedDeployArtifactResponse, n as DraftCommandRunnerPlugin, w as OrganizationVariables, z as RenewManagedDeployUploadResponse } from "./config-
|
|
1
|
+
import { A as CreateDraftCommitRequest, D as CancelManagedDeployResponse, E as CancelManagedDeployRequest, F as ProjectFileSummary, I as PublishManagedDeployCandidateRequest, L as PublishManagedDeployCandidateResponse, M as HeartbeatManagedDeployResponse, N as PrepareManagedDeployRequest, O as CompleteManagedDeployArtifactRequest, P as PrepareManagedDeployResponse, R as RenewManagedDeployUploadRequest, c as ProjectDraftNotifier, g as ProjectGitRepository, h as ProjectGitProviderPlugin, j as HeartbeatManagedDeployRequest, k as CompleteManagedDeployArtifactResponse, n as DraftCommandRunnerPlugin, w as OrganizationVariables, z as RenewManagedDeployUploadResponse } from "./config-uVXHrsjm.cjs";
|
|
2
2
|
import { OrganizationRow, ProjectRepositoryRow, ProjectRow } from "@keystrokehq/platform-database";
|
|
3
3
|
import { Context, MiddlewareHandler } from "hono";
|
|
4
4
|
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as CreateDraftCommitRequest, D as CancelManagedDeployResponse, E as CancelManagedDeployRequest, F as ProjectFileSummary, I as PublishManagedDeployCandidateRequest, L as PublishManagedDeployCandidateResponse, M as HeartbeatManagedDeployResponse, N as PrepareManagedDeployRequest, O as CompleteManagedDeployArtifactRequest, P as PrepareManagedDeployResponse, R as RenewManagedDeployUploadRequest, c as ProjectDraftNotifier, g as ProjectGitRepository, h as ProjectGitProviderPlugin, j as HeartbeatManagedDeployRequest, k as CompleteManagedDeployArtifactResponse, n as DraftCommandRunnerPlugin, w as OrganizationVariables, z as RenewManagedDeployUploadResponse } from "./config-
|
|
1
|
+
import { A as CreateDraftCommitRequest, D as CancelManagedDeployResponse, E as CancelManagedDeployRequest, F as ProjectFileSummary, I as PublishManagedDeployCandidateRequest, L as PublishManagedDeployCandidateResponse, M as HeartbeatManagedDeployResponse, N as PrepareManagedDeployRequest, O as CompleteManagedDeployArtifactRequest, P as PrepareManagedDeployResponse, R as RenewManagedDeployUploadRequest, c as ProjectDraftNotifier, g as ProjectGitRepository, h as ProjectGitProviderPlugin, j as HeartbeatManagedDeployRequest, k as CompleteManagedDeployArtifactResponse, n as DraftCommandRunnerPlugin, w as OrganizationVariables, z as RenewManagedDeployUploadResponse } from "./config-B6_FZYew.mjs";
|
|
2
2
|
import { OrganizationRow, ProjectRepositoryRow, ProjectRow, createOrgStorageClient } from "@keystrokehq/platform-database";
|
|
3
3
|
import { Context, MiddlewareHandler } from "hono";
|
|
4
4
|
|
package/dist/start.d.cts
CHANGED
package/dist/start.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/platform",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.183",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"tsx": "^4.21.0",
|
|
69
69
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
70
70
|
"vitest": "^4.1.7",
|
|
71
|
-
"@keystrokehq/tsdown-config": "0.0.5",
|
|
72
|
-
"@keystrokehq/tsconfig": "0.0.3",
|
|
73
71
|
"@keystrokehq/oxlint-config": "0.0.4",
|
|
72
|
+
"@keystrokehq/tsconfig": "0.0.3",
|
|
73
|
+
"@keystrokehq/tsdown-config": "0.0.5",
|
|
74
74
|
"@keystrokehq/vitest-config": "0.0.7"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|