Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 7d753e2

Browse files
committed
Updating to M108 deployment.
1 parent f4a07b2 commit 7d753e2

File tree

7 files changed

+3960
-1540
lines changed

7 files changed

+3960
-1540
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Dependency graph for the types:
8383
Although TypeScript declare files do not exist at [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) repo, they can still be used through [tsd](https://www.npmjs.com/package/tsd).
8484

8585
1. First, make sure that the dependencies are loaded using below command:
86-
* `tsd install jquery knockout q require --save`
86+
* `tsd install jquery knockout q react require --save`
8787

8888
2. Next, run below command to get vss-web-extension-sdk types added to tsd.d.ts:
8989
* `tsd link`

Diff for: lib/VSS.SDK.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ var VSS;
667667
(function (VSS) {
668668
// W A R N I N G: if VssSDKVersion changes, the VSS WEB SDK demand resolver needs to be updated with the new version
669669
VSS.VssSDKVersion = 2.0;
670-
VSS.VssSDKRestVersion = "2.3";
670+
VSS.VssSDKRestVersion = "3.0";
671671
var bodyElement;
672672
var webContext;
673673
var hostPageContext;

Diff for: lib/VSS.SDK.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vss-web-extension-sdk",
3-
"version": "1.106.0",
3+
"version": "1.108.0",
44
"description": "Visual Studio Services Client SDK. JavaScript library for Visual Studio Online extensions.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

Diff for: typings/rmo.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Microsoft Visual Studio Services v106.20161010.0630
1+
// Type definitions for Microsoft Visual Studio Services v108.20161114.1020
22
// Project: https://www.visualstudio.com/integrate/extensions/overview
33
// Definitions by: Microsoft <[email protected]>
44

Diff for: typings/tfs.d.ts

+2,275-1,059
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)