@pi-r/android 0.12.1 → 0.12.3

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.
@@ -337,7 +337,7 @@ function finalize(instance) {
337
337
  }
338
338
  }
339
339
  if (versions[versionRef = toCamelCase(name)]) {
340
- const prefix = group.split('.').filter(seg => seg !== name).pop();
340
+ const prefix = group.split('.').filter(seg => seg !== name).at(-1);
341
341
  if (prefix) {
342
342
  versionRef = toCamelCase(prefix + '-' + name);
343
343
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/android",
3
- "version": "0.12.1",
3
+ "version": "0.12.3",
4
4
  "description": "Android document constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "license": "MIT",
18
18
  "homepage": "https://github.com/anpham6/pi-r#readme",
19
19
  "dependencies": {
20
- "@e-mc/document": "^0.14.1",
21
- "@e-mc/types": "^0.14.1",
20
+ "@e-mc/document": "^0.14.4",
21
+ "@e-mc/types": "^0.14.4",
22
22
  "dom-serializer": "^2.0.0",
23
23
  "domhandler": "^5.0.3",
24
24
  "domutils": "^3.2.2",
@@ -1,5 +1,5 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
@@ -1,7 +1,7 @@
1
1
  [versions]
2
2
  agp = "9.2.1"
3
- coreKtx = "1.18.0"
4
- kotlin = "2.3.21"
3
+ coreKtx = "1.19.0"
4
+ kotlin = "2.4.0"
5
5
  junit = "4.13.2"
6
6
  junitVersion = "1.3.0"
7
7
  espressoCore = "3.7.0"
@@ -1,12 +1,12 @@
1
1
  [versions]
2
2
  agp = "9.2.1"
3
- coreKtx = "1.18.0"
4
- kotlin = "2.3.21"
3
+ coreKtx = "1.19.0"
4
+ kotlin = "2.4.0"
5
5
  junit = "4.13.2"
6
6
  junitVersion = "1.3.0"
7
7
  espressoCore = "3.7.0"
8
8
  appcompat = "1.7.1"
9
- material = "1.13.0"
9
+ material = "1.14.0"
10
10
  constraintlayout = "2.2.1"
11
11
 
12
12
  [libraries]