@react-keycloak-refork/web 5.0.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +68 -67
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # React Keycloak <!-- omit in toc -->
4
4
 
5
- > React bindings for [Keycloak](https://www.keycloak.org/). Fork of https://github.com/react-keycloak/react-keycloak.git with updated packages for Keycloak >=26 support.
5
+ > React bindings for [Keycloak](https://www.keycloak.org/). Fork of https://github.com/react-keycloak/react-keycloak.git with updated packages for keycloak >=17 support.
6
6
 
7
- [![NPM (scoped)](https://img.shields.io/npm/v/@react-keycloak-fork/web?label=npm%20%7C%20web)](https://www.npmjs.com/package/@react-keycloak-fork/web)
7
+ [![NPM (scoped)](https://img.shields.io/npm/v/@react-keycloak-refork/web?label=npm%20%7C%20web)](https://www.npmjs.com/package/@react-keycloak-refork/web)
8
8
 
9
9
  [![License](https://img.shields.io/github/license/react-keycloak/react-keycloak.svg)](https://github.com/react-keycloak/react-keycloak/blob/master/LICENSE.md)
10
10
  [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
package/package.json CHANGED
@@ -1,67 +1,68 @@
1
- {
2
- "name": "@react-keycloak-refork/web",
3
- "version": "5.0.0",
4
- "license": "MIT",
5
- "description": "Fork of https://github.com/react-keycloak/react-keycloak.git with updated packages for Keycloak >=26. React bindings for Keycloak javascript adapter.",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/leoluzh/react-keycloak-fork.git"
9
- },
10
- "author": "leoluzh",
11
- "bugs": {
12
- "url": "https://github.com/leoluzh/react-keycloak-fork/issues"
13
- },
14
- "homepage": "https://github.com/leoluzh/react-keycloak-fork#readme",
15
- "keywords": [
16
- "react",
17
- "keycloak",
18
- "keycloak-js"
19
- ],
20
- "main": "lib-commonjs/index.js",
21
- "jsnext:main": "lib/index.js",
22
- "module": "lib/index.js",
23
- "typings": "lib/index.d.ts",
24
- "files": [
25
- "lib",
26
- "lib-commonjs"
27
- ],
28
- "publishConfig": {
29
- "access": "public"
30
- },
31
- "scripts": {
32
- "clean": "rimraf lib lib-commonjs",
33
- "prebuild": "npm run clean",
34
- "compile:commonjs": "tsc --module commonjs --outDir lib-commonjs",
35
- "compile:esnext": "tsc --module esnext --outDir lib",
36
- "compile": "run-p compile:*",
37
- "fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-commonjs/**/*.js.map'",
38
- "fixmaps": "run-p fixmaps:*",
39
- "build": "run-s compile fixmaps",
40
- "test": "jest",
41
- "test:coverage": "jest --coverage",
42
- "prepublishOnly": "npm run build && cp ../../LICENSE.md ."
43
- },
44
- "peerDependencies": {
45
- "keycloak-js": ">=26.2.0",
46
- "react": ">=18.0",
47
- "react-dom": ">=18.0",
48
- "typescript": ">=3.8"
49
- },
50
- "peerDependenciesMeta": {
51
- "typescript": {
52
- "optional": true
53
- }
54
- },
55
- "dependencies": {
56
- "@babel/runtime": "^7.17.9",
57
- "@react-keycloak-refork/core": "file:../core",
58
- "hoist-non-react-statics": "^3.3.2"
59
- },
60
- "jest": {
61
- "preset": "ts-jest",
62
- "testEnvironment": "jsdom"
63
- },
64
- "devDependencies": {
65
- "keycloak-js": "^26.2.0"
66
- }
67
- }
1
+ {
2
+ "name": "@react-keycloak-refork/web",
3
+ "version": "6.0.0",
4
+ "license": "MIT",
5
+ "description": "Fork of https://github.com/react-keycloak/react-keycloak.git with updated packages for Keycloak >=17. React bindings for Keycloak javascript adapter.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/leoluzh/react-keycloak-fork.git"
9
+ },
10
+ "author": "leoluzh",
11
+ "bugs": {
12
+ "url": "https://github.com/leoluzh/react-keycloak-fork/issues"
13
+ },
14
+ "homepage": "https://github.com/leoluzh/react-keycloak-fork#readme",
15
+ "keywords": [
16
+ "react",
17
+ "keycloak",
18
+ "keycloak-js"
19
+ ],
20
+ "main": "lib-commonjs/index.js",
21
+ "jsnext:main": "lib/index.js",
22
+ "module": "lib/index.js",
23
+ "typings": "lib/index.d.ts",
24
+ "files": [
25
+ "lib",
26
+ "lib-commonjs"
27
+ ],
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "scripts": {
32
+ "clean": "rimraf lib lib-commonjs",
33
+ "prebuild": "npm run clean",
34
+ "compile:commonjs": "tsc --module commonjs --outDir lib-commonjs",
35
+ "compile:esnext": "tsc --module esnext --outDir lib",
36
+ "compile": "run-p compile:*",
37
+ "fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-commonjs/**/*.js.map'",
38
+ "fixmaps": "run-p fixmaps:*",
39
+ "build": "run-s compile fixmaps",
40
+ "test": "jest",
41
+ "test:coverage": "jest --coverage",
42
+ "prepublishOnly": "npm run build && cp ../../LICENSE.md ."
43
+ },
44
+ "peerDependencies": {
45
+ "keycloak-js": ">=26.0.0",
46
+ "react": ">=16.0",
47
+ "react-dom": ">=16.0",
48
+ "typescript": ">=3.8"
49
+ },
50
+ "peerDependenciesMeta": {
51
+ "typescript": {
52
+ "optional": true
53
+ }
54
+ },
55
+ "dependencies": {
56
+ "@babel/runtime": "^7.17.9",
57
+ "@react-keycloak-refork/core": "^6.0.0",
58
+ "hoist-non-react-statics": "^3.3.2"
59
+ },
60
+ "jest": {
61
+ "preset": "ts-jest",
62
+ "testEnvironment": "jsdom"
63
+ },
64
+ "devDependencies": {
65
+ "keycloak-js": "^26.2.0"
66
+ },
67
+ "gitHead": "7ae156f5285095da22ab864cd8ab78f39ad80624"
68
+ }