@simeonradivoev/gameflow-store 0.1.4 → 0.1.6

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.
@@ -5,18 +5,18 @@
5
5
  "logo": "https://raw.githubusercontent.com/Ryubing/Assets/refs/heads/main/RyujinxApp_1024.png",
6
6
  "license": {
7
7
  "identifier": "MIT",
8
- "url": "https://git.ryujinx.app/ryubing/ryujinx/-/blob/master/LICENSE.txt"
8
+ "url": "https://git.ryujinx.app/projects/Ryubing/raw/branch/master/LICENSE.txt"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://git.ryujinx.app/ryubing/ryujinx.git"
12
+ "url": "https://git.ryujinx.app/projects/Ryubing.git"
13
13
  },
14
14
  "downloads": {
15
15
  "win32:x64": [
16
16
  {
17
- "type": "gitlab",
18
- "path": "ryubing/ryujinx",
19
- "pattern": "ryujinx-*-win_x64.zip"
17
+ "type": "direct",
18
+ "url": "https://git.ryujinx.app/projects/Ryubing/releases/download/1.3.3/ryujinx-1.3.3-win_x64.zip",
19
+ "bin": "Ryujinx.exe"
20
20
  },
21
21
  {
22
22
  "type": "scoop",
@@ -25,16 +25,16 @@
25
25
  ],
26
26
  "linux:x64": [
27
27
  {
28
- "type": "gitlab",
29
- "path": "ryubing/ryujinx",
30
- "pattern": "ryujinx-*-x64.AppImage"
28
+ "type": "direct",
29
+ "url": "https://git.ryujinx.app/projects/Ryubing/releases/download/1.3.3/ryujinx-1.3.3-x64.AppImage",
30
+ "bin": "ryujinx-*.AppImage"
31
31
  }
32
32
  ],
33
33
  "linux:arm64": [
34
34
  {
35
- "type": "gitlab",
36
- "path": "ryubing/ryujinx",
37
- "pattern": "ryujinx-*-arm64.AppImage"
35
+ "type": "direct",
36
+ "url": "https://git.ryujinx.app/projects/Ryubing/releases/download/1.3.3/ryujinx-1.3.3-arm64.AppImage",
37
+ "bin": "ryujinx-*.AppImage"
38
38
  }
39
39
  ]
40
40
  },
package/index.js CHANGED
@@ -0,0 +1,7 @@
1
+ export default class ShopIntegration
2
+ {
3
+ async load (ctx)
4
+ {
5
+ console.log("Shop Loaded");
6
+ }
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simeonradivoev/gameflow-store",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "author": {
5
5
  "name": "Simeon Radivoev",
6
6
  "email": "work@simeonradivoev.com",
@@ -14,7 +14,7 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/simeonradivoev/gameflow-store/issues"
16
16
  },
17
- "description": "Gameflow Store",
17
+ "description": "Gameflow Store Repository. Manifests and buckets only.",
18
18
  "files": [
19
19
  "buckets/**/*",
20
20
  "manifests/*",
@@ -24,7 +24,8 @@
24
24
  "homepage": "https://github.com/simeonradivoev/gameflow-store#readme",
25
25
  "keywords": [
26
26
  "store",
27
- "gameflow"
27
+ "gameflow",
28
+ "internal"
28
29
  ],
29
30
  "license": "AGPL-3.0",
30
31
  "publishConfig": {