@hashgraphonline/standards-sdk 0.1.139 → 0.1.140-feat-optional-hcs20-indexing.canary.6b328e8.38

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 (68) hide show
  1. package/dist/cjs/hcs-20/points-indexer.d.ts +4 -0
  2. package/dist/cjs/hcs-20/points-indexer.d.ts.map +1 -1
  3. package/dist/cjs/services/registry-broker/client.d.ts +4 -1
  4. package/dist/cjs/services/registry-broker/client.d.ts.map +1 -1
  5. package/dist/cjs/services/registry-broker/schemas.d.ts +1107 -222
  6. package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
  7. package/dist/cjs/services/registry-broker/types.d.ts +2 -1
  8. package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
  9. package/dist/cjs/standards-sdk.cjs +1 -1
  10. package/dist/cjs/standards-sdk.cjs.map +1 -1
  11. package/dist/es/hcs-20/points-indexer.d.ts +4 -0
  12. package/dist/es/hcs-20/points-indexer.d.ts.map +1 -1
  13. package/dist/es/services/registry-broker/client.d.ts +4 -1
  14. package/dist/es/services/registry-broker/client.d.ts.map +1 -1
  15. package/dist/es/services/registry-broker/schemas.d.ts +1107 -222
  16. package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
  17. package/dist/es/services/registry-broker/types.d.ts +2 -1
  18. package/dist/es/services/registry-broker/types.d.ts.map +1 -1
  19. package/dist/es/standards-sdk.es109.js +1 -1
  20. package/dist/es/standards-sdk.es110.js +5 -5
  21. package/dist/es/standards-sdk.es120.js +1 -1
  22. package/dist/es/standards-sdk.es121.js +1 -1
  23. package/dist/es/standards-sdk.es122.js +5 -5
  24. package/dist/es/standards-sdk.es124.js +1 -1
  25. package/dist/es/standards-sdk.es125.js +1 -1
  26. package/dist/es/standards-sdk.es127.js +101 -13
  27. package/dist/es/standards-sdk.es127.js.map +1 -1
  28. package/dist/es/standards-sdk.es137.js +12254 -674
  29. package/dist/es/standards-sdk.es137.js.map +1 -1
  30. package/dist/es/standards-sdk.es138.js +712 -12254
  31. package/dist/es/standards-sdk.es138.js.map +1 -1
  32. package/dist/es/standards-sdk.es139.js +54 -15
  33. package/dist/es/standards-sdk.es139.js.map +1 -1
  34. package/dist/es/standards-sdk.es140.js +53 -161
  35. package/dist/es/standards-sdk.es140.js.map +1 -1
  36. package/dist/es/standards-sdk.es141.js +139 -289
  37. package/dist/es/standards-sdk.es141.js.map +1 -1
  38. package/dist/es/standards-sdk.es142.js +274 -298
  39. package/dist/es/standards-sdk.es142.js.map +1 -1
  40. package/dist/es/standards-sdk.es143.js +262 -369
  41. package/dist/es/standards-sdk.es143.js.map +1 -1
  42. package/dist/es/standards-sdk.es144.js +316 -194
  43. package/dist/es/standards-sdk.es144.js.map +1 -1
  44. package/dist/es/standards-sdk.es145.js +319 -64
  45. package/dist/es/standards-sdk.es145.js.map +1 -1
  46. package/dist/es/standards-sdk.es146.js +69 -49
  47. package/dist/es/standards-sdk.es146.js.map +1 -1
  48. package/dist/es/standards-sdk.es147.js +15 -62
  49. package/dist/es/standards-sdk.es147.js.map +1 -1
  50. package/dist/es/standards-sdk.es17.js +1 -1
  51. package/dist/es/standards-sdk.es19.js +2 -2
  52. package/dist/es/standards-sdk.es20.js +2 -2
  53. package/dist/es/standards-sdk.es28.js +2 -2
  54. package/dist/es/standards-sdk.es31.js +1 -1
  55. package/dist/es/standards-sdk.es32.js +1 -1
  56. package/dist/es/standards-sdk.es36.js +2 -2
  57. package/dist/es/standards-sdk.es37.js +1 -1
  58. package/dist/es/standards-sdk.es38.js +1 -1
  59. package/dist/es/standards-sdk.es57.js +1 -1
  60. package/dist/es/standards-sdk.es59.js +1 -1
  61. package/dist/es/standards-sdk.es60.js +1 -1
  62. package/dist/es/standards-sdk.es61.js +1 -1
  63. package/dist/es/standards-sdk.es63.js +1 -1
  64. package/dist/es/standards-sdk.es65.js +1 -1
  65. package/dist/es/standards-sdk.es66.js +1 -1
  66. package/dist/es/standards-sdk.es78.js +13 -7
  67. package/dist/es/standards-sdk.es78.js.map +1 -1
  68. package/package.json +63 -60
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraphonline/standards-sdk",
3
- "version": "0.1.139",
3
+ "version": "0.1.140-feat-optional-hcs20-indexing.canary.6b328e8.38",
4
4
  "description": "The Hashgraph Online Standards SDK provides a complete implementation of the Hashgraph Consensus Standards (HCS), giving developers all the tools needed to build applications on Hedera.",
5
5
  "type": "module",
6
6
  "files": [
@@ -45,6 +45,66 @@
45
45
  "default": "./dist/es/standards-sdk.es.js"
46
46
  }
47
47
  },
48
+ "scripts": {
49
+ "clean": "rimraf dist",
50
+ "build:es": "BUILD_FORMAT=es vite build",
51
+ "build:umd": "BUILD_FORMAT=umd vite build",
52
+ "build:cjs": "BUILD_FORMAT=cjs vite build",
53
+ "build": "npm run clean && npm run build:es && npm run build:cjs",
54
+ "cli": "([ -d cli/standards-cli/node_modules ] || pnpm --dir cli/standards-cli install) && pnpm --dir cli/standards-cli start",
55
+ "cli:build": "([ -d cli/standards-cli/node_modules ] || pnpm --dir cli/standards-cli install) && pnpm --dir cli/standards-cli build",
56
+ "cli:install": "pnpm --dir cli/standards-cli install",
57
+ "prepublishOnly": "npm run build",
58
+ "release": "npm publish --access public",
59
+ "release:canary": "npm run prepublishOnly && npm publish --tag canary --access public",
60
+ "version:canary": "npm version prerelease --preid canary --no-git-tag-version",
61
+ "publish:canary": "npm run version:canary && npm run release:canary",
62
+ "demo:inscribe": "tsx demo/inscribe-demo.ts",
63
+ "demo:hcs-10": "tsx demo/hcs-10/index.ts",
64
+ "demo:fee": "tsx demo/hcs-10/fee-demo.ts",
65
+ "demo:transact": "tsx demo/hcs-10/transact-demo.ts",
66
+ "demo:transact-agent": "tsx demo/hcs-10/transact-agent.ts",
67
+ "demo:polling-agent": "tsx demo/hcs-10/polling-agent.ts",
68
+ "demo:connection-manager": "tsx demo/hcs-10/connection-manager.ts",
69
+ "demo:hrl-content": "tsx demo/hrl-content-demo.ts",
70
+ "demo:hcs-14:issue-resolve": "tsx demo/hcs-14/issue-and-resolve-did.ts",
71
+ "demo:hcs12": "tsx demo/hcs-12/hcs12-demo.ts",
72
+ "demo:mcp-chat": "tsx demo/hcs-10/create-mcp.ts",
73
+ "demo:hcs-2:create": "tsx demo/hcs-2/create-registry.ts",
74
+ "demo:hcs-6": "tsx demo/hcs-6/dynamic-hashinal-demo.ts",
75
+ "demo:hcs-6:create-registry": "tsx demo/hcs-6/create-registry.ts",
76
+ "demo:hcs-6:query-registry": "tsx demo/hcs-6/query-registry.ts",
77
+ "demo:hcs-6:mint": "tsx demo/hcs-6/mint-hashinal.ts",
78
+ "demo:hcs-17": "tsx demo/hcs-17/state-hash-demo.ts",
79
+ "demo:hcs-7:create": "tsx demo/hcs-7/create-hcs-7-topic.ts",
80
+ "demo:hcs-15": "tsx demo/hcs-15/petal-accounts-demo.ts",
81
+ "demo:hcs-10:create-registry": "tsx demo/hcs-10/create-registry.ts",
82
+ "demo:hcs-16:create-flora": "tsx demo/hcs-16/create-flora-demo.ts",
83
+ "demo:hcs-11:profile": "tsx demo/hcs-11/inscribe-profile-with-uaid.ts",
84
+ "demo:hcs-11:resolve-uaid": "tsx demo/hcs-11/resolve-profile-uaid.ts",
85
+ "demo:hcs-20:deploy-and-mint": "tsx demo/hcs-20/deploy-and-mint.ts",
86
+ "demo:hcs-20:deploy-points": "tsx demo/hcs-20/deploy-points.ts",
87
+ "demo:hcs-20:mint-transfer-burn": "tsx demo/hcs-20/mint-transfer-burn.ts",
88
+ "demo:hcs-21": "tsx demo/hcs-21/package-declaration-demo.ts",
89
+ "demo:hcs-6:browser": "pnpm run build && pnpm --dir demo/hcs-6/browser i && pnpm --dir demo/hcs-6/browser dev",
90
+ "demo:hcs-5": "tsx demo/hcs-5/mint-hashinal.ts",
91
+ "demo:registry-broker": "tsx demo/registry-broker/registry-broker-demo.ts",
92
+ "demo:registry-broker-history": "tsx demo/registry-broker/registry-broker-history-demo.ts",
93
+ "demo:registry-broker-erc8004": "tsx demo/registry-broker/registry-broker-erc8004-demo.ts",
94
+ "demo:registry-broker-agentverse": "tsx demo/registry-broker/registry-broker-agentverse-demo.ts",
95
+ "demo:registry-broker-ping": "tsx demo/registry-broker/ping-agent-demo.ts",
96
+ "demo:registry-broker-x402": "tsx demo/registry-broker/registry-broker-x402-demo.ts",
97
+ "demo:registry-broker-erc8004-x402": "tsx demo/registry-broker/registry-broker-erc8004-x402-demo.ts",
98
+ "demo:registry-broker-x402-topup": "tsx demo/registry-broker/registry-broker-x402-topup.ts",
99
+ "watch": "nodemon --watch src --ext ts,tsx --exec \"npm run build && yalc push\"",
100
+ "test": "jest",
101
+ "test:unit-list": "jest --listTests --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
102
+ "test:unit-fast": "jest --coverage --runInBand --detectOpenHandles --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
103
+ "lint": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\" \"demo/**/*.{ts,tsx,js,jsx,json}\" \"__tests__/**/*.{ts,tsx,js,jsx,json}\"",
104
+ "lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\" \"demo/**/*.{ts,tsx,js,jsx,json}\" \"__tests__/**/*.{ts,tsx,js,jsx,json}\"",
105
+ "format": "npm run lint:fix",
106
+ "format:check": "npm run lint"
107
+ },
48
108
  "devDependencies": {
49
109
  "@hashgraphonline/conversational-agent": "0.2.104",
50
110
  "@swc/jest": "^0.2.39",
@@ -105,62 +165,5 @@
105
165
  "@hashgraphonline/standards-sdk": "0.1.132",
106
166
  "@hashgraph/sdk": "^2.77.0"
107
167
  },
108
- "scripts": {
109
- "clean": "rimraf dist",
110
- "build:es": "BUILD_FORMAT=es vite build",
111
- "build:umd": "BUILD_FORMAT=umd vite build",
112
- "build:cjs": "BUILD_FORMAT=cjs vite build",
113
- "build": "npm run clean && npm run build:es && npm run build:cjs",
114
- "cli": "([ -d cli/standards-cli/node_modules ] || pnpm --dir cli/standards-cli install) && pnpm --dir cli/standards-cli start",
115
- "cli:build": "([ -d cli/standards-cli/node_modules ] || pnpm --dir cli/standards-cli install) && pnpm --dir cli/standards-cli build",
116
- "cli:install": "pnpm --dir cli/standards-cli install",
117
- "release": "npm publish --access public",
118
- "release:canary": "npm run prepublishOnly && npm publish --tag canary --access public",
119
- "version:canary": "npm version prerelease --preid canary --no-git-tag-version",
120
- "publish:canary": "npm run version:canary && npm run release:canary",
121
- "demo:inscribe": "tsx demo/inscribe-demo.ts",
122
- "demo:hcs-10": "tsx demo/hcs-10/index.ts",
123
- "demo:fee": "tsx demo/hcs-10/fee-demo.ts",
124
- "demo:transact": "tsx demo/hcs-10/transact-demo.ts",
125
- "demo:transact-agent": "tsx demo/hcs-10/transact-agent.ts",
126
- "demo:polling-agent": "tsx demo/hcs-10/polling-agent.ts",
127
- "demo:connection-manager": "tsx demo/hcs-10/connection-manager.ts",
128
- "demo:hrl-content": "tsx demo/hrl-content-demo.ts",
129
- "demo:hcs-14:issue-resolve": "tsx demo/hcs-14/issue-and-resolve-did.ts",
130
- "demo:hcs12": "tsx demo/hcs-12/hcs12-demo.ts",
131
- "demo:mcp-chat": "tsx demo/hcs-10/create-mcp.ts",
132
- "demo:hcs-2:create": "tsx demo/hcs-2/create-registry.ts",
133
- "demo:hcs-6": "tsx demo/hcs-6/dynamic-hashinal-demo.ts",
134
- "demo:hcs-6:create-registry": "tsx demo/hcs-6/create-registry.ts",
135
- "demo:hcs-6:query-registry": "tsx demo/hcs-6/query-registry.ts",
136
- "demo:hcs-6:mint": "tsx demo/hcs-6/mint-hashinal.ts",
137
- "demo:hcs-17": "tsx demo/hcs-17/state-hash-demo.ts",
138
- "demo:hcs-7:create": "tsx demo/hcs-7/create-hcs-7-topic.ts",
139
- "demo:hcs-15": "tsx demo/hcs-15/petal-accounts-demo.ts",
140
- "demo:hcs-10:create-registry": "tsx demo/hcs-10/create-registry.ts",
141
- "demo:hcs-16:create-flora": "tsx demo/hcs-16/create-flora-demo.ts",
142
- "demo:hcs-11:profile": "tsx demo/hcs-11/inscribe-profile-with-uaid.ts",
143
- "demo:hcs-11:resolve-uaid": "tsx demo/hcs-11/resolve-profile-uaid.ts",
144
- "demo:hcs-20:deploy-and-mint": "tsx demo/hcs-20/deploy-and-mint.ts",
145
- "demo:hcs-20:deploy-points": "tsx demo/hcs-20/deploy-points.ts",
146
- "demo:hcs-20:mint-transfer-burn": "tsx demo/hcs-20/mint-transfer-burn.ts",
147
- "demo:hcs-21": "tsx demo/hcs-21/package-declaration-demo.ts",
148
- "demo:hcs-6:browser": "pnpm run build && pnpm --dir demo/hcs-6/browser i && pnpm --dir demo/hcs-6/browser dev",
149
- "demo:hcs-5": "tsx demo/hcs-5/mint-hashinal.ts",
150
- "demo:registry-broker": "tsx demo/registry-broker/registry-broker-demo.ts",
151
- "demo:registry-broker-history": "tsx demo/registry-broker/registry-broker-history-demo.ts",
152
- "demo:registry-broker-erc8004": "tsx demo/registry-broker/registry-broker-erc8004-demo.ts",
153
- "demo:registry-broker-agentverse": "tsx demo/registry-broker/registry-broker-agentverse-demo.ts",
154
- "demo:registry-broker-x402": "tsx demo/registry-broker/registry-broker-x402-demo.ts",
155
- "demo:registry-broker-erc8004-x402": "tsx demo/registry-broker/registry-broker-erc8004-x402-demo.ts",
156
- "demo:registry-broker-x402-topup": "tsx demo/registry-broker/registry-broker-x402-topup.ts",
157
- "watch": "nodemon --watch src --ext ts,tsx --exec \"npm run build && yalc push\"",
158
- "test": "jest",
159
- "test:unit-list": "jest --listTests --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
160
- "test:unit-fast": "jest --coverage --runInBand --detectOpenHandles --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
161
- "lint": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\" \"demo/**/*.{ts,tsx,js,jsx,json}\" \"__tests__/**/*.{ts,tsx,js,jsx,json}\"",
162
- "lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\" \"demo/**/*.{ts,tsx,js,jsx,json}\" \"__tests__/**/*.{ts,tsx,js,jsx,json}\"",
163
- "format": "npm run lint:fix",
164
- "format:check": "npm run lint"
165
- }
166
- }
168
+ "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
169
+ }