@vendure/dashboard 3.3.5-master-202506241446 → 3.3.5-master-202506250629
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 +4 -4
- package/src/lib/index.ts +2 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/dashboard",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.3.5-master-
|
|
4
|
+
"version": "3.3.5-master-202506250629",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"@types/react-dom": "^19.0.4",
|
|
87
87
|
"@types/react-grid-layout": "^1.3.5",
|
|
88
88
|
"@uidotdev/usehooks": "^2.4.1",
|
|
89
|
-
"@vendure/common": "^3.3.5-master-
|
|
90
|
-
"@vendure/core": "^3.3.5-master-
|
|
89
|
+
"@vendure/common": "^3.3.5-master-202506250629",
|
|
90
|
+
"@vendure/core": "^3.3.5-master-202506250629",
|
|
91
91
|
"@vitejs/plugin-react": "^4.3.4",
|
|
92
92
|
"awesome-graphql-client": "^2.1.0",
|
|
93
93
|
"class-variance-authority": "^0.7.1",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"lightningcss-linux-arm64-musl": "^1.29.3",
|
|
131
131
|
"lightningcss-linux-x64-musl": "^1.29.1"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "4b7f357c29755911b3b825081711c1c97b570083"
|
|
134
134
|
}
|
package/src/lib/index.ts
CHANGED
|
@@ -162,6 +162,8 @@ export * from './framework/page/use-detail-page.js';
|
|
|
162
162
|
export * from './framework/page/use-extended-router.js';
|
|
163
163
|
export * from './framework/registry/global-registry.js';
|
|
164
164
|
export * from './framework/registry/registry-types.js';
|
|
165
|
+
export * from './graphql/api.js';
|
|
166
|
+
export * from './graphql/fragments.js';
|
|
165
167
|
export * from './hooks/use-auth.js';
|
|
166
168
|
export * from './hooks/use-channel.js';
|
|
167
169
|
export * from './hooks/use-custom-field-config.js';
|