Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update types and generation script #1336

Merged
merged 4 commits into from
Feb 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: license year
  • Loading branch information
alvarowolfx committed Feb 13, 2024
commit 92e080dcabae96f2eae71506adc16a68c9899fc5
2 changes: 1 addition & 1 deletion scripts/gen-types.js
Expand Up @@ -20,7 +20,7 @@ const {promisify} = require('util');

const writeFile = promisify(fs.writeFile);

const LICENSE = `// Copyright 2023 Google LLC
const LICENSE = `// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down