@@ -10,8 +10,6 @@ require("isomorphic-fetch");
1010var common_1 = require ( "./common" ) ;
1111var ResponseHandler_1 = require ( "./ResponseHandler" ) ;
1212var RequestMethod_1 = require ( "./RequestMethod" ) ;
13- var packageInfo = require ( '../../package.json' ) ;
14-
1513var GraphRequest = ( function ( ) {
1614 function GraphRequest ( config , path ) {
1715 this . config = config ;
@@ -321,7 +319,7 @@ var GraphRequest = (function () {
321319} ( ) ) ;
322320exports . GraphRequest = GraphRequest ;
323321
324- } , { "../../package.json" : 11 , ". /RequestMethod" :3 , "./ResponseHandler" :4 , "./common" :5 , "es6-promise" :7 , "isomorphic-fetch" :8 } ] , 3 :[ function ( require , module , exports ) {
322+ } , { "./RequestMethod" :3 , "./ResponseHandler" :4 , "./common" :5 , "es6-promise" :7 , "isomorphic-fetch" :8 } ] , 3 :[ function ( require , module , exports ) {
325323"use strict" ;
326324Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
327325var RequestMethod ;
@@ -334,7 +332,6 @@ var RequestMethod;
334332} ) ( RequestMethod = exports . RequestMethod || ( exports . RequestMethod = { } ) ) ;
335333
336334} , { } ] , 4 :[ function ( require , module , exports ) {
337-
338335"use strict" ;
339336Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
340337var ResponseHandler = ( function ( ) {
@@ -432,7 +429,8 @@ exports.Client = Client;
432429__export ( require ( "./GraphRequest" ) ) ;
433430__export ( require ( "./common" ) ) ;
434431__export ( require ( "./ResponseHandler" ) ) ;
435- } , { "./GraphRequest" :2 , "./common" :5 } ] , 7 :[ function ( require , module , exports ) {
432+
433+ } , { "./GraphRequest" :2 , "./ResponseHandler" :4 , "./common" :5 } ] , 7 :[ function ( require , module , exports ) {
436434( function ( process , global ) {
437435/*!
438436 * @overview es6-promise - a tiny implementation of Promises/A+.
@@ -1791,7 +1789,6 @@ process.umask = function() { return 0; };
17911789( function ( self ) {
17921790 'use strict' ;
17931791
1794-
17951792 if ( self . fetch ) {
17961793 return
17971794 }
@@ -1936,7 +1933,6 @@ process.umask = function() { return 0; };
19361933 return iteratorFor ( items )
19371934 }
19381935
1939-
19401936 if ( support . iterable ) {
19411937 Headers . prototype [ Symbol . iterator ] = Headers . prototype . entries
19421938 }
@@ -2252,36 +2248,4 @@ process.umask = function() { return 0; };
22522248 self . fetch . polyfill = true
22532249} ) ( typeof self !== 'undefined' ? self : this ) ;
22542250
2255- } , { } ] , 11 :[ function ( require , module , exports ) {
2256- module . exports = {
2257- "name" : "@microsoft/microsoft-graph-client" ,
2258- "version" : "1.0.0" ,
2259- "description" : "Microsoft Graph Client Library" ,
2260- "main" : "lib/src/index.js" ,
2261- "typings" : "lib/src/index" ,
2262- "files" : [
2263- "lib/"
2264- ] ,
2265- "types" : "./lib/src/index.d.ts" ,
2266- "devDependencies" : {
2267- "@types/mocha" : "^2.2.34" ,
2268- "@types/node" : "^9.4.0" ,
2269- "browserify" : "^13.1.0" ,
2270- "mocha" : "^3.2.0" ,
2271- "typescript" : "^2.2.1"
2272- } ,
2273- "scripts" : {
2274- "build" : "tsc && node node-browserify.js > lib/graph-js-sdk-web.js" ,
2275- "test" : "mocha lib/spec/core" ,
2276- "test:types" : "tsc --p spec/types && mocha spec/types"
2277- } ,
2278- "dependencies" : {
2279- "es6-promise" : "^4.1.0" ,
2280- "isomorphic-fetch" : "^2.2.1"
2281- } ,
2282- "repository" : {
2283- "type" : "git" ,
2284- "url" : "https://github.com/microsoftgraph/msgraph-sdk-javascript.git"
2285- }
2286- }
22872251} , { } ] } , { } , [ 1 ] ) ;
0 commit comments