@rkat/sdk 0.5.0 → 0.5.2

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/dist/types.js CHANGED
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * Public domain types for the Meerkat TypeScript SDK.
3
3
  *
4
- * These replace the `Wire*` prefixed generated types. All fields use
5
- * idiomatic camelCase.
4
+ * These replace the `Wire*` prefixed generated types.
6
5
  */
7
6
  export {};
8
7
  //# sourceMappingURL=types.js.map
package/dist/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkat/sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "TypeScript SDK for Meerkat agent runtime",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",