Comparing version 0.0.2 to 0.0.3
@@ -214,2 +214,2 @@ "use strict"; | ||
exports["default"] = new Api(); | ||
module.exports = exports["default"]; | ||
module.exports = exports["default"]; |
@@ -23,2 +23,2 @@ "use strict"; | ||
exports.Resource = _Resource2["default"]; | ||
exports.Store = _Store2["default"]; | ||
exports.Store = _Store2["default"]; |
@@ -39,2 +39,2 @@ "use strict"; | ||
}; | ||
exports.RESOURCE = RESOURCE; | ||
exports.RESOURCE = RESOURCE; |
@@ -86,3 +86,2 @@ "use strict"; | ||
_Api2["default"].send(_Events.RESOURCE.DESTROY, { id: $(this).id }); | ||
$.destroy(this); | ||
return this; | ||
@@ -198,2 +197,2 @@ } | ||
exports["default"] = Resource; | ||
module.exports = exports["default"]; | ||
module.exports = exports["default"]; |
@@ -32,2 +32,2 @@ "use strict"; | ||
exports["default"] = new Store(); | ||
module.exports = exports["default"]; | ||
module.exports = exports["default"]; |
{ | ||
"name": "apiway", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Client side for Apiway framework", | ||
@@ -20,6 +20,6 @@ "main": "./dst/Apiway.js", | ||
"dependencies": { | ||
"js.event_emitter": "^0.0.1", | ||
"js.private": "^0.0.1", | ||
"js.event_emitter": ">0.0.1", | ||
"js.private": ">0.0.3", | ||
"native-promise-only": "^0.8.1" | ||
} | ||
} | ||
} |
@@ -55,3 +55,2 @@ import Private from "js.private"; | ||
Api.send( RESOURCE.DESTROY, { id: $( this ).id } ); | ||
$.destroy( this ); | ||
return this; | ||
@@ -58,0 +57,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
685
28817
+ Addedjs.clone@0.0.3(transitive)
+ Addedjs.event_emitter@0.0.3(transitive)
+ Addedjs.private@0.2.5(transitive)
- Removedjs.clone@0.0.1(transitive)
- Removedjs.event_emitter@0.0.1(transitive)
- Removedjs.private@0.0.1(transitive)
Updatedjs.event_emitter@>0.0.1
Updatedjs.private@>0.0.3