8000 fixed import · procoders/transmart@22431f4 · GitHub
[go: up one dir, main page]

Skip to con 8000 tent

Commit 22431f4

Browse files
fixed import
1 parent 7a5d36b commit 22431f4

File tree

5 files changed

+48
-47
lines changed

5 files changed

+48
-47
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.4.9",
4+
"version": "0.4.10",
55
"registry": "https://registry.npmjs.org/"
66
}

package-lock.json

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/cli/lib/cli.js

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

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andriikhr/transmart-cli-test",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"main": "lib/index.js",
55
"typings": "lib/index.d.ts",
66
"files": [
@@ -20,7 +20,7 @@
2020
"build:watch": "npm run clean && tsc -p tsconfig.build.json --watch"
2121
},
2222
"dependencies": {
23-
"@andriikhr/transmart-core-test": "^0.4.9",
23+
"@andriikhr/transmart-core-test": "^0.4.10",
2424
"@types/spinnies": "^0.5.0",
2525
"commander": "^9.4.1",
2626
"cosmiconfig": "^8.3.6",
@@ -34,5 +34,5 @@
3434
"@types/node-fetch": "^2.6.2",
3535
"typescript": "^4.9.5"
3636
},
37-
"gitHead": "98acebdd988bcc49a33da1a5a075f15067e29b30"
37+
"gitHead": "7a5d36b916802f97deb6966f204fc44ee28f8da4"
3838
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andriikhr/transmart-core-test",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"main": "lib/index.js",
55
"typings": "lib/index.d.ts",
66
"files": [
@@ -30,5 +30,5 @@
3030
"@types/node-fetch": "^2.6.2",
3131
"typescript": "^4.9.5"
3232
},
33-
"gitHead": "98acebdd988bcc49a33da1a5a075f15067e29b30"
33+
"gitHead": "7a5d36b916802f97deb6966f204fc44ee28f8da4"
3434
}

0 commit comments

Comments
 (0)
0