@spektre/veil 0.1.11 → 1.0.0
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1041,7 +1041,7 @@ const useProtectedFetch = () => {
|
|
|
1041
1041
|
};
|
|
1042
1042
|
|
|
1043
1043
|
// Manually set version - update this with each release
|
|
1044
|
-
const packageVersion = '0.
|
|
1044
|
+
const packageVersion = '1.0.0';
|
|
1045
1045
|
// Check if we're in an iframe (development environment) and initialize dev UI
|
|
1046
1046
|
if (typeof window !== 'undefined' && window.self !== window.top) {
|
|
1047
1047
|
initializeDevUI(packageVersion);
|
package/dist/index.js
CHANGED
|
@@ -1043,7 +1043,7 @@ const useProtectedFetch = () => {
|
|
|
1043
1043
|
};
|
|
1044
1044
|
|
|
1045
1045
|
// Manually set version - update this with each release
|
|
1046
|
-
const packageVersion = '0.
|
|
1046
|
+
const packageVersion = '1.0.0';
|
|
1047
1047
|
// Check if we're in an iframe (development environment) and initialize dev UI
|
|
1048
1048
|
if (typeof window !== 'undefined' && window.self !== window.top) {
|
|
1049
1049
|
initializeDevUI(packageVersion);
|