This repository was archived by the owner on Jan 18, 2021. It is now read-only.
File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var NODEJS = ( typeof module !== 'undefined' && module.exports );
33
33
( function ( ) {
34
34
// APP VERSION/BUILD
35
35
var APP_VER = "1.6.0-beta" ;
36
- var APP_BLD = "20180302 " ;
36
+ var APP_BLD = "20180305 " ;
37
37
var DEBUG = false ; // (verbose mode/lots of logging)
38
38
// ENUMERATIONS
39
39
// REF: [`SP.BaseType`](https://msdn.microsoft.com/en-us/library/office/jj246925.aspx)
Original file line number Diff line number Diff line change 5
5
* REQS: Node 4.x + `npm install sprestlib`
6
6
* EXEC: `node nodejs-demo.js (sp-username) (sp-password) {sp-hostUrl}`
7
7
* VER.: 1.5.0
8
- * REL.: 20180301
8
+ * REL.: 20180305
9
9
* REFS: HOWTO: Authenticate to SharePoint Online (*.sharepoint.com)
10
10
* - https://allthatjs.com/2012/03/28/remote-authentication-in-sharepoint-online/
11
11
* - http://paulryan.com.au/2014/spo-remote-authentication-rest/
@@ -188,7 +188,7 @@ Promise.resolve()
188
188
189
189
console . log ( "\nTEST 3: sprLib.list('Announcements').create()" ) ;
190
190
console . log ( '---------------------------------------------' ) ;
191
- console . log ( 'strReqDig..:' + strReqDig ) ;
191
+ console . log ( 'strReqDig..: ' + strReqDig ) ;
192
192
193
193
return sprLib . list ( { name :'Announcements' , requestDigest :strReqDig } ) . create ( { "Title" :"created with Node demo" } ) ;
194
194
} )
You can’t perform that action at this time.
0 commit comments