Skip to content

Commit 851f870

Browse files
committed
remove script
1 parent 929837b commit 851f870

9 files changed

+8
-97
lines changed

migrate-to-node-18.cjs

-89
This file was deleted.

owl-bot-staging/admin/database/v1/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

owl-bot-staging/admin/instance/v1/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

owl-bot-staging/executor/v1/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

owl-bot-staging/v1/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

test/gapic_database_admin_v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ** All changes to this file may be overwritten. **
1818

1919
import * as protos from '../protos/protos';
20-
import assert from 'assert';
20+
const assert = require('assert');
2121
import * as sinon from 'sinon';
2222
import {SinonStub} from 'sinon';
2323
import {describe, it} from 'mocha';

test/gapic_instance_admin_v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ** All changes to this file may be overwritten. **
1818

1919
import * as protos from '../protos/protos';
20-
import assert from 'assert';
20+
const assert = require('assert');
2121
import * as sinon from 'sinon';
2222
import {SinonStub} from 'sinon';
2323
import {describe, it} from 'mocha';

test/gapic_spanner_executor_proxy_v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ** All changes to this file may be overwritten. **
1818

1919
import * as protos from '../protos/protos';
20-
import assert from 'assert';
20+
const assert = require('assert');
2121
import * as sinon from 'sinon';
2222
import {SinonStub} from 'sinon';
2323
import {describe, it} from 'mocha';

test/gapic_spanner_v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ** All changes to this file may be overwritten. **
1818

1919
import * as protos from '../protos/protos';
20-
import assert from 'assert';
20+
const assert = require('assert');
2121
import * as sinon from 'sinon';
2222
import {SinonStub} from 'sinon';
2323
import {describe, it} from 'mocha';

0 commit comments

Comments
 (0)