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

Commit 37330a5

Browse files
GitBrentGitBrent
GitBrent
authored and
GitBrent
committed
updated build date
QUnit and console tested
1 parent a57b61f commit 37330a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/sprestlib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var NODEJS = ( typeof module !== 'undefined' && module.exports );
3333
(function(){
3434
// APP VERSION/BUILD
3535
var APP_VER = "1.6.0-beta";
36-
var APP_BLD = "20180302";
36+
var APP_BLD = "20180305";
3737
var DEBUG = false; // (verbose mode/lots of logging)
3838
// ENUMERATIONS
3939
// REF: [`SP.BaseType`](https://msdn.microsoft.com/en-us/library/office/jj246925.aspx)

example/nodejs-demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* REQS: Node 4.x + `npm install sprestlib`
66
* EXEC: `node nodejs-demo.js (sp-username) (sp-password) {sp-hostUrl}`
77
* VER.: 1.5.0
8-
* REL.: 20180301
8+
* REL.: 20180305
99
* REFS: HOWTO: Authenticate to SharePoint Online (*.sharepoint.com)
1010
* - https://allthatjs.com/2012/03/28/remote-authentication-in-sharepoint-online/
1111
* - http://paulryan.com.au/2014/spo-remote-authentication-rest/
@@ -188,7 +188,7 @@ Promise.resolve()
188188

189189
console.log("\nTEST 3: sprLib.list('Announcements').create()");
190190
console.log('---------------------------------------------');
191-
console.log('strReqDig..:'+ strReqDig);
191+
console.log('strReqDig..: '+ strReqDig);
192192

193193
return sprLib.list({ name:'Announcements', requestDigest:strReqDig }).create({ "Title":"created with Node demo" });
194194
})

0 commit comments

Comments
 (0)