[Pkg-javascript-commits] [sockjs-client] 248/350: [dist] 1.0.0-beta.2

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit f64c743af162929efbbc506166e3a2b602a49457
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Mon Oct 27 18:17:11 2014 -0400

    [dist] 1.0.0-beta.2
---
 dist/sockjs-1.0.0-beta.1.min.js                         |  4 ----
 dist/{sockjs-1.0.0-beta.1.js => sockjs-1.0.0-beta.2.js} | 11 +++++++++--
 dist/sockjs-1.0.0-beta.2.min.js                         |  4 ++++
 lib/version.js                                          |  2 +-
 package.json                                            |  2 +-
 5 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/dist/sockjs-1.0.0-beta.1.min.js b/dist/sockjs-1.0.0-beta.1.min.js
deleted file mode 100755
index e5d7189..0000000
--- a/dist/sockjs-1.0.0-beta.1.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/* sockjs-client v1.0.0-beta.1 | http://sockjs.org | MIT license */
-!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.SockJS=t()}}(function(){var t;return function e(t,n,r){function i(s,a){if(!n[s]){if(!t[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var l=new Error("Cannot find module '"+s+"'");th [...]
-function n(t,e){i.call(this);var n=this;this.bufferPosition=0,this.xo=new e("POST",t,null),this.xo.on("chunk",this._chunkHandler.bind(this)),this.xo.once("finish",function(t,e){n._chunkHandler(t,e),n.xo=null;var r=200===t?"network":"permanent";n.emit("close",null,r),n._cleanup()})}var r=t("inherits"),i=t("events").EventEmitter;r(n,i),n.prototype._chunkHandler=function(t,e){if(200===t&&e)for(var n=-1;;this.bufferPosition+=n+1){var r=e.slice(this.bufferPosition);if(n=r.indexOf("\n"),-1===n [...]
-if(!l||l.global!==l&&l.window!==l&&l.self!==l||(u=l),a&&!o)i(u,a);else{var c=u.JSON,h=u.JSON3,f=!1,p=i(u,u.JSON3={noConflict:function(){return f||(f=!0,u.JSON=c,u.JSON3=h,c=h=null),p}});u.JSON={parse:p.parse,stringify:p.stringify}}o&&t(function(){return p})}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)});
\ No newline at end of file
diff --git a/dist/sockjs-1.0.0-beta.1.js b/dist/sockjs-1.0.0-beta.2.js
similarity index 99%
rename from dist/sockjs-1.0.0-beta.1.js
rename to dist/sockjs-1.0.0-beta.2.js
index 8fbe93d..6fef998 100755
--- a/dist/sockjs-1.0.0-beta.1.js
+++ b/dist/sockjs-1.0.0-beta.2.js
@@ -1,11 +1,18 @@
-/* sockjs-client v1.0.0-beta.1 | http://sockjs.org | MIT license */
+/* sockjs-client v1.0.0-beta.2 | http://sockjs.org | MIT license */
 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.SockJS=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot fin [...]
+(function (global){
 'use strict';
 
 var transportList = require('./transport-list');
 
 module.exports = require('./main')(transportList);
 
+// TODO can't get rid of this until all servers do
+if ('_sockjs_onload' in global) {
+  setTimeout(global._sockjs_onload, 1);
+}
+
+}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
 },{"./main":14,"./transport-list":16}],2:[function(require,module,exports){
 'use strict';
 
@@ -3627,7 +3634,7 @@ module.exports = {
 
 }).call(this,{ env: {} })
 },{"debug":56,"url":55}],52:[function(require,module,exports){
-module.exports = '1.0.0-beta.1';
+module.exports = '1.0.0-beta.2';
 },{}],53:[function(require,module,exports){
 
 },{}],54:[function(require,module,exports){
diff --git a/dist/sockjs-1.0.0-beta.2.min.js b/dist/sockjs-1.0.0-beta.2.min.js
new file mode 100755
index 0000000..a87d536
--- /dev/null
+++ b/dist/sockjs-1.0.0-beta.2.min.js
@@ -0,0 +1,4 @@
+/* sockjs-client v1.0.0-beta.2 | http://sockjs.org | MIT license */
+!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.SockJS=t()}}(function(){var t;return function e(t,n,r){function i(s,a){if(!n[s]){if(!t[s]){var l="function"==typeof require&&require;if(!a&&l)return l(s,!0);if(o)return o(s,!0);var u=new Error("Cannot find module '"+s+"'");th [...]
+},{"../../utils/browser":44,"../../utils/iframe":47,"../../utils/random":49,"../../utils/url":51,debug:void 0,events:3,inherits:56}],32:[function(t,e){"use strict";function n(t,e){i.call(this);var n=this;this.bufferPosition=0,this.xo=new e("POST",t,null),this.xo.on("chunk",this._chunkHandler.bind(this)),this.xo.once("finish",function(t,e){n._chunkHandler(t,e),n.xo=null;var r=200===t?"network":"permanent";n.emit("close",null,r),n._cleanup()})}var r=t("inherits"),i=t("events").EventEmitter [...]
+}}}return e.runInContext=i,e}var o="function"==typeof t&&t.amd,s={"function":!0,object:!0},a=s[typeof r]&&r&&!r.nodeType&&r,l=s[typeof window]&&window||this,u=a&&s[typeof n]&&n&&!n.nodeType&&"object"==typeof e&&e;if(!u||u.global!==u&&u.window!==u&&u.self!==u||(l=u),a&&!o)i(l,a);else{var c=l.JSON,h=l.JSON3,f=!1,p=i(l,l.JSON3={noConflict:function(){return f||(f=!0,l.JSON=c,l.JSON3=h,c=h=null),p}});l.JSON={parse:p.parse,stringify:p.stringify}}o&&t(function(){return p})}).call(this)}).call(t [...]
\ No newline at end of file
diff --git a/lib/version.js b/lib/version.js
index 3550d00..c784400 100644
--- a/lib/version.js
+++ b/lib/version.js
@@ -1 +1 @@
-module.exports = '1.0.0-beta.1';
\ No newline at end of file
+module.exports = '1.0.0-beta.2';
\ No newline at end of file
diff --git a/package.json b/package.json
index 0a7b155..3772f90 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "sockjs-client",
   "description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
-  "version": "1.0.0-beta.1",
+  "version": "1.0.0-beta.2",
   "author": "Bryce Kahle",
   "browser": {
     "./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list