@adminforth/foreign-inline-list
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -23,4 +23,4 @@ | ||
override instanceUniqueRepresentation(pluginOptions: any) : string { | ||
return `${this.options.foreignResourceId}`; | ||
instanceUniqueRepresentation(pluginOptions: any) : string { | ||
return `${pluginOptions.foreignResourceId}`; | ||
} | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "@adminforth/foreign-inline-list", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "AdminForth plugin for adding list of children items to the parent item show page", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"rollout": "tsc && cp -rf custom dist/ && npm version patch && npm publish --access public", | ||
"rollout": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch && npm publish --access public", | ||
"prepare": "npm link adminforth" | ||
@@ -13,0 +13,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
30647