safepropel 1.0.3 → 1.0.4

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,9 +34,10 @@ After installation, set your license key as an environment variable:
34
34
  # Temporary (current session only)
35
35
  $env:SAFEPROPEL_LICENSE_KEY="your-license-key-here"
36
36
 
37
- # Permanent (recommended)
37
+ # Permanent (recommended - restart PowerShell after running this)
38
38
  [System.Environment]::SetEnvironmentVariable('SAFEPROPEL_LICENSE_KEY', 'your-license-key-here', 'User')
39
39
  ```
40
+ **Note:** After setting permanent variable, restart PowerShell for it to take effect.
40
41
 
41
42
  ### Windows CMD
42
43
  ```cmd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safepropel",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "SafePropel Framework - Unified Protection System for AI Workflow Execution with 4-layer security (Compilation, Encryption, Runtime Engine, Firewall)",
5
5
  "main": "engine/workflow-executor.js",
6
6
  "bin": "./safepropel.js",