Skip to content

Commit 773ab35

Browse files
chore: version bumped
1 parent ae82d58 commit 773ab35

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

packages/cli/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.44",
3+
"version": "0.0.46",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.45",
3+
"version": "0.0.46",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",

packages/cli/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
"esModuleInterop": true,
1313
"declaration": true,
1414
"paths": {
15-
"@gluestack/framework": ["node_modules/@gluestack/framework"],
16-
"@gluestack/glue-plugin-backend-engine/sdk": ["dist/sdk/*"]
15+
"@gluestack/framework": ["node_modules/@gluestack/framework"]
1716
},
1817
"lib": ["dom", "es6"],
1918
"target": "es5"
2019
},
2120
"include": [
22-
"src/**/*.ts",
23-
"sdk/**/*.ts",
21+
"src/**/*.ts"
2422
],
2523
"exclude": [
2624
"node_modules",

packages/sdk/dist/index.js

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

packages/sdk/dist/index.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/sdk/dist/interfaces/HttpMethod.js

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/sdk/dist/interfaces/IEngine.js

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/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine-sdk",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
5-
"main": "dist/sdk/index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

packages/sdk/tsconfig.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
"resolveJsonModule": true,
1212
"esModuleInterop": true,
1313
"declaration": true,
14-
"lib": [
15-
"ES2021.String"
16-
]
14+
"paths": {
15+
"@gluestack/framework": ["node_modules/@gluestack/framework"]
16+
},
17+
"lib": ["dom", "es6"],
18+
"target": "es5"
1719
},
1820
"exclude": [
1921
"node_modules",
2022
"dist"
21-
],
23+
]
2224
}

0 commit comments

Comments
 (0)