@fw_dxs/openclaw-puter-ai 2.1.2 → 2.1.3

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/LICENSE +7 -0
  2. package/package.json +1 -1
package/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 fw_dxs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fw_dxs/openclaw-puter-ai",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Advanced AI plugin for OpenClaw using Puter",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",