@openfeed/sdk-js 1.0.4 → 1.0.5
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 +2 -0
- package/dist/generated/version.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.5](https://github.com/openfeed-org/sdk-js/compare/v1.0.4...v1.0.5) (2023-12-20)
|
|
6
|
+
|
|
5
7
|
### [1.0.4](https://github.com/openfeed-org/sdk-js/compare/v1.0.3...v1.0.4) (2023-12-20)
|
|
6
8
|
|
|
7
9
|
### [1.0.3](https://github.com/openfeed-org/sdk-js/compare/v1.0.2...v1.0.3) (2023-12-20)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "1.0.
|
|
1
|
+
export declare const version = "1.0.5";
|
package/dist/index.js
CHANGED
|
@@ -8029,7 +8029,7 @@ class ResolutionSource {
|
|
|
8029
8029
|
return this.onError;
|
|
8030
8030
|
}
|
|
8031
8031
|
}
|
|
8032
|
-
const version = "1.0.
|
|
8032
|
+
const version = "1.0.5";
|
|
8033
8033
|
const send = (socket, message) => {
|
|
8034
8034
|
socket.send(OpenfeedGatewayRequestEncode.encode(toT(message)).finish());
|
|
8035
8035
|
};
|
package/dist/node.js
CHANGED
|
@@ -11653,7 +11653,7 @@ var ResolutionSource = class {
|
|
|
11653
11653
|
};
|
|
11654
11654
|
|
|
11655
11655
|
// generated/version.ts
|
|
11656
|
-
var version = "1.0.
|
|
11656
|
+
var version = "1.0.5";
|
|
11657
11657
|
|
|
11658
11658
|
// src/connection/connection.ts
|
|
11659
11659
|
var send = (socket, message) => {
|