Skip to content

Commit cf5f767

Browse files
Merge pull request #214 from Authing/fix-web-domainC14n
fix(web): update regexp in domainC14n
2 parents 617ae92 + abe59a0 commit cf5f767

File tree

18 files changed

+40
-41
lines changed

18 files changed

+40
-41
lines changed

examples/web/sso/react/website1/package-lock.json

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

examples/web/sso/react/website1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@authing/web": "^5.1.3-alpha.2",
6+
"@authing/web": "^5.1.6-alpha.2",
77
"@types/node": "^16.7.13",
88
"@types/react": "^18.0.0",
99
"@types/react-dom": "^18.0.0",

examples/web/sso/react/website1/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"jsonpointer" "^5.0.0"
2020
"leven" "^3.1.0"
2121

22-
"@authing/web@^5.1.3-alpha.2":
23-
"integrity" "sha512-PIfWl4393gkFohoh5CytYtRBnmGsiL49oEXeIf1IfAQXXKEu5xKWBlMEIUKmJ50HAwVITxx2ZbrPNWUR730m4A=="
24-
"resolved" "https://registry.npmjs.org/@authing/web/-/web-5.1.3-alpha.2.tgz"
25-
"version" "5.1.3-alpha.2"
22+
"@authing/web@^5.1.6-alpha.2":
23+
"integrity" "sha512-yL7pTmou4lqD0KSy+a2M7ULXNJE6xCUwMqjypnKk82JoEh2CmqqCZ5w8B2/0RBkAf6Qqb+QOAo8j81sbVBlZng=="
24+
"resolved" "https://registry.npmjs.org/@authing/web/-/web-5.1.6-alpha.2.tgz"
25+
"version" "5.1.6-alpha.2"
2626
dependencies:
2727
"axios" "^0.26.1"
2828

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"npmClient": "npm",
33
"packages": ["packages/*"],
44
"useWorkspaces": true,
5-
"version": "5.1.6-alpha.0"
5+
"version": "5.1.6-alpha.2"
66
}

package-lock.json

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

packages/miniapp-jsencrypt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/miniapp-jsencrypt",
3-
"version": "5.1.6-alpha.0",
3+
"version": "5.1.6-alpha.2",
44
"description": "JavaScript encrypt module for miniapp",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

packages/miniapp-sm2encrypt/package-lock.json

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

packages/miniapp-sm2encrypt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/miniapp-sm2encrypt",
3-
"version": "5.1.6-alpha.0",
3+
"version": "5.1.6-alpha.2",
44
"description": "JavaScript sm2 encrypt module for miniapp",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

packages/miniapp-taro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/miniapp-taro",
3-
"version": "5.1.6-alpha.1",
3+
"version": "5.1.6-alpha.2",
44
"description": "Authing miniapp JS SDK for Taro",
55
"main": "dist/bundle-taro.js",
66
"types": "dist/typings/src/index.d.ts",

packages/miniapp-uniapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authing/miniapp-uniapp",
3-
"version": "5.1.6-alpha.1",
3+
"version": "5.1.6-alpha.2",
44
"description": "Authing miniapp JS SDK for uniapp",
55
"main": "dist/bundle-uniapp.js",
66
"types": "dist/typings/src/index.d.ts",

0 commit comments

Comments
 (0)