@rodyssey/cli 0.0.8 → 0.0.9
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/cli.js +5 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2154,6 +2154,11 @@ var FILES = [
|
|
|
2154
2154
|
path: "public/game-sdk.js",
|
|
2155
2155
|
description: "GameSDK JavaScript library"
|
|
2156
2156
|
},
|
|
2157
|
+
{
|
|
2158
|
+
url: `${BASE_URL}/game-sdk-reactions.js`,
|
|
2159
|
+
path: "public/game-sdk-reactions.js",
|
|
2160
|
+
description: "GameSDK Reactions JavaScript library"
|
|
2161
|
+
},
|
|
2157
2162
|
{
|
|
2158
2163
|
url: `${BASE_URL}/game-sdk.d.ts`,
|
|
2159
2164
|
path: "src/types/game-sdk.d.ts",
|