@burdenoff/fe-libs 2026.904.8 → 2026.904.9
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 +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/fe-libs",
|
|
3
|
-
"version": "2026.904.
|
|
3
|
+
"version": "2026.904.9",
|
|
4
4
|
"description": "Burdenoff frontend primitives and domain libraries",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -118,6 +118,10 @@
|
|
|
118
118
|
"types": "./dist/shared/assistant/index.d.ts",
|
|
119
119
|
"import": "./dist/shared-assistant.js"
|
|
120
120
|
},
|
|
121
|
+
"./shared/assistant/*": {
|
|
122
|
+
"types": "./dist/shared/assistant/*.d.ts",
|
|
123
|
+
"import": "./dist/shared/assistant/*.js"
|
|
124
|
+
},
|
|
121
125
|
"./shared/graphql/client": {
|
|
122
126
|
"types": "./dist/shared/graphql/client.d.ts",
|
|
123
127
|
"import": "./dist/shared/graphql/client.js"
|