@prefactor/openclaw 0.0.0 → 0.0.2
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.cjs +4 -2
- package/dist/index.js +4 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -4960,7 +4960,8 @@ var package_default = {
|
|
|
4960
4960
|
"dist/index.js",
|
|
4961
4961
|
"dist/index.cjs",
|
|
4962
4962
|
"openclaw.plugin.json",
|
|
4963
|
-
"README.md"
|
|
4963
|
+
"README.md",
|
|
4964
|
+
"LICENSE"
|
|
4964
4965
|
],
|
|
4965
4966
|
license: "MIT",
|
|
4966
4967
|
repository: {
|
|
@@ -4975,6 +4976,7 @@ var package_default = {
|
|
|
4975
4976
|
"monitoring"
|
|
4976
4977
|
],
|
|
4977
4978
|
dependencies: {
|
|
4979
|
+
"@prefactor/core": "workspace:*",
|
|
4978
4980
|
zod: "^3.23.0"
|
|
4979
4981
|
},
|
|
4980
4982
|
devDependencies: {
|
|
@@ -5239,4 +5241,4 @@ Timestamp: ${new Date(startTime).toISOString()}`
|
|
|
5239
5241
|
});
|
|
5240
5242
|
}
|
|
5241
5243
|
|
|
5242
|
-
//# debugId=
|
|
5244
|
+
//# debugId=551421CE81AEE32364756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -4940,7 +4940,8 @@ var package_default = {
|
|
|
4940
4940
|
"dist/index.js",
|
|
4941
4941
|
"dist/index.cjs",
|
|
4942
4942
|
"openclaw.plugin.json",
|
|
4943
|
-
"README.md"
|
|
4943
|
+
"README.md",
|
|
4944
|
+
"LICENSE"
|
|
4944
4945
|
],
|
|
4945
4946
|
license: "MIT",
|
|
4946
4947
|
repository: {
|
|
@@ -4955,6 +4956,7 @@ var package_default = {
|
|
|
4955
4956
|
"monitoring"
|
|
4956
4957
|
],
|
|
4957
4958
|
dependencies: {
|
|
4959
|
+
"@prefactor/core": "workspace:*",
|
|
4958
4960
|
zod: "^3.23.0"
|
|
4959
4961
|
},
|
|
4960
4962
|
devDependencies: {
|
|
@@ -5222,4 +5224,4 @@ export {
|
|
|
5222
5224
|
register as default
|
|
5223
5225
|
};
|
|
5224
5226
|
|
|
5225
|
-
//# debugId=
|
|
5227
|
+
//# debugId=9C9D479DC63775E764756E2164756E21
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prefactor/openclaw",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "OpenClaw lifecycle event monitoring and instrumentation for Prefactor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"monitoring"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
+
"@prefactor/core": "0.2.5",
|
|
34
35
|
"zod": "^3.23.0"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|