Skip to content

Commit

Permalink
fix: revert package.json version (#4102)
Browse files Browse the repository at this point in the history
* fix: revert package.json version

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update package.json

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored Mar 20, 2023
1 parent 6873012 commit 65ee10e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dataform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dataform",
"version": "1.0.1",
"version": "0.4.0",
"description": "dataform client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataform",
"version": "1.0.1",
"version": "0.4.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataform",
"version": "1.0.1",
"version": "0.4.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataform/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/dataform": "^1.0.1"
"@google-cloud/dataform": "^0.4.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 65ee10e

Please sign in to comment.