@dressed/react 1.0.0-rc.3.1 → 1.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dressed/react",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/Inbestigator/dressed.git",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"exports": "./dist/index.js",
|
|
14
14
|
"description": "Render Dressed's components using React",
|
|
15
15
|
"files": [
|
|
16
|
-
"patches",
|
|
17
16
|
"dist"
|
|
18
17
|
],
|
|
19
18
|
"homepage": "https://dressed.vercel.app",
|
|
@@ -27,15 +26,13 @@
|
|
|
27
26
|
"scripts": {
|
|
28
27
|
"dist": "rm -fr dist && tsc",
|
|
29
28
|
"check-types": "tsc --noEmit",
|
|
30
|
-
"dry-publish": "bun publish --dry-run"
|
|
31
|
-
"postinstall": "patch-package"
|
|
29
|
+
"dry-publish": "bun publish --dry-run"
|
|
32
30
|
},
|
|
33
31
|
"type": "module",
|
|
34
32
|
"types": "./dist/index.d.ts",
|
|
35
33
|
"dependencies": {
|
|
36
34
|
"discord-api-types": "^0.38.10",
|
|
37
|
-
"
|
|
38
|
-
"react-reconciler": "^0.32.0"
|
|
35
|
+
"react-reconciler": "github:inbestigator/dressed-rr"
|
|
39
36
|
},
|
|
40
37
|
"devDependencies": {
|
|
41
38
|
"@types/react": "^19.1.6",
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
diff --git a/node_modules/react-reconciler/cjs/react-reconciler.development.js b/node_modules/react-reconciler/cjs/react-reconciler.development.js
|
|
2
|
-
index b6ce230..479433e 100644
|
|
3
|
-
--- a/node_modules/react-reconciler/cjs/react-reconciler.development.js
|
|
4
|
-
+++ b/node_modules/react-reconciler/cjs/react-reconciler.development.js
|
|
5
|
-
@@ -14280,7 +14280,20 @@
|
|
6
|
-
REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
|
|
7
|
-
isArrayImpl = Array.isArray,
|
|
8
|
-
ReactSharedInternals =
|
|
9
|
-
- React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
10
|
-
+ React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE ?? {
|
|
11
|
-
+ H: null,
|
|
12
|
-
+ A: null,
|
|
13
|
-
+ T: null,
|
|
14
|
-
+ S: null,
|
|
15
|
-
+ V: null,
|
|
16
|
-
+ actQueue: null,
|
|
17
|
-
+ isBatchingLegacy: false,
|
|
18
|
-
+ didScheduleLegacyUpdate: false,
|
|
19
|
-
+ didUsePromise: false,
|
|
20
|
-
+ thrownErrors: [],
|
|
21
|
-
+ getCurrentStack: null,
|
|
22
|
-
+ recentlyCreatedOwnerStacks: 0,
|
|
23
|
-
+ },
|
|
24
|
-
rendererVersion = $$$config.rendererVersion,
|
|
25
|
-
rendererPackageName = $$$config.rendererPackageName,
|
|
26
|
-
extraDevToolsConfig = $$$config.extraDevToolsConfig,
|
|
27
|
-
diff --git a/node_modules/react-reconciler/cjs/react-reconciler.production.js b/node_modules/react-reconciler/cjs/react-reconciler.production.js
|
|
28
|
-
index 5877989..4d56c34 100644
|
|
29
|
-
--- a/node_modules/react-reconciler/cjs/react-reconciler.production.js
|
|
30
|
-
+++ b/node_modules/react-reconciler/cjs/react-reconciler.production.js
|
|
31
|
-
@@ -9891,7 +9891,13 @@ module.exports = function ($$$config) {
|
|
32
|
-
REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
|
|
33
|
-
isArrayImpl = Array.isArray,
|
|
34
|
-
ReactSharedInternals =
|
|
35
|
-
- React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
36
|
-
+ React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE ?? {
|
|
37
|
-
+ H: null,
|
|
38
|
-
+ A: null,
|
|
39
|
-
+ T: null,
|
|
40
|
-
+ S: null,
|
|
41
|
-
+ V: null,
|
|
42
|
-
+ },
|
|
43
|
-
rendererVersion = $$$config.rendererVersion,
|
|
44
|
-
rendererPackageName = $$$config.rendererPackageName,
|
|
45
|
-
extraDevToolsConfig = $$$config.extraDevToolsConfig,
|