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.
- qalita/_frontend/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- qalita/_frontend/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- qalita/_frontend/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- qalita/_frontend/node_modules/react/cjs/react.production.js +542 -0
- qalita/_frontend/node_modules/react/compiler-runtime.js +14 -0
- qalita/_frontend/node_modules/react/index.js +1 -1
- qalita/_frontend/node_modules/react/jsx-dev-runtime.js +1 -1
- qalita/_frontend/node_modules/react/jsx-runtime.js +1 -1
- qalita/_frontend/node_modules/react/package.json +19 -15
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
- qalita/_frontend/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- qalita/_frontend/node_modules/react-dom/index.js +1 -1
- qalita/_frontend/node_modules/react-dom/package.json +75 -20
- qalita/_frontend/node_modules/react-dom/server.browser.js +3 -4
- qalita/_frontend/node_modules/react-dom/server.edge.js +17 -0
- qalita/_frontend/node_modules/react-dom/server.node.js +5 -4
- qalita/_frontend/node_modules/react-dom/static.node.js +14 -0
- qalita/_frontend/package.json +6 -6
- qalita/commands/pack.py +41 -23
- qalita/commands/source.py +5 -4
- qalita/commands/worker.py +72 -24
- qalita/internal/request.py +4 -1
- qalita/internal/utils.py +178 -20
- qalita/web/blueprints/context.py +2 -1
- qalita/web/blueprints/dashboard.py +14 -5
- qalita/web/blueprints/sources.py +24 -6
- qalita/web/blueprints/workers.py +18 -4
- {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/METADATA +2 -2
- {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/RECORD +38 -37
- qalita/_frontend/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -10
- qalita/_frontend/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -11
- qalita/_frontend/node_modules/react/cjs/react.production.min.js +0 -26
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +0 -93
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js +0 -101
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -96
- qalita/_frontend/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +0 -102
- qalita/_frontend/node_modules/react-dom/cjs/react-dom.production.min.js +0 -322
- qalita/_frontend/node_modules/scheduler/cjs/scheduler.development.js +0 -634
- qalita/_frontend/node_modules/scheduler/cjs/scheduler.production.min.js +0 -19
- qalita/_frontend/node_modules/scheduler/index.js +0 -7
- qalita/_frontend/node_modules/scheduler/package.json +0 -36
- /qalita/_frontend/.next/static/{fm8OzItmoekYnFcSZ5R8j → X4_AlYMbCyee-ZVLjCYMg}/_buildManifest.js +0 -0
- /qalita/_frontend/.next/static/{fm8OzItmoekYnFcSZ5R8j → X4_AlYMbCyee-ZVLjCYMg}/_ssgManifest.js +0 -0
- {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/WHEEL +0 -0
- {qalita-2.5.3.dist-info → qalita-2.5.4.dist-info}/entry_points.txt +0 -0
- {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": "
|
|
8
|
-
"homepage": "https://
|
|
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
|
-
"
|
|
16
|
+
"compiler-runtime.js",
|
|
17
17
|
"jsx-runtime.js",
|
|
18
|
+
"jsx-runtime.react-server.js",
|
|
18
19
|
"jsx-dev-runtime.js",
|
|
19
|
-
"react
|
|
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.
|
|
26
|
+
"react-server": "./react.react-server.js",
|
|
25
27
|
"default": "./index.js"
|
|
26
28
|
},
|
|
27
29
|
"./package.json": "./package.json",
|
|
28
|
-
"./jsx-runtime":
|
|
29
|
-
|
|
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
|
}
|