fix: updates license
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2020 Medusajs
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
+14
@@ -3,6 +3,20 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
"command": {
|
||||||
|
"publish": {
|
||||||
|
"allowBranch": "master",
|
||||||
|
"bump": "patch",
|
||||||
|
"conventionalCommits": true,
|
||||||
|
"message": "chore(release): Publish"
|
||||||
|
}
|
||||||
|
},
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
|
"ignoreChanges": [
|
||||||
|
"CHANGELOG.md",
|
||||||
|
"**/__tests__/**",
|
||||||
|
"**/__mocks__/**",
|
||||||
|
"**/__testfixtures__/**"
|
||||||
|
],
|
||||||
"version": "1.0.9"
|
"version": "1.0.9"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-file-spaces"
|
"directory": "packages/medusa-file-spaces"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-fulfillment-manual"
|
"directory": "packages/medusa-fulfillment-manual"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-payment-adyen"
|
"directory": "packages/medusa-payment-adyen"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-payment-klarna"
|
"directory": "packages/medusa-payment-klarna"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-payment-stripe"
|
"directory": "packages/medusa-payment-stripe"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-brightpearl"
|
"directory": "packages/medusa-plugin-brightpearl"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-contentful"
|
"directory": "packages/medusa-plugin-contentful"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-economic"
|
"directory": "packages/medusa-plugin-economic"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-segment"
|
"directory": "packages/medusa-plugin-segment"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-sendgrid"
|
"directory": "packages/medusa-plugin-sendgrid"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-slack-notification"
|
"directory": "packages/medusa-plugin-slack-notification"
|
||||||
},
|
},
|
||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"directory": "packages/medusa-plugin-wishlist"
|
"directory": "packages/medusa-plugin-wishlist"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"author": "Sebastian Rindom",
|
"author": "Sebastian Rindom",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.5",
|
"@babel/cli": "^7.7.5",
|
||||||
"@babel/core": "^7.7.5",
|
"@babel/core": "^7.7.5",
|
||||||
|
|||||||
@@ -89,6 +89,8 @@ class EventBusService {
|
|||||||
return this.queue_.add({
|
return this.queue_.add({
|
||||||
eventName,
|
eventName,
|
||||||
data,
|
data,
|
||||||
|
}, {
|
||||||
|
removeOnComplete: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user