@kiwano/core 3.0.0-beta.1 → 3.0.0-beta.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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiwano/core",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.2",
|
|
4
4
|
"description": "Kiwano lets you create GraphQL schemas programmatically, enabling you to write dynamic and modular schemas, and preventing you from writing repeating declarations.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
},
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"source": "./src/ts/index.ts",
|
|
19
18
|
"types": "./dist/types/index.d.ts",
|
|
20
19
|
"import": "./dist/index.js",
|
|
21
20
|
"require": "./dist/index.cjs"
|
|
@@ -48,8 +47,7 @@
|
|
|
48
47
|
"@wittignl/js-config": "^1.1.0",
|
|
49
48
|
"@types/node": "^22.13.10",
|
|
50
49
|
"typescript": "^5.8.2",
|
|
51
|
-
"vitest": "^3.0.8"
|
|
52
|
-
"@rsbuild/plugin-source-build": "^1.0.2"
|
|
50
|
+
"vitest": "^3.0.8"
|
|
53
51
|
},
|
|
54
52
|
"scripts": {
|
|
55
53
|
"build": "rslib build",
|