@qumra/jisr 1.0.1 → 1.0.2
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.
- package/README.md +10 -10
- package/package.json +2 -10
package/README.md
CHANGED
|
@@ -347,18 +347,18 @@ const myAction: AppBridgeAction = {
|
|
|
347
347
|
|
|
348
348
|
| Package | Description |
|
|
349
349
|
|---------|-------------|
|
|
350
|
-
| [@qumra/
|
|
351
|
-
| [@qumra/
|
|
352
|
-
| [@qumra/
|
|
353
|
-
| [@qumra/
|
|
354
|
-
| [@qumra/
|
|
355
|
-
| [@qumra/
|
|
356
|
-
| [@qumra/
|
|
350
|
+
| [@qumra/app-sdk](https://www.npmjs.com/package/@qumra/app-sdk) | Core SDK — sessions, security, errors |
|
|
351
|
+
| [@qumra/app-react-router](https://www.npmjs.com/package/@qumra/app-react-router) | React Router 7 integration |
|
|
352
|
+
| [@qumra/app-session-storage-prisma](https://www.npmjs.com/package/@qumra/app-session-storage-prisma) | Prisma session storage |
|
|
353
|
+
| [@qumra/app-session-storage-mongodb](https://www.npmjs.com/package/@qumra/app-session-storage-mongodb) | MongoDB session storage |
|
|
354
|
+
| [@qumra/jisr](https://www.npmjs.com/package/@qumra/jisr) | App Bridge for iframe communication |
|
|
355
|
+
| [@qumra/manara](https://www.npmjs.com/package/@qumra/manara) | Design system & components |
|
|
356
|
+
| [@qumra/riwaq](https://www.npmjs.com/package/@qumra/riwaq) | UI Extensions SDK |
|
|
357
357
|
|
|
358
358
|
## License
|
|
359
359
|
|
|
360
|
-
ISC ©
|
|
360
|
+
ISC © Qumra
|
|
361
361
|
|
|
362
|
-
##
|
|
362
|
+
## Documentation
|
|
363
363
|
|
|
364
|
-
|
|
364
|
+
https://docs.qumra.cloud
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qumra/jisr",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "React hooks and utilities for communicating with the Qumra Admin from embedded apps — navigation, toasts, modals, and more",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -44,15 +44,7 @@
|
|
|
44
44
|
],
|
|
45
45
|
"author": "Qumra <dev@qumra.cloud>",
|
|
46
46
|
"license": "ISC",
|
|
47
|
-
"homepage": "https://
|
|
48
|
-
"repository": {
|
|
49
|
-
"type": "git",
|
|
50
|
-
"url": "git+https://github.com/nicetag/qumra-apps-sdk.git",
|
|
51
|
-
"directory": "packages/jisr"
|
|
52
|
-
},
|
|
53
|
-
"bugs": {
|
|
54
|
-
"url": "https://github.com/nicetag/qumra-apps-sdk/issues"
|
|
55
|
-
},
|
|
47
|
+
"homepage": "https://docs.qumra.cloud",
|
|
56
48
|
"publishConfig": {
|
|
57
49
|
"access": "public"
|
|
58
50
|
},
|