Socket
Socket
Sign inDemoInstall

@git-stack/core

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-stack/core - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.3

8

CHANGELOG.md

@@ -6,4 +6,12 @@ # Change Log

## [0.0.1-alpha.3](https://github.com/cdmbase/git-stack/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2020-10-14)
**Note:** Version bump only for package @git-stack/core
## 0.0.1-alpha.0 (2020-05-13)
**Note:** Version bump only for package @git-stack/core

89

lib/index.js

@@ -404,2 +404,15 @@ module.exports =

;
var DevToolsOptionsMode;
(function (DevToolsOptionsMode) {
DevToolsOptionsMode["right"] = "right";
DevToolsOptionsMode["botton"] = "botton";
DevToolsOptionsMode["undocked"] = "undocked";
DevToolsOptionsMode["detach"] = "detach";
})(DevToolsOptionsMode = exports.DevToolsOptionsMode || (exports.DevToolsOptionsMode = {}));
;
var EnvironmentServiceAction;
(function (EnvironmentServiceAction) {
EnvironmentServiceAction["environment"] = "environment";
})(EnvironmentServiceAction = exports.EnvironmentServiceAction || (exports.EnvironmentServiceAction = {}));
;
var ExtensionKind;

@@ -452,5 +465,5 @@ (function (ExtensionKind) {

/**
* A model is in conflict mode when changes cannot be saved because the
* A model is in conflict mode when changes cannot be saved because the
* underlying file has changed. Models in conflict mode are always dirty.
*/
*/
FileModelState["CONFLICT"] = "CONFLICT";

@@ -460,5 +473,5 @@ /** A model is in orphan state when the underlying file has been deleted. */

/**
* Any error that happens during a save that is not causing the CONFLICT state.
* Any error that happens during a save that is not causing the CONFLICT state.
* Models in error mode are always dirty.
*/
*/
FileModelState["ERROR"] = "ERROR";

@@ -514,2 +527,8 @@ /** Loading */

;
var GraphqlCallType;
(function (GraphqlCallType) {
GraphqlCallType["mutation"] = "mutation";
GraphqlCallType["query"] = "query";
})(GraphqlCallType = exports.GraphqlCallType || (exports.GraphqlCallType = {}));
;
var HotExitConfiguration;

@@ -570,9 +589,40 @@ (function (HotExitConfiguration) {

(function (MoleculerServiceName) {
MoleculerServiceName["ConfigurationClientService"] = "ConfigurationClientService";
MoleculerServiceName["ConfigurationService"] = "ConfigurationService";
MoleculerServiceName["ConfigurationClientService"] = "ConfigurationClientService";
MoleculerServiceName["EnvironmentService"] = "EnvironmentService";
MoleculerServiceName["LifecycleService"] = "LifecycleService";
MoleculerServiceName["WorkbenchLifecycleEmitter"] = "WorkbenchLifecycleEmitter";
MoleculerServiceName["WorkbenchLifecycleListener"] = "WorkbenchLifecycleListener";
MoleculerServiceName["WorkspaceClientContextService"] = "WorkspaceClientContextService";
MoleculerServiceName["WorkspaceContextService"] = "WorkspaceContextService";
MoleculerServiceName["WorkspaceClientContextService"] = "WorkspaceClientContextService";
MoleculerServiceName["WorkspaceEventually"] = "WorkspaceEventually";
/** Following services will help to wait other services */
MoleculerServiceName["WorkspaceReady"] = "WorkspaceReady";
MoleculerServiceName["WorkspaceRestore"] = "WorkspaceRestore";
MoleculerServiceName["dummy"] = "dummy";
})(MoleculerServiceName = exports.MoleculerServiceName || (exports.MoleculerServiceName = {}));
;
var NotificationChangeType;
(function (NotificationChangeType) {
NotificationChangeType["ADD"] = "ADD";
NotificationChangeType["CHANGE"] = "CHANGE";
NotificationChangeType["REMOVE"] = "REMOVE";
})(NotificationChangeType = exports.NotificationChangeType || (exports.NotificationChangeType = {}));
;
var NotificationSeverity;
(function (NotificationSeverity) {
NotificationSeverity["Ignore"] = "Ignore";
NotificationSeverity["Info"] = "Info";
NotificationSeverity["Warning"] = "Warning";
NotificationSeverity["Error"] = "Error";
})(NotificationSeverity = exports.NotificationSeverity || (exports.NotificationSeverity = {}));
;
var NotificationViewItemLabelKind;
(function (NotificationViewItemLabelKind) {
NotificationViewItemLabelKind["SEVERITY"] = "SEVERITY";
NotificationViewItemLabelKind["MESSAGE"] = "MESSAGE";
NotificationViewItemLabelKind["ACTIONS"] = "ACTIONS";
NotificationViewItemLabelKind["PROGRESS"] = "PROGRESS";
})(NotificationViewItemLabelKind = exports.NotificationViewItemLabelKind || (exports.NotificationViewItemLabelKind = {}));
;
var OpenContext;

@@ -594,2 +644,14 @@ (function (OpenContext) {

;
var OpenDialogOptionsProperties;
(function (OpenDialogOptionsProperties) {
OpenDialogOptionsProperties["openFile"] = "openFile";
OpenDialogOptionsProperties["openDirectory"] = "openDirectory";
OpenDialogOptionsProperties["multiSelections"] = "multiSelections";
OpenDialogOptionsProperties["showHiddenFiles"] = "showHiddenFiles";
OpenDialogOptionsProperties["createDirectory"] = "createDirectory";
OpenDialogOptionsProperties["promptToCreate"] = "promptToCreate";
OpenDialogOptionsProperties["noResolveAliases"] = "noResolveAliases";
OpenDialogOptionsProperties["treatPackageAsDirectory"] = "treatPackageAsDirectory";
})(OpenDialogOptionsProperties = exports.OpenDialogOptionsProperties || (exports.OpenDialogOptionsProperties = {}));
;
var RawServiceState;

@@ -621,2 +683,9 @@ (function (RawServiceState) {

;
var RunActionInWindowRequestFrom;
(function (RunActionInWindowRequestFrom) {
RunActionInWindowRequestFrom["menu"] = "menu";
RunActionInWindowRequestFrom["touchbar"] = "touchbar";
RunActionInWindowRequestFrom["mouse"] = "mouse";
})(RunActionInWindowRequestFrom = exports.RunActionInWindowRequestFrom || (exports.RunActionInWindowRequestFrom = {}));
;
var SaveReason;

@@ -664,2 +733,10 @@ (function (SaveReason) {

;
var StorageScope;
(function (StorageScope) {
/** The stored data will be scoped to all workspaces of this domain. */
StorageScope["GLOBAL"] = "GLOBAL";
/** The stored data will be scoped to the current workspace. */
StorageScope["WORKSPACE"] = "WORKSPACE";
})(StorageScope = exports.StorageScope || (exports.StorageScope = {}));
;
var TextFileOperationResult;

@@ -666,0 +743,0 @@ (function (TextFileOperationResult) {

4

package.json
{
"name": "@git-stack/core",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.3",
"description": "GraphQL for sample",

@@ -60,3 +60,3 @@ "main": "lib/index.js",

},
"gitHead": "a0981a9157d742cf0d0431aa5eb9d6b628d76a78"
"gitHead": "fc62da92192a879cd3b3805762f8a33bba32659c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc