dart-tools 0.3.3__tar.gz → 0.3.4__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.

Potentially problematic release.


This version of dart-tools might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dart-tools
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: The Dart CLI and Python Library
5
5
  Author-email: Dart Software Team <software@itsdart.com>
6
6
  License: MIT License
@@ -38,7 +38,7 @@ _CURRENT_USER_URL_FRAG = _ROOT_API_URL_FRAG + "/current-user"
38
38
  _CREATE_TASK_URL_FRAG = _ROOT_API_URL_FRAG + "/tasks/create"
39
39
  _COPY_BRANCH_URL_FRAG = _ROOT_API_URL_FRAG + "/vcs/copy-branch-link"
40
40
 
41
- _CONFIG_FPATH = os.path.expanduser("~/.dart")
41
+ _CONFIG_FPATH = os.path.expanduser("~/.dart-tools")
42
42
  _CSRF_TOKEN_COOKIE = "csrftoken"
43
43
  _SESSION_ID_COOKIE = "sessionid"
44
44
  _CLIENT_DUID_KEY = "clientDuid"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dart-tools
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: The Dart CLI and Python Library
5
5
  Author-email: Dart Software Team <software@itsdart.com>
6
6
  License: MIT License
@@ -9,4 +9,5 @@ dart_tools.egg-info/SOURCES.txt
9
9
  dart_tools.egg-info/dependency_links.txt
10
10
  dart_tools.egg-info/entry_points.txt
11
11
  dart_tools.egg-info/requires.txt
12
- dart_tools.egg-info/top_level.txt
12
+ dart_tools.egg-info/top_level.txt
13
+ dart_tools.egg-info/dist/dart-tools-0.3.3.tar.gz
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dart-tools"
3
- version = "0.3.3"
3
+ version = "0.3.4"
4
4
  description = "The Dart CLI and Python Library"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes