execdiff 0.0.11__tar.gz → 0.0.12__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: execdiff
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Passive execution tracing for file and package changes.
5
5
  Author-email: Anup Moncy <n93181165@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -10,7 +10,7 @@ def main():
10
10
  args = parser.parse_args()
11
11
 
12
12
  if args.command == "trace":
13
- print("Tracing is ON. Use your AI copilot now.")
13
+ print("Tracing is ON. Use your AI copilot now, hit enter once you are done with the work to see trace")
14
14
  execdiff.start_action_trace(workspace=".")
15
15
  input()
16
16
  execdiff.stop_action_trace()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: execdiff
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Passive execution tracing for file and package changes.
5
5
  Author-email: Anup Moncy <n93181165@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "execdiff"
7
- version = "0.0.11"
7
+ version = "0.0.12"
8
8
  description = "Passive execution tracing for file and package changes."
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
File without changes
File without changes
File without changes