@fluid-app/portal-sdk 0.1.325 → 0.1.327
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/dist/index.cjs +5 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/index.mjs +5 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-app/portal-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.327",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
"tsdown": "^0.21.0",
|
|
72
72
|
"typescript": "^5",
|
|
73
73
|
"zod": "4.3.5",
|
|
74
|
+
"@fluid-app/cart-ui": "0.1.22",
|
|
74
75
|
"@fluid-app/address-autocomplete": "0.1.0",
|
|
76
|
+
"@fluid-app/company-switcher-core": "0.1.0",
|
|
75
77
|
"@fluid-app/auth": "0.1.0",
|
|
76
78
|
"@fluid-app/api-client-core": "0.1.0",
|
|
77
|
-
"@fluid-app/cart-ui": "0.1.22",
|
|
78
|
-
"@fluid-app/company-switcher-core": "0.1.0",
|
|
79
79
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
80
80
|
"@fluid-app/contacts-core": "0.1.0",
|
|
81
81
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
82
82
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
83
|
-
"@fluid-app/file-picker-core": "0.1.0",
|
|
84
83
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
85
84
|
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
85
|
+
"@fluid-app/file-picker-core": "0.1.0",
|
|
86
86
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
87
87
|
"@fluid-app/i18n": "0.1.0",
|
|
88
88
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
@@ -91,16 +91,16 @@
|
|
|
91
91
|
"@fluid-app/mysite-core": "0.1.0",
|
|
92
92
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
93
93
|
"@fluid-app/orders-core": "0.1.0",
|
|
94
|
-
"@fluid-app/permissions": "0.1.0",
|
|
95
94
|
"@fluid-app/orders-ui": "0.1.0",
|
|
95
|
+
"@fluid-app/permissions": "0.1.0",
|
|
96
96
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
97
97
|
"@fluid-app/portal-core": "0.1.23",
|
|
98
|
+
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
98
99
|
"@fluid-app/portal-preview": "0.1.0",
|
|
99
100
|
"@fluid-app/portal-react": "0.1.0",
|
|
100
|
-
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
101
|
-
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
102
|
-
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
103
101
|
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
102
|
+
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
103
|
+
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
104
104
|
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
105
105
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
106
106
|
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
115
115
|
"@fluid-app/shop-core": "0.1.0",
|
|
116
116
|
"@fluid-app/shop-ui": "0.1.0",
|
|
117
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
117
118
|
"@fluid-app/store-api-client": "0.1.0",
|
|
118
119
|
"@fluid-app/store-core": "0.1.0",
|
|
119
|
-
"@fluid-app/subscriptions-core": "0.1.0",
|
|
120
120
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
121
121
|
"@fluid-app/typescript-config": "0.0.0",
|
|
122
122
|
"@fluid-app/ui-primitives": "0.1.13"
|