Skip to content

Commit 9d3281b

Browse files
chore: removed engine
1 parent baff073 commit 9d3281b

File tree

90 files changed

+32
-5461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+32
-5461
lines changed

packages/cli/dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
"yaml": "^2.2.1"
3030
},
3131
"peerDependencies": {
32-
"@gluestack/framework": "^0.0.x"
32+
"@gluestack/engine": "^0.0.x"
3333
},
3434
"main": "dist/src/index.js",
3535
"scripts": {

packages/cli/dist/src/PluginInstanceContainerController.js

Lines changed: 7 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/dist/src/PluginInstanceContainerController.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export declare const backendPlugins: string[];
2+
export declare const ignorePlugins: string[];
23
export declare const noDockerfiles: string[];
34
export declare const daprServices: string[];

packages/cli/dist/src/configs/constants.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/dist/src/configs/constants.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/dist/src/core/DockerCompose.d.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)