Skip to content

Commit

Permalink
Merge branch 'main' of github.com:descope/descope-js into oidc_error_…
Browse files Browse the repository at this point in the history
…redirect_uri
  • Loading branch information
orius123 committed Jul 23, 2024
2 parents c192811 + 1b127ea commit 7cd5f05
Show file tree
Hide file tree
Showing 77 changed files with 8,547 additions and 725 deletions.
10 changes: 10 additions & 0 deletions packages/libs/sdk-component-drivers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.2.39](https://github.com/descope/descope-js/compare/sdk-component-drivers-0.2.38...sdk-component-drivers-0.2.39) (2024-07-23)

### Dependency Updates

* `sdk-helpers` updated to version `0.1.58`

### Bug Fixes

* Vue sdk RELEASE ([#749](https://github.com/descope/descope-js/issues/749)) ([a487b5e](https://github.com/descope/descope-js/commit/a487b5e378d679a71622c79eead6249e0b550f40))

## [0.2.38](https://github.com/descope/descope-js/compare/sdk-component-drivers-0.2.37...sdk-component-drivers-0.2.38) (2024-07-19)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/sdk-component-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/sdk-component-drivers",
"version": "0.2.38",
"version": "0.2.39",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/sdk-component-drivers",
"bugs": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@types/node": "20.14.9",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "9.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/libs/sdk-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.1.58](https://github.com/descope/descope-js/compare/sdk-helpers-0.1.57...sdk-helpers-0.1.58) (2024-07-23)


### Bug Fixes

* Vue sdk RELEASE ([#749](https://github.com/descope/descope-js/issues/749)) ([a487b5e](https://github.com/descope/descope-js/commit/a487b5e378d679a71622c79eead6249e0b550f40))

## [0.1.57](https://github.com/descope/descope-js/compare/sdk-helpers-0.1.56...sdk-helpers-0.1.57) (2024-07-19)

## [0.1.56](https://github.com/descope/descope-js/compare/sdk-helpers-0.1.55...sdk-helpers-0.1.56) (2024-07-17)
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/sdk-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/sdk-helpers",
"version": "0.1.57",
"version": "0.1.58",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/sdk-helpers",
"bugs": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/node": "20.14.9",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "9.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/libs/sdk-mixins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.2.43](https://github.com/descope/descope-js/compare/sdk-mixins-0.2.42...sdk-mixins-0.2.43) (2024-07-23)

### Dependency Updates

* `sdk-helpers` updated to version `0.1.58`
* `sdk-component-drivers` updated to version `0.2.39`

### Bug Fixes

* Vue sdk RELEASE ([#749](https://github.com/descope/descope-js/issues/749)) ([a487b5e](https://github.com/descope/descope-js/commit/a487b5e378d679a71622c79eead6249e0b550f40))

## [0.2.42](https://github.com/descope/descope-js/compare/sdk-mixins-0.2.41...sdk-mixins-0.2.42) (2024-07-19)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/sdk-mixins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/sdk-mixins",
"version": "0.2.42",
"version": "0.2.43",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/sdk-mixins",
"bugs": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@types/node": "20.14.9",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "9.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/core-js-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.23.5](https://github.com/descope/descope-js/compare/core-js-sdk-2.23.4...core-js-sdk-2.23.5) (2024-07-23)


### Bug Fixes

* Vue sdk RELEASE ([#749](https://github.com/descope/descope-js/issues/749)) ([a487b5e](https://github.com/descope/descope-js/commit/a487b5e378d679a71622c79eead6249e0b550f40))

## [2.23.4](https://github.com/descope/descope-js/compare/core-js-sdk-2.23.3...core-js-sdk-2.23.4) (2024-07-21)

## [2.23.3](https://github.com/descope/descope-js/compare/core-js-sdk-2.23.2...core-js-sdk-2.23.3) (2024-07-19)
Expand Down
6 changes: 3 additions & 3 deletions packages/sdks/core-js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/core-js-sdk",
"version": "2.23.4",
"version": "2.23.5",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/descope-js",
"bugs": {
Expand Down Expand Up @@ -48,8 +48,8 @@
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@typescript-eslint/parser": "^7.0.0",
"esbuild": "^0.22.0",
"eslint": "9.6.0",
"esbuild": "^0.21.0",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/sdks/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.0.58](https://github.com/descope/descope-js/compare/react-sdk-2.0.57...react-sdk-2.0.58) (2024-07-23)

### Dependency Updates

* `access-key-management-widget` updated to version `0.1.114`
* `audit-management-widget` updated to version `0.1.77`
* `role-management-widget` updated to version `0.1.112`
* `user-management-widget` updated to version `0.4.115`
* `user-profile-widget` updated to version `0.0.92`
* `web-component` updated to version `3.20.3`
* `web-js-sdk` updated to version `1.15.9`
* `core-js-sdk` updated to version `2.23.5`

### Bug Fixes

* Vue sdk RELEASE ([#749](https://github.com/descope/descope-js/issues/749)) ([a487b5e](https://github.com/descope/descope-js/commit/a487b5e378d679a71622c79eead6249e0b550f40))

## [2.0.57](https://github.com/descope/descope-js/compare/react-sdk-2.0.56...react-sdk-2.0.57) (2024-07-21)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/sdks/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/react-sdk",
"version": "2.0.57",
"version": "2.0.58",
"description": "Descope React SDK",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/descope-js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "^5.3.3",
"babel-jest": "29.7.0",
"eslint": "9.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdks/vue-sdk/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
> 1%
last 2 versions
not dead
not ie 11
43 changes: 43 additions & 0 deletions packages/sdks/vue-sdk/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
module.exports = {
root: true,
env: {
node: true,
'vue/setup-compiler-macros': true,
},
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/typescript/recommended',
'prettier',
],
ignorePatterns: [
'.eslintrc',
'jest.config.js',
'babel.config.js',
'build/*',
'dist/*',
'webpack.config.js',
'bundle/*',
'coverage/*',
'testUtils/*',
],
plugins: ['prettier'],
parserOptions: {
ecmaVersion: 2020,
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)',
],
env: {
jest: true,
},
},
],
};
20 changes: 20 additions & 0 deletions packages/sdks/vue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## 0.0.1 (2024-07-23)

### Dependency Updates

* `access-key-management-widget` updated to version `0.1.114`
* `audit-management-widget` updated to version `0.1.77`
* `role-management-widget` updated to version `0.1.112`
* `user-management-widget` updated to version `0.4.115`
* `user-profile-widget` updated to version `0.0.92`
* `web-component` updated to version `3.20.3`
* `web-js-sdk` updated to version `1.15.9`
* `core-js-sdk` updated to version `2.23.5`

### Bug Fixes

* Vue sdk RELEASE ([#749](https://github.com/descope/descope-js/issues/749)) ([a487b5e](https://github.com/descope/descope-js/commit/a487b5e378d679a71622c79eead6249e0b550f40))
21 changes: 21 additions & 0 deletions packages/sdks/vue-sdk/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Descope <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 7cd5f05

Please sign in to comment.