@ripple-ts/adapter 0.3.42 → 0.3.43

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @ripple-ts/adapter
2
2
 
3
+ ## 0.3.43
4
+
3
5
  ## 0.3.42
4
6
 
5
7
  ## 0.3.41
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared adapter primitives for Ripple metaframework adapters",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.3.42",
6
+ "version": "0.3.43",
7
7
  "type": "module",
8
8
  "module": "src/index.js",
9
9
  "main": "src/index.js",
package/types/rpc.d.ts CHANGED
@@ -19,7 +19,7 @@ export type RuntimePrimitives = {
19
19
  /**
20
20
  * Hash a string for RPC function identification.
21
21
  *
22
- * Must produce the same output as the compiler's ServerBlock transform:
22
+ * Must produce the same output as the compiler's module server transform:
23
23
  * SHA-256 hex digest truncated to 8 characters.
24
24
  *
25
25
  * @param str - The string to hash (typically "filePath#funcName")