@elizaos/service-interfaces 1.7.1-alpha.3 → 1.7.1-alpha.5

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 +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Shaw Walters and elizaOS Contributors
3
+ Copyright (c) 2026 Shaw Walters and elizaOS Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/service-interfaces",
3
- "version": "1.7.1-alpha.3",
3
+ "version": "1.7.1-alpha.5",
4
4
  "description": "Service interface definitions for ElizaOS plugins",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -57,13 +57,13 @@
57
57
  "author": "ElizaOS",
58
58
  "license": "MIT",
59
59
  "devDependencies": {
60
- "@elizaos/config": "1.7.1-alpha.3",
60
+ "@elizaos/config": "1.7.1-alpha.5",
61
61
  "@types/bun": "^1.3.3",
62
62
  "prettier": "^3.7.4",
63
63
  "typescript": "^5.9.3"
64
64
  },
65
65
  "dependencies": {
66
- "@elizaos/core": "1.7.1-alpha.3"
66
+ "@elizaos/core": "1.7.1-alpha.5"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "typescript": "^5.0.0"
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "108b83e9ec584b0c0093b76b3d137a2086579aae"
74
+ "gitHead": "730e2815062351dd2e4bd56394ecbfd0a84a7c8f"
75
75
  }