@sap-devx/bas-platform-types
Advanced tools
Comparing version 0.0.8 to 0.0.9
import { Uri } from "vscode"; | ||
import { ActionType, IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction } from "./interfaces"; | ||
export declare abstract class Action implements IAction { | ||
actionType: ActionType; | ||
declare abstract class Action implements IAction { | ||
actionType: ActionType | undefined; | ||
} | ||
@@ -27,1 +27,2 @@ /** Specific action classes */ | ||
} | ||
export {}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FileAction = exports.SnippetAction = exports.CommandAction = exports.ExecuteAction = exports.Action = void 0; | ||
exports.FileAction = exports.SnippetAction = exports.CommandAction = exports.ExecuteAction = void 0; | ||
const vscode_1 = require("vscode"); | ||
const interfaces_1 = require("./interfaces"); | ||
class Action { | ||
constructor() { | ||
this.actionType = interfaces_1.ActionType.Command; | ||
} | ||
} | ||
exports.Action = Action; | ||
/** Specific action classes */ | ||
@@ -13,0 +9,0 @@ class ExecuteAction extends Action { |
@@ -10,3 +10,3 @@ import * as vscode from "vscode"; | ||
export interface IAction { | ||
actionType: ActionType; | ||
actionType: ActionType | undefined; | ||
} | ||
@@ -13,0 +13,0 @@ export interface ICommandAction extends IAction { |
{ | ||
"name": "@sap-devx/bas-platform-types", | ||
"publisher": "SAPOSS", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "", | ||
@@ -16,3 +16,3 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"prep": "cd ../bas-platform && npm i && npm run compile", | ||
"prep": "npm i && cd ../bas-platform && npm i && npm run compile", | ||
"copy": "ncp ../bas-platform/out out", | ||
@@ -19,0 +19,0 @@ "prepublishOnly": "npm run prep && npm run copy" |
Sorry, the diff of this file is not supported yet
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
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
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
0
11350
192