ruru-types 2.0.0-rc.5 → 2.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/README.md +6 -1
- package/package.json +1 -10
- package/CHANGELOG.md +0 -14
package/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# ruru-types
|
|
2
2
|
|
|
3
|
+
[](https://github.com/sponsors/benjie)
|
|
4
|
+
[](http://discord.gg/graphile)
|
|
5
|
+
[](https://bsky.app/profile/graphile.org)
|
|
6
|
+
[](https://fosstodon.org/@graphile)
|
|
7
|
+
|
|
3
8
|
Some TypeScript types from `ruru-components` because `npm` has issues with the
|
|
4
|
-
explorer plugin as a peer
|
|
9
|
+
explorer plugin as a peer dependency (due to `react` version mis-match) and this
|
|
5
10
|
helps avoid that entering the dependency graph. Also minimizes the dependencies
|
|
6
11
|
of `ruru` since most of the complexity is bundled already.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ruru-types",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Some TypeScript types for ruru-components",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
"default": "./dist/index.js"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"prepack": "tsc -b"
|
|
16
|
-
},
|
|
17
14
|
"repository": {
|
|
18
15
|
"type": "git",
|
|
19
16
|
"url": "git+https://github.com/graphile/crystal.git"
|
|
@@ -52,11 +49,5 @@
|
|
|
52
49
|
"react-dom": {
|
|
53
50
|
"optional": true
|
|
54
51
|
}
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"graphql": "^16.9.0",
|
|
58
|
-
"react": "^18 || ^19",
|
|
59
|
-
"react-dom": "^18 || ^19",
|
|
60
|
-
"typescript": "^5.9.3"
|
|
61
52
|
}
|
|
62
53
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# ruru-types
|
|
2
|
-
|
|
3
|
-
## 2.0.0-rc.5
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [#2912](https://github.com/graphile/crystal/pull/2912)
|
|
8
|
-
[`ebe1d22`](https://github.com/graphile/crystal/commit/ebe1d22e45156d9ec2274f291bbb824405e02049)
|
|
9
|
-
Thanks [@benjie](https://github.com/benjie)! - Ruru now depends on ruru-types
|
|
10
|
-
package - stripped down vs ruru-components
|
|
11
|
-
|
|
12
|
-
- [#2915](https://github.com/graphile/crystal/pull/2915)
|
|
13
|
-
[`be9792b`](https://github.com/graphile/crystal/commit/be9792bea3b39097533b0f86e1d25ee66208909d)
|
|
14
|
-
Thanks [@benjie](https://github.com/benjie)! - Fix some peerDependencies woes
|