chore: publish command & oxfmt init

This commit is contained in:
2025-12-08 14:42:44 -05:00
parent 61bc17efee
commit c2d1d85180
5 changed files with 101 additions and 8 deletions

View File

@@ -167,6 +167,10 @@ func Provider() tfbridge.ProviderInfo {
PackageName: "@kiterun/incus",
TypeScriptVersion: "^5.8.3",
UseTypeOnlyReferences: true,
DevDependencies: map[string]string{
"@types/node": "^24.10.1",
"oxfmt": "^0.17.0",
},
},
Python: &tfbridge.PythonInfo{
// RespectSchemaVersion ensures the SDK is generated linking to the correct version of the provider.