Skip to content

Commit

Permalink
Merge pull request #10 from pietrobondioli/fix/broken-types
Browse files Browse the repository at this point in the history
Fix/broken types
  • Loading branch information
pietrobondioli authored Sep 6, 2024
2 parents ecfc8f4 + 5ee943d commit fcd5c84
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "1.2.0-alpha.1"
"version": "1.2.1-alpha.0"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brasil-interface/cli",
"version": "1.2.0-alpha.1",
"version": "1.2.1-alpha.0",
"description": "",
"license": "MIT",
"author": "Pietro Bondioli <[email protected]>",
Expand Down Expand Up @@ -44,8 +44,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@brasil-interface/sdks": "^1.0.0-alpha.0",
"@brasil-interface/utils": "^1.2.0-alpha.1",
"@brasil-interface/sdks": "^1.2.1-alpha.0",
"@brasil-interface/utils": "^1.2.1-alpha.0",
"cli-table": "^0.3.11",
"clipboardy": "2.3.0",
"commander": "^11.0.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/sdks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brasil-interface/sdks",
"version": "1.0.0-alpha.0",
"version": "1.2.1-alpha.0",
"description": "",
"license": "MIT",
"author": "Pietro Bondioli <[email protected]>",
Expand All @@ -17,7 +17,8 @@
"exports": {
".": {
"import": "./dist/@brasil-interface/sdks.es.js",
"require": "./dist/@brasil-interface/sdks.umd.js"
"require": "./dist/@brasil-interface/sdks.umd.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
Expand Down Expand Up @@ -47,7 +48,7 @@
"vite-plugin-dts": "^3.5.3"
},
"dependencies": {
"@brasil-interface/utils": "^1.2.0-alpha.1"
"@brasil-interface/utils": "^1.2.1-alpha.0"
},
"keywords": [
"brasil",
Expand Down
5 changes: 3 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brasil-interface/utils",
"version": "1.2.0-alpha.1",
"version": "1.2.1-alpha.0",
"description": "",
"license": "MIT",
"author": "Pietro Bondioli <[email protected]>",
Expand All @@ -17,7 +17,8 @@
"exports": {
".": {
"import": "./dist/@brasil-interface/utils.es.js",
"require": "./dist/@brasil-interface/utils.umd.js"
"require": "./dist/@brasil-interface/utils.umd.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
Expand Down

0 comments on commit fcd5c84

Please sign in to comment.