@live-change/relations-plugin
Advanced tools
Comparing version 0.5.19 to 0.5.20
@@ -46,3 +46,3 @@ const App = require("@live-change/framework") | ||
} = require('./itemEvents.js') | ||
const {defineTransferEvent} = require("./itemEvents"); | ||
const { defineTransferEvent } = require("./itemEvents"); | ||
@@ -49,0 +49,0 @@ function defineCreateAction(config, context) { |
@@ -54,3 +54,3 @@ const App = require("@live-change/framework") | ||
} = require('./itemEvents.js') | ||
const {defineTransferEvent} = require("./itemEvents"); | ||
const { defineTransferEvent } = require("./itemEvents"); | ||
@@ -57,0 +57,0 @@ function defineCreateAction(config, context) { |
{ | ||
"name": "@live-change/relations-plugin", | ||
"version": "0.5.19", | ||
"version": "0.5.20", | ||
"description": "", | ||
@@ -11,9 +11,9 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/live-change/relations-plugin.git" | ||
"url": "git+https://github.com/live-change/live-change-framework.git" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/live-change/relations-plugin/issues" | ||
"url": "https://github.com/live-change/live-change-framework/issues" | ||
}, | ||
"homepage": "https://github.com/live-change/relations-plugin", | ||
"homepage": "https://github.com/live-change/live-change-framework", | ||
"author": { | ||
@@ -25,5 +25,5 @@ "email": "michal@laszczewski.pl", | ||
"dependencies": { | ||
"@live-change/framework": "^0.5.19" | ||
"@live-change/framework": "^0.5.20" | ||
}, | ||
"gitHead": "2c25ed68487762fe4ca36208b708ac7aa7506852" | ||
"gitHead": "d37be156c4f76af3ead4ad0aae3f80281191bf57" | ||
} |
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
45457