@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 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.1.11';
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.1.11';
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spektre/veil",
3
- "version": "0.1.11",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "description": "Security and monitoring wrapper for React apps built with AI tools",
6
6
  "main": "dist/index.js",