-
-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fc0f43
commit c0fb598
Showing
25 changed files
with
157 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/cli", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "Logto CLI.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
@@ -40,8 +40,8 @@ | |
"url": "https://github.com/logto-io/logto/issues" | ||
}, | ||
"dependencies": { | ||
"@logto/schemas": "^1.0.0-beta.11", | ||
"@logto/shared": "^1.0.0-beta.11", | ||
"@logto/schemas": "^1.0.0-beta.12", | ||
"@logto/shared": "^1.0.0-beta.12", | ||
"@silverhand/essentials": "^1.3.0", | ||
"chalk": "^4.1.2", | ||
"decamelize": "^5.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/console", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "> TODO: description", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
@@ -20,10 +20,10 @@ | |
"@fontsource/roboto-mono": "^4.5.7", | ||
"@logto/core-kit": "1.0.0-beta.18", | ||
"@logto/language-kit": "1.0.0-beta.19", | ||
"@logto/phrases": "^1.0.0-beta.11", | ||
"@logto/phrases-ui": "^1.0.0-beta.11", | ||
"@logto/phrases": "^1.0.0-beta.12", | ||
"@logto/phrases-ui": "^1.0.0-beta.12", | ||
"@logto/react": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.11", | ||
"@logto/schemas": "^1.0.0-beta.12", | ||
"@mdx-js/react": "^1.6.22", | ||
"@parcel/core": "2.7.0", | ||
"@parcel/transformer-mdx": "2.7.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/core", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "The open source identity solution.", | ||
"main": "build/index.js", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
|
@@ -19,14 +19,14 @@ | |
"test:report": "codecov -F core" | ||
}, | ||
"dependencies": { | ||
"@logto/cli": "^1.0.0-beta.11", | ||
"@logto/cli": "^1.0.0-beta.12", | ||
"@logto/connector-kit": "^1.0.0-beta.18", | ||
"@logto/core-kit": "^1.0.0-beta.18", | ||
"@logto/language-kit": "1.0.0-beta.19", | ||
"@logto/phrases": "^1.0.0-beta.11", | ||
"@logto/phrases-ui": "^1.0.0-beta.11", | ||
"@logto/schemas": "^1.0.0-beta.11", | ||
"@logto/shared": "^1.0.0-beta.11", | ||
"@logto/phrases": "^1.0.0-beta.12", | ||
"@logto/phrases-ui": "^1.0.0-beta.12", | ||
"@logto/schemas": "^1.0.0-beta.12", | ||
"@logto/shared": "^1.0.0-beta.12", | ||
"@silverhand/essentials": "^1.3.0", | ||
"chalk": "^4", | ||
"clean-deep": "^3.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/create", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"publishConfig": { | ||
|
@@ -14,6 +14,6 @@ | |
"node": "^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@logto/cli": "^1.0.0-beta.11" | ||
"@logto/cli": "^1.0.0-beta.12" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/demo-app", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "Logto demo app.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
|
@@ -19,9 +19,9 @@ | |
"devDependencies": { | ||
"@logto/core-kit": "1.0.0-beta.18", | ||
"@logto/language-kit": "1.0.0-beta.19", | ||
"@logto/phrases": "^1.0.0-beta.11", | ||
"@logto/phrases": "^1.0.0-beta.12", | ||
"@logto/react": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.11", | ||
"@logto/schemas": "^1.0.0-beta.12", | ||
"@parcel/core": "2.7.0", | ||
"@parcel/transformer-sass": "2.7.0", | ||
"@silverhand/eslint-config": "1.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/integration-tests", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "Integration tests for Logto.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
|
@@ -16,7 +16,7 @@ | |
"devDependencies": { | ||
"@jest/types": "^29.1.2", | ||
"@logto/node": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.11", | ||
"@logto/schemas": "^1.0.0-beta.12", | ||
"@peculiar/webcrypto": "^1.3.3", | ||
"@silverhand/eslint-config": "1.2.0", | ||
"@silverhand/essentials": "^1.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/phrases-ui", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "Logto shared phrases (i18n) for main flow.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/phrases", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"description": "Logto shared phrases (i18n).", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/schemas", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"main": "lib/index.js", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
|
@@ -70,8 +70,8 @@ | |
"@logto/connector-kit": "1.0.0-beta.18", | ||
"@logto/core-kit": "1.0.0-beta.18", | ||
"@logto/language-kit": "1.0.0-beta.19", | ||
"@logto/phrases": "^1.0.0-beta.11", | ||
"@logto/phrases-ui": "^1.0.0-beta.11", | ||
"@logto/phrases": "^1.0.0-beta.12", | ||
"@logto/phrases-ui": "^1.0.0-beta.12", | ||
"zod": "^3.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/shared", | ||
"version": "1.0.0-beta.11", | ||
"version": "1.0.0-beta.12", | ||
"main": "lib/index.js", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"prettier": "@silverhand/eslint-config/.prettierrc", | ||
"dependencies": { | ||
"@logto/schemas": "^1.0.0-beta.11", | ||
"@logto/schemas": "^1.0.0-beta.12", | ||
"@silverhand/essentials": "^1.3.0", | ||
"dayjs": "^1.10.5", | ||
"find-up": "^5.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.