@web-marketing-hr/azure-devops-mcp 2.3.20 → 2.3.21
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/dist/tools/7pace.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/tools/7pace.js
CHANGED
|
@@ -8,7 +8,7 @@ const SEVENP_TOOLS = {
|
|
|
8
8
|
get_logged_time: "7pace_get_logged_time",
|
|
9
9
|
delete_time_log: "7pace_delete_time_log",
|
|
10
10
|
};
|
|
11
|
-
const SEVENP_API_VERSION = "3.
|
|
11
|
+
const SEVENP_API_VERSION = "3.1";
|
|
12
12
|
// Activity types konfigurirani u 7pace Timetrackeru
|
|
13
13
|
const ACTIVITY_TYPES = [
|
|
14
14
|
"[Not Set]",
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const packageVersion = "2.3.
|
|
1
|
+
export const packageVersion = "2.3.21";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED