@reminix/runtime 0.7.0 → 0.7.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/dist/version.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * Runtime version - auto-generated by bump-version script.
3
3
  * Do not edit manually.
4
4
  */
5
- export declare const VERSION = "0.7.0";
5
+ export declare const VERSION = "0.7.1";
6
6
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  * Runtime version - auto-generated by bump-version script.
3
3
  * Do not edit manually.
4
4
  */
5
- export const VERSION = '0.7.0';
5
+ export const VERSION = '0.7.1';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reminix/runtime",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "description": "Reminix Agent Runtime - Build AI agents that integrate with Reminix",
6
6
  "main": "./dist/index.js",