neonctl 1.31.0 → 1.31.1

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.
@@ -136,7 +136,6 @@ const create = async (props) => {
136
136
  if (props.setContext) {
137
137
  updateContextFile(props.contextFile, {
138
138
  projectId: data.project.id,
139
- branchId: data.branch.id,
140
139
  });
141
140
  }
142
141
  const out = writer(props);
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git+ssh://git@github.com/neondatabase/neonctl.git"
6
6
  },
7
7
  "type": "module",
8
- "version": "1.31.0",
8
+ "version": "1.31.1",
9
9
  "description": "CLI tool for NeonDB Cloud management",
10
10
  "main": "index.js",
11
11
  "author": "NeonDB",