@series-inc/rundot-game-sdk 5.1.3 → 5.2.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.
@@ -1,3 +1,3 @@
1
- export { WEBVIEW_LIBRARY_SHIM_SOURCE, getWebviewLibraryShimSource } from '../chunk-74OSND3B.js';
1
+ export { WEBVIEW_LIBRARY_SHIM_SOURCE, getWebviewLibraryShimSource } from '../chunk-7J5IQAUF.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "@series-inc/rundot-game-sdk",
3
- "version": "5.1.3",
4
- "description": "RUN.game SDK",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "default": "./dist/index.js"
14
- },
15
- "./api": {
16
- "types": "./dist/rundot-game-api/index.d.ts",
17
- "import": "./dist/rundot-game-api/index.js",
18
- "default": "./dist/rundot-game-api/index.js"
19
- },
20
- "./vite": {
21
- "types": "./dist/vite/index.d.ts",
22
- "import": "./dist/vite/index.js",
23
- "default": "./dist/vite/index.js"
24
- },
25
- "./webview": {
26
- "types": "./dist/webview/index.d.ts",
27
- "import": "./dist/webview/index.js",
28
- "default": "./dist/webview/index.js"
29
- },
30
- "./shared-assets": {
31
- "types": "./dist/index.d.ts",
32
- "import": "./dist/index.js",
33
- "default": "./dist/index.js"
34
- }
35
- },
36
- "files": [
37
- "dist",
38
- "scripts/postinstall.mjs"
39
- ],
40
- "scripts": {
41
- "postinstall": "node scripts/postinstall.mjs",
42
- "typecheck": "tsc --noEmit --watch --preserveWatchOutput",
43
- "build": "npm run build:sdk && npm run build:vite",
44
- "build:sdk": "tsup --config tsup.config.ts",
45
- "build:vite": "tsup --config tsup.vite.config.ts",
46
- "generate:embedded-three-exports": "node scripts/generate-embedded-three-exports.mjs",
47
- "pack": "npm pack",
48
- "release": "npm run build && commit-and-tag-version --skip.bump",
49
- "test": "jest",
50
- "dev": "tsup --watch",
51
- "generate:embedded-react-exports": "node scripts/generate-embedded-react-exports.mjs",
52
- "generate:embedded-inkjs-exports": "node scripts/generate-embedded-inkjs-exports.mjs",
53
- "generate:embedded-zustand-exports": "node scripts/generate-embedded-zustand-exports.mjs"
54
- },
55
- "license": "MIT",
56
- "keywords": [
57
- "RUN.game",
58
- "sdk",
59
- "api",
60
- "h5",
61
- "games"
62
- ],
63
- "dependencies": {
64
- "adm-zip": "^0.5.16"
65
- },
66
- "devDependencies": {
67
- "@types/jest": "^29.5.12",
68
- "@types/node": "^22.0.0",
69
- "commit-and-tag-version": "^12.6.0",
70
- "concurrently": "^9.2.1",
71
- "jest": "^29.7.0",
72
- "jest-environment-jsdom": "^30.2.0",
73
- "ts-jest": "^29.1.2",
74
- "ts-node": "^10.9.2",
75
- "tsup": "^8.5.0",
76
- "typescript": "^5.9.2",
77
- "vite": "^6.0.0"
78
- }
79
- }
1
+ {
2
+ "name": "@series-inc/rundot-game-sdk",
3
+ "version": "5.2.0",
4
+ "description": "RUN.game SDK",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "./api": {
16
+ "types": "./dist/rundot-game-api/index.d.ts",
17
+ "import": "./dist/rundot-game-api/index.js",
18
+ "default": "./dist/rundot-game-api/index.js"
19
+ },
20
+ "./vite": {
21
+ "types": "./dist/vite/index.d.ts",
22
+ "import": "./dist/vite/index.js",
23
+ "default": "./dist/vite/index.js"
24
+ },
25
+ "./webview": {
26
+ "types": "./dist/webview/index.d.ts",
27
+ "import": "./dist/webview/index.js",
28
+ "default": "./dist/webview/index.js"
29
+ },
30
+ "./shared-assets": {
31
+ "types": "./dist/index.d.ts",
32
+ "import": "./dist/index.js",
33
+ "default": "./dist/index.js"
34
+ }
35
+ },
36
+ "files": [
37
+ "dist",
38
+ "scripts/postinstall.mjs"
39
+ ],
40
+ "scripts": {
41
+ "postinstall": "node scripts/postinstall.mjs",
42
+ "typecheck": "tsc --noEmit --watch --preserveWatchOutput",
43
+ "build": "npm run build:sdk && npm run build:vite",
44
+ "build:sdk": "tsup --config tsup.config.ts",
45
+ "build:vite": "tsup --config tsup.vite.config.ts",
46
+ "generate:embedded-three-exports": "node scripts/generate-embedded-three-exports.mjs",
47
+ "pack": "npm pack",
48
+ "release": "npm run build && commit-and-tag-version --skip.bump",
49
+ "test": "jest",
50
+ "dev": "tsup --watch",
51
+ "generate:embedded-react-exports": "node scripts/generate-embedded-react-exports.mjs",
52
+ "generate:embedded-inkjs-exports": "node scripts/generate-embedded-inkjs-exports.mjs",
53
+ "generate:embedded-zustand-exports": "node scripts/generate-embedded-zustand-exports.mjs"
54
+ },
55
+ "license": "MIT",
56
+ "keywords": [
57
+ "RUN.game",
58
+ "sdk",
59
+ "api",
60
+ "h5",
61
+ "games"
62
+ ],
63
+ "dependencies": {
64
+ "adm-zip": "^0.5.16"
65
+ },
66
+ "devDependencies": {
67
+ "@types/jest": "^29.5.12",
68
+ "@types/node": "^22.0.0",
69
+ "commit-and-tag-version": "^12.6.0",
70
+ "concurrently": "^9.2.1",
71
+ "jest": "^29.7.0",
72
+ "jest-environment-jsdom": "^30.2.0",
73
+ "ts-jest": "^29.1.2",
74
+ "ts-node": "^10.9.2",
75
+ "tsup": "^8.5.0",
76
+ "typescript": "^5.9.2",
77
+ "vite": "^6.0.0"
78
+ }
79
+ }