codeplay-common 4.0.8 → 4.1.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.
- package/README.md +9 -1
- package/package.json +1 -1
- package/scripts/sync-files.js +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,14 @@ Donate to get full code including many common functions
|
|
|
12
12
|
https://ko-fi.com/codeplay
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
Version 4.1.0
|
|
16
|
+
Auto admob integration updated
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
version 4.0.9
|
|
20
|
+
packageJson.scripts["ionic:serve"] = "cross-env NODE_ENV=development vite"; this line updated in "sync-files.js"
|
|
21
|
+
|
|
22
|
+
|
|
15
23
|
version 4.0.8
|
|
16
24
|
safearea plugin is checked and removed automatically
|
|
17
25
|
Automatically added following in capacitor.config.json file
|
|
@@ -20,7 +28,7 @@ version 4.0.8
|
|
|
20
28
|
}
|
|
21
29
|
patchFile() method is removed
|
|
22
30
|
|
|
23
|
-
|
|
31
|
+
|
|
24
32
|
|
|
25
33
|
|
|
26
34
|
Version 4.0.6
|
package/package.json
CHANGED
package/scripts/sync-files.js
CHANGED
|
@@ -91,7 +91,7 @@ packageJson.scripts["baseline-profile:setup"] = baselineProfileSetupScript;
|
|
|
91
91
|
packageJson.scripts["baseline-profile:generate"] = baselineProfileGenerateScript;
|
|
92
92
|
|
|
93
93
|
packageJson.scripts["ionic:build"] = "npm run build";
|
|
94
|
-
packageJson.scripts["ionic:serve"] = "
|
|
94
|
+
packageJson.scripts["ionic:serve"] = "cross-env NODE_ENV=development vite";
|
|
95
95
|
packageJson.scripts["build:storeid1"] = "vite build --mode storeid1";
|
|
96
96
|
packageJson.scripts["build:storeid2"] = "vite build --mode storeid2";
|
|
97
97
|
packageJson.scripts["build:storeid3"] = "vite build --mode storeid3";
|