@sap-devx/bas-platform-types
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -1,2 +0,1 @@ | ||
/// <reference types="vscode" /> | ||
import { ActionType, IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "./interfaces"; | ||
@@ -3,0 +2,0 @@ declare abstract class Action implements IAction { |
@@ -32,3 +32,3 @@ "use strict"; | ||
let snippetAction = action; | ||
return vscode.commands.executeCommand("loadCodeSnippet", { contributorId: snippetAction.contributorId, snippetName: snippetAction.snippetName, context: snippetAction.context }); | ||
return vscode.commands.executeCommand("loadCodeSnippet", { viewColumn: vscode.ViewColumn.Two, contributorId: snippetAction.contributorId, snippetName: snippetAction.snippetName, context: snippetAction.context }); | ||
case interfaces_1.ActionType.File: | ||
@@ -35,0 +35,0 @@ let fileAction = action; |
{ | ||
"name": "@sap-devx/bas-platform-types", | ||
"publisher": "SAPOSS", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"author": "", | ||
@@ -10,4 +10,4 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "https://github.com/SAP/guided-development.git", | ||
"directory": "bas-platform-types" | ||
"url": "https://github.com/SAP/app-studio-toolkit", | ||
"directory": "types" | ||
}, | ||
@@ -17,4 +17,4 @@ "main": "./out/src/actions/interfaces", | ||
"scripts": { | ||
"prep": "npm i && cd ../bas-platform && npm i && npm run compile", | ||
"copy": "ncp ../bas-platform/out out", | ||
"prep": "npm i && cd .. && npm i && npm run compile", | ||
"copy": "ncp ../out out", | ||
"prepublishOnly": "npm run prep && npm run copy" | ||
@@ -21,0 +21,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
49365
44
706
2
3