@adminforth/foreign-inline-list
Advanced tools
Comparing version 1.0.27 to 1.1.0
@@ -44,3 +44,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
path: `/plugin/${this.pluginInstanceId}/start_bulk_action`, | ||
handler: (_b) => __awaiter(this, [_b], void 0, function* ({ body, adminUser, tr }) { | ||
handler: (_a) => __awaiter(this, [_a], void 0, function* ({ body, adminUser, tr }) { | ||
const { resourceId, actionId, recordIds } = body; | ||
@@ -47,0 +47,0 @@ const resource = this.adminforth.config.resources.find((res) => res.resourceId == resourceId); |
{ | ||
"name": "@adminforth/foreign-inline-list", | ||
"version": "1.0.27", | ||
"version": "1.1.0", | ||
"description": "AdminForth plugin for adding list of children items to the parent item show page", | ||
@@ -13,4 +13,42 @@ "main": "dist/index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/devforth/adminforth-foreign-inline-list.git" | ||
}, | ||
"author": "devforth", | ||
"license": "ISC" | ||
"keywords": [ | ||
"adminforth", | ||
"list foreign items" | ||
], | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^22.10.7", | ||
"semantic-release": "^24.2.1", | ||
"semantic-release-slack-bot": "^4.0.2", | ||
"typescript": "^5.7.3" | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"semantic-release-slack-bot", | ||
{ | ||
"notifyOnSuccess": true, | ||
"notifyOnFail": true, | ||
"slackIcon": ":package:", | ||
"markdownReleaseNotes": true | ||
} | ||
] | ||
], | ||
"branches": [ | ||
"main", | ||
{ | ||
"name": "next", | ||
"prerelease": true | ||
} | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
13
1
0
40270
4
1