@morseai/sdk 0.1.0-beta.3 → 0.1.0-beta.4

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
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.0-beta.4] - 2025-01-XX
9
+
10
+ ### Changed
11
+ - Updated homepage URL to https://morseai.tech
12
+
8
13
  ## [0.1.0-beta.3] - 2025-01-XX
9
14
 
10
15
  ### Changed
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  TypeScript SDK for creating and accessing encrypted signals in the MORSE platform.
4
4
 
5
- **Version:** 0.1.0-beta.3 (Beta Release)
5
+ **Version:** 0.1.0-beta.4 (Beta Release)
6
6
 
7
7
  > ⚠️ **Beta Notice**: This is a beta release. The API is stable but may have minor changes before the 1.0.0 release. Please report any issues you encounter.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morseai/sdk",
3
- "version": "0.1.0-beta.3",
3
+ "version": "0.1.0-beta.4",
4
4
  "description": "MORSE SDK - TypeScript SDK for creating and accessing encrypted signals",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -45,7 +45,7 @@
45
45
  "type": "git",
46
46
  "url": "https://github.com/morseaitech/sdk.git"
47
47
  },
48
- "homepage": "https://morse.app",
48
+ "homepage": "https://morseai.tech",
49
49
  "bugs": {
50
50
  "url": "https://github.com/morseaitech/sdk/issues"
51
51
  },