@fluid-app/portal-sdk 0.1.482 → 0.1.483

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/portal-sdk",
3
- "version": "0.1.482",
3
+ "version": "0.1.483",
4
4
  "description": "SDK for building custom Fluid portals",
5
5
  "files": [
6
6
  "authoring",
@@ -82,18 +82,18 @@
82
82
  "tsdown": "^0.21.0",
83
83
  "typescript": "^5",
84
84
  "zod": "4.3.5",
85
- "@fluid-app/address-fields": "0.1.0",
86
85
  "@fluid-app/address-autocomplete": "0.1.0",
87
- "@fluid-app/auth": "0.1.0",
88
86
  "@fluid-app/api-client-core": "0.1.0",
87
+ "@fluid-app/address-fields": "0.1.0",
88
+ "@fluid-app/auth": "0.1.0",
89
89
  "@fluid-app/cart-ui": "0.1.30",
90
- "@fluid-app/contacts-core": "0.1.0",
91
90
  "@fluid-app/company-switcher-ui": "0.1.0",
91
+ "@fluid-app/contacts-core": "0.1.0",
92
92
  "@fluid-app/contacts-ui": "0.1.0",
93
- "@fluid-app/file-picker-api-client": "0.1.0",
94
93
  "@fluid-app/file-picker-core": "0.1.0",
95
94
  "@fluid-app/fluid-pay-core": "0.1.0",
96
95
  "@fluid-app/fluid-pay-ui": "0.1.0",
96
+ "@fluid-app/file-picker-api-client": "0.1.0",
97
97
  "@fluid-app/i18n": "0.1.0",
98
98
  "@fluid-app/messaging-api-client": "0.1.0",
99
99
  "@fluid-app/messaging-core": "0.1.0",
@@ -109,25 +109,25 @@
109
109
  "@fluid-app/portal-tenant-api-client": "0.1.0",
110
110
  "@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
111
111
  "@fluid-app/portal-tenant-content-api-client": "0.1.0",
112
- "@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
113
112
  "@fluid-app/portal-tenant-pay-api-client": "0.1.0",
113
+ "@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
114
114
  "@fluid-app/portal-tenant-store-api-client": "0.1.0",
115
115
  "@fluid-app/portal-widgets": "0.1.22",
116
+ "@fluid-app/products-core": "0.1.0",
116
117
  "@fluid-app/products-api-client": "0.1.0",
117
118
  "@fluid-app/profile-core": "0.1.0",
118
- "@fluid-app/products-core": "0.1.0",
119
- "@fluid-app/profile-ui": "0.1.0",
120
119
  "@fluid-app/query-persister": "0.1.0",
120
+ "@fluid-app/profile-ui": "0.1.0",
121
121
  "@fluid-app/shareables-core": "0.1.0",
122
122
  "@fluid-app/shareables-ui": "0.1.0",
123
123
  "@fluid-app/shop-core": "0.1.0",
124
+ "@fluid-app/shop-ui": "0.1.0",
124
125
  "@fluid-app/store-core": "0.1.0",
125
126
  "@fluid-app/subscriptions-core": "0.1.0",
126
- "@fluid-app/shop-ui": "0.1.0",
127
127
  "@fluid-app/subscriptions-ui": "0.1.0",
128
128
  "@fluid-app/typescript-config": "0.0.0",
129
- "@fluid-app/ui-primitives": "0.1.13",
130
- "@fluid-app/ui-components": "0.1.0"
129
+ "@fluid-app/ui-components": "0.1.0",
130
+ "@fluid-app/ui-primitives": "0.1.13"
131
131
  },
132
132
  "peerDependencies": {
133
133
  "@hookform/resolvers": "^5.2.2",