@leonxin/meetgames 0.1.6 → 0.1.7

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 +1 @@
1
- {"version":3,"file":"meetSdkDefaultConfig.d.ts","sourceRoot":"","sources":["../../src/config/meetSdkDefaultConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkC,KAAK,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAErG,+EAA+E;AAC/E,eAAO,MAAM,iCAAiC,yBAAyB,CAAC;AAMxE,wBAAgB,+BAA+B,IAAI,oBAAoB,CAOtE"}
1
+ {"version":3,"file":"meetSdkDefaultConfig.d.ts","sourceRoot":"","sources":["../../src/config/meetSdkDefaultConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkC,KAAK,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAErG,+EAA+E;AAC/E,eAAO,MAAM,iCAAiC,yBAAyB,CAAC;AAMxE,wBAAgB,+BAA+B,IAAI,oBAAoB,CAYtE"}
@@ -5,6 +5,9 @@ import { tryParseAsMeetSdkDefaultConfig } from "./meetSdkRemoteConfig.js";
5
5
  export const MEETSDK_ANDROID_DEFAULTS_FILENAME = "meetsdk-android.json";
6
6
  const defaultConfigPath = fileURLToPath(new URL(`../../${MEETSDK_ANDROID_DEFAULTS_FILENAME}`, import.meta.url));
7
7
  export function loadBuiltInMeetSdkDefaultConfig() {
8
+ if (!fs.existsSync(defaultConfigPath)) {
9
+ throw new Error(`built-in ${MEETSDK_ANDROID_DEFAULTS_FILENAME} not found at ${defaultConfigPath}; reinstall @leonxin/meetgames or run from a complete package install`);
10
+ }
8
11
  const raw = JSON.parse(fs.readFileSync(defaultConfigPath, "utf8"));
9
12
  const parsed = tryParseAsMeetSdkDefaultConfig(raw);
10
13
  if (!parsed) {
@@ -1 +1 @@
1
- {"version":3,"file":"meetSdkDefaultConfig.js","sourceRoot":"","sources":["../../src/config/meetSdkDefaultConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,8BAA8B,EAA6B,MAAM,0BAA0B,CAAC;AAErG,+EAA+E;AAC/E,MAAM,CAAC,MAAM,iCAAiC,GAAG,sBAAsB,CAAC;AAExE,MAAM,iBAAiB,GAAG,aAAa,CACrC,IAAI,GAAG,CAAC,SAAS,iCAAiC,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CACvE,CAAC;AAEF,MAAM,UAAU,+BAA+B;IAC7C,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAY,CAAC;IAC9E,MAAM,MAAM,GAAG,8BAA8B,CAAC,GAAG,CAAC,CAAC;IACnD,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,MAAM,IAAI,KAAK,CAAC,YAAY,iCAAiC,wCAAwC,CAAC,CAAC;IACzG,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC"}
1
+ {"version":3,"file":"meetSdkDefaultConfig.js","sourceRoot":"","sources":["../../src/config/meetSdkDefaultConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,8BAA8B,EAA6B,MAAM,0BAA0B,CAAC;AAErG,+EAA+E;AAC/E,MAAM,CAAC,MAAM,iCAAiC,GAAG,sBAAsB,CAAC;AAExE,MAAM,iBAAiB,GAAG,aAAa,CACrC,IAAI,GAAG,CAAC,SAAS,iCAAiC,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CACvE,CAAC;AAEF,MAAM,UAAU,+BAA+B;IAC7C,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACtC,MAAM,IAAI,KAAK,CACb,YAAY,iCAAiC,iBAAiB,iBAAiB,uEAAuE,CACvJ,CAAC;IACJ,CAAC;IACD,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAY,CAAC;IAC9E,MAAM,MAAM,GAAG,8BAA8B,CAAC,GAAG,CAAC,CAAC;IACnD,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,MAAM,IAAI,KAAK,CAAC,YAAY,iCAAiC,wCAAwC,CAAC,CAAC;IACzG,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC"}
@@ -0,0 +1,170 @@
1
+ {
2
+ "topsdk": {
3
+ "version": "1.6.1.4",
4
+ "groupId": "com.sino.topsdk",
5
+ "repositories": [
6
+ "https://storage-sdk-gameplus.meetsocial.com/repository/TopSdk/"
7
+ ]
8
+ },
9
+ "sdkModules": {
10
+ "login": {
11
+ "guest": {
12
+ "dependencies": [
13
+ {
14
+ "implementation": "$groupId:guest:$topsdk_version"
15
+ }
16
+ ]
17
+ },
18
+ "email": {
19
+ "dependencies": [
20
+ {
21
+ "implementation": "$groupId:email:$topsdk_version"
22
+ }
23
+ ]
24
+ },
25
+ "facebook": {
26
+ "dependencies": [
27
+ {
28
+ "implementation": "$groupId:facebook:$topsdk_version"
29
+ }
30
+ ]
31
+ },
32
+ "google": {
33
+ "dependencies": [
34
+ {
35
+ "implementation": "$groupId:google:$topsdk_version"
36
+ }
37
+ ]
38
+ },
39
+ "twitter": {
40
+ "dependencies": [
41
+ {
42
+ "implementation": "$groupId:twitter:$topsdk_version"
43
+ }
44
+ ]
45
+ },
46
+ "snapchat": {
47
+ "dependencies": [
48
+ {
49
+ "implementation": "$groupId:snapchat:$topsdk_version"
50
+ }
51
+ ]
52
+ },
53
+ "line": {
54
+ "dependencies": [
55
+ {
56
+ "implementation": "$groupId:line:$topsdk_version"
57
+ }
58
+ ]
59
+ },
60
+ "naver": {
61
+ "dependencies": [
62
+ {
63
+ "implementation": "$groupId:naver:$topsdk_version"
64
+ }
65
+ ]
66
+ },
67
+ "kakao": {
68
+ "repositories": [
69
+ "https://devrepo.kakao.com/nexus/content/groups/public/"
70
+ ],
71
+ "dependencies": [
72
+ {
73
+ "implementation": "$groupId:kakao:$topsdk_version"
74
+ }
75
+ ]
76
+ },
77
+ "tiktok": {
78
+ "repositories": [
79
+ "https://artifact.bytedance.com/repository/AwemeOpenSDK"
80
+ ],
81
+ "dependencies": [
82
+ {
83
+ "implementation": "$groupId:tiktok:$topsdk_version"
84
+ }
85
+ ]
86
+ },
87
+ "discord": {
88
+ "dependencies": [
89
+ {
90
+ "implementation": "$groupId:discord:$topsdk_version"
91
+ }
92
+ ]
93
+ }
94
+ },
95
+ "payment": {
96
+ "googleIap": {
97
+ "dependencies": [
98
+ {
99
+ "implementation": "$groupId:google-iap:$topsdk_version"
100
+ }
101
+ ]
102
+ },
103
+ "onestoreIap": {
104
+ "repositories": [
105
+ "https://repo.onestore.co.kr/repository/onestore-sdk-public/"
106
+ ],
107
+ "dependencies": [
108
+ {
109
+ "implementation": "$groupId:onestore-iap:$topsdk_version"
110
+ }
111
+ ]
112
+ },
113
+ "huaweiIap": {
114
+ "repositories": [
115
+ "https://developer.huawei.com/repo/"
116
+ ],
117
+ "dependencies": [
118
+ {
119
+ "implementation": "$groupId:huawei-iap:$topsdk_version"
120
+ }
121
+ ]
122
+ },
123
+ "xiaomiIap": {
124
+ "dependencies": [
125
+ {
126
+ "implementation": "$groupId:xiaomi-iap:$topsdk_version"
127
+ }
128
+ ]
129
+ }
130
+ },
131
+ "analytics": {
132
+ "appsflyer": {
133
+ "repositories": [
134
+ "mavenCentral"
135
+ ],
136
+ "dependencies": [
137
+ {
138
+ "implementation": "$groupId:appsflyer:$topsdk_version"
139
+ }
140
+ ]
141
+ },
142
+ "facebookdata": {
143
+ "dependencies": [
144
+ {
145
+ "implementation": "$groupId:facebook-data:$topsdk_version"
146
+ }
147
+ ]
148
+ },
149
+ "firebase": {
150
+ "repositories": [
151
+ "google"
152
+ ],
153
+ "classpath": "com.google.gms:google-services:4.4.4",
154
+ "applyplugin": "com.google.gms.google-services",
155
+ "dependencies": [
156
+ {
157
+ "implementation": "$groupId:firebase:$topsdk_version"
158
+ }
159
+ ]
160
+ },
161
+ "adjust": {
162
+ "dependencies": [
163
+ {
164
+ "implementation": "$groupId:adjust:$topsdk_version"
165
+ }
166
+ ]
167
+ }
168
+ }
169
+ }
170
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonxin/meetgames",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Meet SDK integration CLI: fetch remote config, patch Android Gradle/Manifest and iOS Xcode projects (dry-run, patch output, MCP)",
5
5
  "type": "module",
6
6
  "license": "MIT",