@goplausible/openclaw-algorand-plugin 2.0.2 → 2.0.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.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-algorand-plugin",
3
3
  "name": "Algorand Integration",
4
4
  "description": "Algorand blockchain integration with MCP and skills — by GoPlausible",
5
- "version": "2.0.2",
5
+ "version": "2.0.3",
6
6
  "skills": [
7
7
  "skills/algorand-development",
8
8
  "skills/algorand-typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goplausible/openclaw-algorand-plugin",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,6 +23,12 @@
23
23
  "license": "MIT",
24
24
  "type": "module",
25
25
  "main": "index.ts",
26
+ "scripts": {
27
+ "tag": "git tag -a \"v$npm_package_version\" -m \"v$npm_package_version\" && git push origin \"v$npm_package_version\"",
28
+ "retag": "git tag -d \"v$npm_package_version\" 2>/dev/null; git push origin \":refs/tags/v$npm_package_version\" 2>/dev/null; git tag -a \"v$npm_package_version\" -m \"v$npm_package_version\" && git push origin \"v$npm_package_version\"",
29
+ "publish:npm": "npm publish --access public",
30
+ "publish:clawhub": "clawhub package publish . --family code-plugin --name @goplausible/openclaw-algorand-plugin --display-name 'Algorand Plugin' --version \"$npm_package_version\" --tags latest --source-repo GoPlausible/openclaw-algorand-plugin --source-commit \"$(git rev-parse \"v$npm_package_version\")\" --source-ref \"v$npm_package_version\""
31
+ },
26
32
  "files": [
27
33
  "index.ts",
28
34
  "setup.ts",
@@ -43,7 +49,7 @@
43
49
  },
44
50
  "dependencies": {
45
51
  "@clack/prompts": "^0.7.0",
46
- "@goplausible/algorand-mcp": "^4.2.2"
52
+ "@goplausible/algorand-mcp": "^4.2.3"
47
53
  },
48
54
  "peerDependencies": {
49
55
  "openclaw": ">=2026.3.14"