@barchart/marketdata-api-js
Advanced tools
Comparing version 3.1.18 to 3.1.19
{ | ||
"name": "barchart-marketdata-api", | ||
"version": "3.1.17", | ||
"version": "3.1.18", | ||
"homepage": "https://github.com/barchart/marketdata-api-js", | ||
@@ -5,0 +5,0 @@ "description": "Barchart Market Data API for JavaScript", |
@@ -86,10 +86,8 @@ var gulp = require('gulp'); | ||
gulp.task('build-browser', function() { | ||
return browserify('./lib/index.js', { standalone: 'Barchart.RealtimeData' }).bundle() | ||
.pipe(source('barchart-marketdata-api-' + getVersionForComponent() + '.js')) | ||
.pipe(buffer()) | ||
.pipe(gulp.dest('./dist')) | ||
.pipe(uglify()) | ||
.pipe(rename('barchart-marketdata-api-' + getVersionForComponent() + '-min.js')) | ||
.pipe(gulp.dest('dist/')); | ||
gulp.task('build-example-bundle', function () { | ||
return browserify(['./lib/index.js', './example/browser/js/startup.js']) | ||
.bundle() | ||
.pipe(source('example.js')) | ||
.pipe(buffer()) | ||
.pipe(gulp.dest('./example/browser/')); | ||
}); | ||
@@ -106,3 +104,3 @@ | ||
gulp.task('build', [ 'build-browser' ]); | ||
gulp.task('build', [ 'build-example-bundle' ]); | ||
@@ -109,0 +107,0 @@ gulp.task('execute-browser-tests', function () { |
@@ -20,4 +20,4 @@ const connection = require('./connection/index'), | ||
version: '3.1.18' | ||
version: '3.1.19' | ||
}; | ||
})(); |
{ | ||
"name": "@barchart/marketdata-api-js", | ||
"version": "3.1.18", | ||
"version": "3.1.19", | ||
"description": "Barchart client library for streaming market data from JERQ servers using JavaScript", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is too big to display
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
7
531677
50
15402