Socket
Socket
Sign inDemoInstall

@gluestack/glue-plugin-engine

Package Overview
Dependencies
211
Maintainers
16
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.97 to 0.0.98

2

dist/package.json
{
"name": "@gluestack/glue-plugin-engine",
"version": "0.0.97",
"version": "0.0.98",
"description": "Gluestack Plugins Process Manager Engine",

@@ -5,0 +5,0 @@ "repository": {

@@ -100,35 +100,41 @@ "use strict";

_a.sent();
return [4, this.createDockerCompose()];
case 5:
_a.sent();
return [4, this.startDockerCompose()];
case 6:
_a.sent();
hasuraPluginName = (0, GluestackConfig_1.getConfig)('hasuraInstancePath');
if (!(hasuraPluginName && hasuraPluginName !== '')) return [3, 12];
if (!(hasuraPluginName && hasuraPluginName !== '')) return [3, 14];
hasuraEngine = new HasuraEngine_1.default(this.actionPlugins);
return [4, hasuraEngine.applyMigrate()];
case 5:
case 7:
_a.sent();
return [4, hasuraEngine.applyMetadata()];
case 6:
case 8:
_a.sent();
return [4, hasuraEngine.applyTracks()];
case 7:
case 9:
_a.sent();
return [4, hasuraEngine.applySeed()];
case 8:
case 10:
_a.sent();
return [4, hasuraEngine.exportMetadata()];
case 9:
case 11:
_a.sent();
return [4, hasuraEngine.reapplyActions()];
case 10:
case 12:
_a.sent();
return [4, hasuraEngine.reapplyEvents()];
case 11:
case 13:
_a.sent();
_a.label = 12;
case 12:
_a.label = 14;
case 14:
cron = new GluestackCron_1.default();
return [4, cron.start()];
case 13:
case 15:
_a.sent();
router = new GluestackRouter_1.default();
return [4, router.listEndpoints()];
case 14:
case 16:
_a.sent();

@@ -135,0 +141,0 @@ console.log('\n> Note: ');

{
"name": "@gluestack/glue-plugin-engine",
"version": "0.0.97",
"version": "0.0.98",
"description": "Gluestack Plugins Process Manager Engine",

@@ -5,0 +5,0 @@ "repository": {

@@ -71,7 +71,7 @@ const services = require("@gluestack/framework/constants/services");

// // 5. generates docker-compose file
// await this.createDockerCompose();
// 5. generates docker-compose file
await this.createDockerCompose();
// // 6. starts the docker-compose
// await this.startDockerCompose();
// 6. starts the docker-compose
await this.startDockerCompose();

@@ -78,0 +78,0 @@ const hasuraPluginName = getConfig('hasuraInstancePath');

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc