@mparticle/aquarium 1.40.0-poc-unified-nav.15 → 1.40.0-test-internal-publish.1
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/README.md +1 -0
- package/dist/aquarium.js +373 -373
- package/dist/aquarium.umd.cjs +18 -18
- package/dist/src/shared/Paths.d.ts +4 -4
- package/package.json +1 -1
|
@@ -132,9 +132,9 @@ export declare const Paths: {
|
|
|
132
132
|
readonly PrivacySettings: "oversight/privacy-settings";
|
|
133
133
|
};
|
|
134
134
|
readonly Analytics: {
|
|
135
|
-
readonly MyHub: "info";
|
|
136
|
-
readonly Saved: "saved";
|
|
137
|
-
readonly Data: "data";
|
|
138
|
-
readonly Favorites: "saved/favorites";
|
|
135
|
+
readonly MyHub: "#/info";
|
|
136
|
+
readonly Saved: "#/saved";
|
|
137
|
+
readonly Data: "#/data";
|
|
138
|
+
readonly Favorites: "#/saved/favorites";
|
|
139
139
|
};
|
|
140
140
|
};
|