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

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 (55) hide show
  1. package/dist/cjs/hcs-20/points-indexer.d.ts +0 -4
  2. package/dist/cjs/hcs-20/points-indexer.d.ts.map +1 -1
  3. package/dist/cjs/standards-sdk.cjs +1 -1
  4. package/dist/cjs/standards-sdk.cjs.map +1 -1
  5. package/dist/es/hcs-20/points-indexer.d.ts +0 -4
  6. package/dist/es/hcs-20/points-indexer.d.ts.map +1 -1
  7. package/dist/es/standards-sdk.es109.js +1 -1
  8. package/dist/es/standards-sdk.es110.js +5 -5
  9. package/dist/es/standards-sdk.es120.js +1 -1
  10. package/dist/es/standards-sdk.es121.js +1 -1
  11. package/dist/es/standards-sdk.es122.js +5 -5
  12. package/dist/es/standards-sdk.es124.js +1 -1
  13. package/dist/es/standards-sdk.es125.js +1 -1
  14. package/dist/es/standards-sdk.es127.js +1 -1
  15. package/dist/es/standards-sdk.es137.js +712 -12254
  16. package/dist/es/standards-sdk.es137.js.map +1 -1
  17. package/dist/es/standards-sdk.es138.js +12254 -712
  18. package/dist/es/standards-sdk.es138.js.map +1 -1
  19. package/dist/es/standards-sdk.es139.js +15 -54
  20. package/dist/es/standards-sdk.es139.js.map +1 -1
  21. package/dist/es/standards-sdk.es140.js +161 -53
  22. package/dist/es/standards-sdk.es140.js.map +1 -1
  23. package/dist/es/standards-sdk.es141.js +289 -139
  24. package/dist/es/standards-sdk.es141.js.map +1 -1
  25. package/dist/es/standards-sdk.es142.js +298 -274
  26. package/dist/es/standards-sdk.es142.js.map +1 -1
  27. package/dist/es/standards-sdk.es143.js +369 -262
  28. package/dist/es/standards-sdk.es143.js.map +1 -1
  29. package/dist/es/standards-sdk.es144.js +194 -316
  30. package/dist/es/standards-sdk.es144.js.map +1 -1
  31. package/dist/es/standards-sdk.es145.js +64 -319
  32. package/dist/es/standards-sdk.es145.js.map +1 -1
  33. package/dist/es/standards-sdk.es146.js +49 -69
  34. package/dist/es/standards-sdk.es146.js.map +1 -1
  35. package/dist/es/standards-sdk.es147.js +62 -15
  36. package/dist/es/standards-sdk.es147.js.map +1 -1
  37. package/dist/es/standards-sdk.es17.js +1 -1
  38. package/dist/es/standards-sdk.es19.js +2 -2
  39. package/dist/es/standards-sdk.es20.js +2 -2
  40. package/dist/es/standards-sdk.es28.js +2 -2
  41. package/dist/es/standards-sdk.es31.js +1 -1
  42. package/dist/es/standards-sdk.es32.js +1 -1
  43. package/dist/es/standards-sdk.es36.js +2 -2
  44. package/dist/es/standards-sdk.es37.js +1 -1
  45. package/dist/es/standards-sdk.es38.js +1 -1
  46. package/dist/es/standards-sdk.es57.js +1 -1
  47. package/dist/es/standards-sdk.es59.js +1 -1
  48. package/dist/es/standards-sdk.es60.js +1 -1
  49. package/dist/es/standards-sdk.es61.js +1 -1
  50. package/dist/es/standards-sdk.es63.js +1 -1
  51. package/dist/es/standards-sdk.es65.js +1 -1
  52. package/dist/es/standards-sdk.es66.js +1 -1
  53. package/dist/es/standards-sdk.es78.js +7 -13
  54. package/dist/es/standards-sdk.es78.js.map +1 -1
  55. package/package.json +61 -63
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraphonline/standards-sdk",
3
- "version": "0.1.140-feat-optional-hcs20-indexing.canary.6b328e8.38",
3
+ "version": "0.1.140",
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,66 +45,6 @@
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
- },
108
48
  "devDependencies": {
109
49
  "@hashgraphonline/conversational-agent": "0.2.104",
110
50
  "@swc/jest": "^0.2.39",
@@ -165,5 +105,63 @@
165
105
  "@hashgraphonline/standards-sdk": "0.1.132",
166
106
  "@hashgraph/sdk": "^2.77.0"
167
107
  },
168
- "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
169
- }
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-ping": "tsx demo/registry-broker/ping-agent-demo.ts",
155
+ "demo:registry-broker-x402": "tsx demo/registry-broker/registry-broker-x402-demo.ts",
156
+ "demo:registry-broker-erc8004-x402": "tsx demo/registry-broker/registry-broker-erc8004-x402-demo.ts",
157
+ "demo:registry-broker-x402-topup": "tsx demo/registry-broker/registry-broker-x402-topup.ts",
158
+ "watch": "nodemon --watch src --ext ts,tsx --exec \"npm run build && yalc push\"",
159
+ "test": "jest",
160
+ "test:unit-list": "jest --listTests --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
161
+ "test:unit-fast": "jest --coverage --runInBand --detectOpenHandles --testPathPattern __tests__/utils/ --testPathPattern __tests__/services/ --testPathPattern __tests__/content-store/ --testPathPattern __tests__/fees/ --testPathPattern __tests__/common/tx/",
162
+ "lint": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\" \"demo/**/*.{ts,tsx,js,jsx,json}\" \"__tests__/**/*.{ts,tsx,js,jsx,json}\"",
163
+ "lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\" \"demo/**/*.{ts,tsx,js,jsx,json}\" \"__tests__/**/*.{ts,tsx,js,jsx,json}\"",
164
+ "format": "npm run lint:fix",
165
+ "format:check": "npm run lint"
166
+ }
167
+ }