@tamer4lynx/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.
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import path24 from "path";
|
|
|
12
12
|
import { program } from "commander";
|
|
13
13
|
|
|
14
14
|
// package.json
|
|
15
|
-
var version = "0.0.
|
|
15
|
+
var version = "0.0.9";
|
|
16
16
|
|
|
17
17
|
// src/android/create.ts
|
|
18
18
|
import fs3 from "fs";
|
|
@@ -981,12 +981,12 @@ junit = "4.13.2"
|
|
|
981
981
|
junitVersion = "1.1.5"
|
|
982
982
|
espressoCore = "3.5.1"
|
|
983
983
|
appcompat = "1.6.1"
|
|
984
|
-
lynx = "3.
|
|
984
|
+
lynx = "3.6.0"
|
|
985
985
|
material = "1.10.0"
|
|
986
986
|
activity = "1.8.0"
|
|
987
987
|
constraintlayout = "2.1.4"
|
|
988
988
|
okhttp = "4.9.0"
|
|
989
|
-
primjs = "
|
|
989
|
+
primjs = "3.6.1"
|
|
990
990
|
zxing = "4.3.0"
|
|
991
991
|
|
|
992
992
|
[libraries]
|
|
@@ -4777,9 +4777,9 @@ var LIB_PACKAGE = "com.tamer.embeddable";
|
|
|
4777
4777
|
var GRADLE_VERSION = "8.14.2";
|
|
4778
4778
|
var LIBS_VERSIONS_TOML = `[versions]
|
|
4779
4779
|
agp = "8.9.1"
|
|
4780
|
-
lynx = "3.
|
|
4780
|
+
lynx = "3.6.0"
|
|
4781
4781
|
kotlin = "2.0.21"
|
|
4782
|
-
primjs = "
|
|
4782
|
+
primjs = "3.6.1"
|
|
4783
4783
|
|
|
4784
4784
|
[libraries]
|
|
4785
4785
|
lynx = { module = "org.lynxsdk.lynx:lynx", version.ref = "lynx" }
|