actioncable
Advanced tools
Comparing version 5.0.0-beta1-2 to 5.0.0-beta1-3
@@ -0,3 +1,4 @@ | ||
var ActionCable | ||
(function() { | ||
this.ActionCable = { | ||
ActionCable = { | ||
INTERNAL: { | ||
@@ -549,3 +550,2 @@ "identifiers": { | ||
// https://github.com/umdjs/umd/blob/master/templates/returnExports.js | ||
var ActionCable = this.ActionCable | ||
if (typeof define === 'function' && define.amd) { | ||
@@ -552,0 +552,0 @@ // AMD. Register as an anonymous module. |
@@ -5,3 +5,2 @@ //= require action_cable | ||
// https://github.com/umdjs/umd/blob/master/templates/returnExports.js | ||
var ActionCable = this.ActionCable | ||
if (typeof define === 'function' && define.amd) { | ||
@@ -8,0 +7,0 @@ // AMD. Register as an anonymous module. |
{ | ||
"name": "actioncable", | ||
"version": "5.0.0-beta1-2", | ||
"version": "5.0.0-beta1-3", | ||
"description": "pre-built for Actioncable client", | ||
@@ -8,3 +8,4 @@ "main": "dist/actioncable.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "bash build.sh" | ||
"build": "bash build.sh", | ||
"autopublish": "npm run build && npm version --force $(bundle exec ruby version.rb) && npm publish" | ||
}, | ||
@@ -11,0 +12,0 @@ "author": "", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17713
0
506