builder.io 1.9.21 → 1.9.22
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/cli/index.cjs +7 -7
- package/cli/index.cjs.map +3 -3
- package/core/index.cjs +1 -1
- package/core/index.mjs +1 -1
- package/node/index.cjs +1 -1
- package/node/index.mjs +1 -1
- package/package.json +1 -1
- package/server/index.cjs +3 -3
- package/server/index.mjs +3 -3
- package/types/cli/codegen.d.ts +1 -0
- package/types/tsconfig.tsbuildinfo +1 -1
package/types/cli/codegen.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ export declare class CodeGenSession {
|
|
|
128
128
|
getSessionId(): string;
|
|
129
129
|
getSpaceId(): string | undefined;
|
|
130
130
|
revertToCommitHash(commitHash: string): Promise<void>;
|
|
131
|
+
resetToCommitHash(commitHash: string): Promise<void>;
|
|
131
132
|
/**
|
|
132
133
|
* Core function to restore the codebase to a state that matches a predicate.
|
|
133
134
|
* This is the main function that handles both git-based and file-based restoration.
|