qalita 2.5.3__py3-none-any.whl → 2.5.4__py3-none-any.whl

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 (50) hide show
  1. qalita/_frontend/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
  2. qalita/_frontend/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
  3. qalita/_frontend/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
  4. qalita/_frontend/node_modules/react/cjs/react.production.js +542 -0
  5. qalita/_frontend/node_modules/react/compiler-runtime.js +14 -0
  6. qalita/_frontend/node_modules/react/index.js +1 -1
  7. qalita/_frontend/node_modules/react/jsx-dev-runtime.js +1 -1
  8. qalita/_frontend/node_modules/react/jsx-runtime.js +1 -1
  9. qalita/_frontend/node_modules/react/package.json +19 -15
  10. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
  11. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
  12. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
  13. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
  14. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
  15. qalita/_frontend/node_modules/react-dom/cjs/react-dom.production.js +210 -0
  16. qalita/_frontend/node_modules/react-dom/index.js +1 -1
  17. qalita/_frontend/node_modules/react-dom/package.json +75 -20
  18. qalita/_frontend/node_modules/react-dom/server.browser.js +3 -4
  19. qalita/_frontend/node_modules/react-dom/server.edge.js +17 -0
  20. qalita/_frontend/node_modules/react-dom/server.node.js +5 -4
  21. qalita/_frontend/node_modules/react-dom/static.node.js +14 -0
  22. qalita/_frontend/package.json +6 -6
  23. qalita/commands/pack.py +41 -23
  24. qalita/commands/source.py +5 -4
  25. qalita/commands/worker.py +72 -24
  26. qalita/internal/request.py +4 -1
  27. qalita/internal/utils.py +178 -20
  28. qalita/web/blueprints/context.py +2 -1
  29. qalita/web/blueprints/dashboard.py +14 -5
  30. qalita/web/blueprints/sources.py +24 -6
  31. qalita/web/blueprints/workers.py +18 -4
  32. {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/METADATA +2 -2
  33. {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/RECORD +38 -37
  34. qalita/_frontend/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -10
  35. qalita/_frontend/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -11
  36. qalita/_frontend/node_modules/react/cjs/react.production.min.js +0 -26
  37. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +0 -93
  38. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js +0 -101
  39. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -96
  40. qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +0 -102
  41. qalita/_frontend/node_modules/react-dom/cjs/react-dom.production.min.js +0 -322
  42. qalita/_frontend/node_modules/scheduler/cjs/scheduler.development.js +0 -634
  43. qalita/_frontend/node_modules/scheduler/cjs/scheduler.production.min.js +0 -19
  44. qalita/_frontend/node_modules/scheduler/index.js +0 -7
  45. qalita/_frontend/node_modules/scheduler/package.json +0 -36
  46. /qalita/_frontend/.next/static/{fm8OzItmoekYnFcSZ5R8j → X4_AlYMbCyee-ZVLjCYMg}/_buildManifest.js +0 -0
  47. /qalita/_frontend/.next/static/{fm8OzItmoekYnFcSZ5R8j → X4_AlYMbCyee-ZVLjCYMg}/_ssgManifest.js +0 -0
  48. {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/WHEEL +0 -0
  49. {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/entry_points.txt +0 -0
  50. {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/licenses/LICENSE +0 -0
@@ -4,8 +4,8 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "18.3.1",
8
- "homepage": "https://reactjs.org/",
7
+ "version": "19.2.3",
8
+ "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",
11
11
  "files": [
@@ -13,20 +13,32 @@
13
13
  "README.md",
14
14
  "index.js",
15
15
  "cjs/",
16
- "umd/",
16
+ "compiler-runtime.js",
17
17
  "jsx-runtime.js",
18
+ "jsx-runtime.react-server.js",
18
19
  "jsx-dev-runtime.js",
19
- "react.shared-subset.js"
20
+ "jsx-dev-runtime.react-server.js",
21
+ "react.react-server.js"
20
22
  ],
21
23
  "main": "index.js",
22
24
  "exports": {
23
25
  ".": {
24
- "react-server": "./react.shared-subset.js",
26
+ "react-server": "./react.react-server.js",
25
27
  "default": "./index.js"
26
28
  },
27
29
  "./package.json": "./package.json",
28
- "./jsx-runtime": "./jsx-runtime.js",
29
- "./jsx-dev-runtime": "./jsx-dev-runtime.js"
30
+ "./jsx-runtime": {
31
+ "react-server": "./jsx-runtime.react-server.js",
32
+ "default": "./jsx-runtime.js"
33
+ },
34
+ "./jsx-dev-runtime": {
35
+ "react-server": "./jsx-dev-runtime.react-server.js",
36
+ "default": "./jsx-dev-runtime.js"
37
+ },
38
+ "./compiler-runtime": {
39
+ "react-server": "./compiler-runtime.js",
40
+ "default": "./compiler-runtime.js"
41
+ }
30
42
  },
31
43
  "repository": {
32
44
  "type": "git",
@@ -35,13 +47,5 @@
35
47
  },
36
48
  "engines": {
37
49
  "node": ">=0.10.0"
38
- },
39
- "dependencies": {
40
- "loose-envify": "^1.1.0"
41
- },
42
- "browserify": {
43
- "transform": [
44
- "loose-envify"
45
- ]
46
50
  }
47
51
  }