@vaharoni/devops 1.0.51 → 1.0.52

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vaharoni/devops",
3
3
  "type": "module",
4
- "version": "1.0.51",
4
+ "version": "1.0.52",
5
5
  "description": "Devops utility",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  import subprocess
2
- from devops_python.pyproject import get_pyproject_data
2
+ from devops_runner_python.pyproject import get_pyproject_data
3
3
 
4
4
  package_name = "example_python"
5
5
  data = get_pyproject_data()