@cocreate/crud-client
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
## [1.0.5](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.0.4...v1.0.5) (2021-04-19) | ||
### Bug Fixes | ||
* add missing packages ([796389e](https://github.com/CoCreate-app/CoCreate-crud-client/commit/796389e87f5c017ef8f9f9c7da9f5d699c8fdae3)) | ||
## [1.0.4](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.0.3...v1.0.4) (2021-04-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/crud-client", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A simple test component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(["@cocreate/socket-client", "@cocreate/crud-client/src/crud.js"], function(CoCreateSocket, CoCreateCRUD) { | ||
define(["@cocreate/socket-client", "./crud.js"], function(CoCreateSocket, CoCreateCRUD) { | ||
return factory(true, CoCreateSocket, CoCreateCRUD) | ||
@@ -11,7 +11,7 @@ }); | ||
} | ||
const CoCreateCRUD = require("@cocreate/crud-client/src/crud.js") | ||
const CoCreateCRUD = require("./crud.js") | ||
const CoCreateSocket = require("@cocreate/socket-client") | ||
module.exports = factory(false, CoCreateSocket, CoCreateCRUD); | ||
} else { | ||
root.returnExports = factory(true, root["@cocreate/socket-client"], root["@cocreate/crud-client/src/crud.js"]); | ||
root.returnExports = factory(true, root["@cocreate/socket-client"], root["./crud.js"]); | ||
} | ||
@@ -18,0 +18,0 @@ }(typeof self !== 'undefined' ? self : this, function (isBrowser, CoCreateSocket, CoCreateCRUD) { |
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
68195