@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.
Files changed (2) hide show
  1. package/dist/cli.js +5 -0
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodyssey/cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Scaffold new projects from airconcepts templates",
5
5
  "bin": {
6
6
  "@rodyssey/cli": "dist/cli.js"