File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ 0.1.3
3+ -------------------------------------------------------------------------------
4+ * Add environment detection to event builder so it can distinguish between events sent from node or the browser.
5+ -------------------------------------------------------------------------------
6+
7+ -------------------------------------------------------------------------------
8+ 0.1.2
9+ -------------------------------------------------------------------------------
10+ * Add CORS param to prevent browsers from logging cors errors in the console when dispatching events.
11+ -------------------------------------------------------------------------------
12+
113-------------------------------------------------------------------------------
2140.1.1
315-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11{
22 "name" : " optimizely-client-sdk" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Javascript SDK for client testing" ,
55 "main" : " index.js" ,
66 "scripts" : {
2121 "dependencies" : {
2222 "bluebird" : " ^3.4.0" ,
2323 "lodash" : " ^4.13.1" ,
24- "optimizely-server-sdk" : " ^0.1.2 "
24+ "optimizely-server-sdk" : " ^0.1.3 "
2525 },
2626 "devDependencies" : {
2727 "chai" : " ^3.5.0" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var chai = require('chai');
66var assert = chai . assert ;
77var sinon = require ( 'sinon' ) ;
88
9- describe ( 'optimizely-testing- sdk-javascript ' , function ( ) {
9+ describe ( 'javascript- sdk' , function ( ) {
1010 describe ( 'APIs' , function ( ) {
1111 describe ( 'createInstance' , function ( ) {
1212 var fakeErrorHandler = { handleError : function ( ) { } } ;
You can’t perform that action at this time.
0 commit comments