@singi-labs/sifa-sdk 0.9.4 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singi-labs/sifa-sdk",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Sifa SDK — public client library for the Sifa AppView on AT Protocol. Shared by sifa-web and sifa-app.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -101,7 +101,8 @@
101
101
  "prepare": "husky",
102
102
  "changeset": "changeset",
103
103
  "version-packages": "changeset version",
104
- "release": "pnpm run build && changeset publish"
104
+ "release": "pnpm run build && changeset publish",
105
+ "sync:activity-tiers": "node scripts/sync-activity-tiers.mjs"
105
106
  },
106
107
  "engines": {
107
108
  "node": ">=22"