@series-inc/rundot-game-sdk 5.9.9 → 5.10.0
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/{chunk-UN3XSWTD.js → chunk-VVVFQ2G3.js} +3 -3
- package/dist/{chunk-UN3XSWTD.js.map → chunk-VVVFQ2G3.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/rundot-game-api/index.js +1 -1
- package/dist/sandbox/index.js +5 -1
- package/dist/sandbox/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -532,7 +532,7 @@ function initializeSimulation(rundotGameApi, host) {
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
// src/version.ts
|
|
535
|
-
var SDK_VERSION = "5.
|
|
535
|
+
var SDK_VERSION = "5.10.0";
|
|
536
536
|
|
|
537
537
|
// src/leaderboard/utils.ts
|
|
538
538
|
var HASH_ALGORITHM_WEB_CRYPTO = "SHA-256";
|
|
@@ -2103,5 +2103,5 @@ function initializeSocial(rundotGameApi, host) {
|
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
2105
|
export { HASH_ALGORITHM_NODE, HASH_ALGORITHM_WEB_CRYPTO, MockImageGenApi, MockLeaderboardApi, MockSocialApi, RemoteHost, RpcClient, RpcImageGenApi, RpcLeaderboardApi, RpcSimulationApi, RpcSocialApi, SDK_VERSION, computeScoreHash, createHost, initializeImageGen, initializeLeaderboard, initializeSimulation, initializeSocial, initializeUgc };
|
|
2106
|
-
//# sourceMappingURL=chunk-
|
|
2107
|
-
//# sourceMappingURL=chunk-
|
|
2106
|
+
//# sourceMappingURL=chunk-VVVFQ2G3.js.map
|
|
2107
|
+
//# sourceMappingURL=chunk-VVVFQ2G3.js.map
|