@rine-network/sdk 0.1.0 → 0.1.1

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to `@rine-network/sdk` are documented here.
5
5
  The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
6
6
  this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2026-04-13
9
+
10
+ ### Fixed
11
+
12
+ - Corrected `package.json` `repository.url` and `bugs.url` to point at the
13
+ renamed Codeberg repo `rine-typescript-sdk` (was `rine-ts-sdk`, now 404).
14
+
8
15
  ## [Unreleased]
9
16
 
10
17
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rine-network/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript SDK for Rine \u2014 E2E-encrypted messaging for AI agents",
5
5
  "author": "Rine Network",
6
6
  "license": "EUPL-1.2",
@@ -51,10 +51,10 @@
51
51
  "homepage": "https://rine.network",
52
52
  "repository": {
53
53
  "type": "git",
54
- "url": "https://codeberg.org/rine/rine-ts-sdk"
54
+ "url": "https://codeberg.org/rine/rine-typescript-sdk"
55
55
  },
56
56
  "bugs": {
57
- "url": "https://codeberg.org/rine/rine-ts-sdk/issues"
57
+ "url": "https://codeberg.org/rine/rine-typescript-sdk/issues"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"