8000 v0.4.17 · procoders/transmart@18bdb1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 18bdb1c

Browse files
v0.4.17
1 parent 39ee2f7 commit 18bdb1c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.16",
4+
"version": "0.4.17",
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/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@procoders/transmart-cli",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
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-
"@procoders/transmart-core": "^0.4.16",
23+
"@procoders/transmart-core": "^0.4.17",
2424
"@types/spinnies": "^0.5.0",
2525
"commander": "^9.4.1",
2626
"cosmiconfig": "^8.3.6",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@procoders/transmart-core",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"main": "lib/index.js",
55
"typings": "lib/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)
0