metamap-capacitor-plugin 4.4.0 → 4.5.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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Tue Oct 03 18:03:26 AMT 2023
2
+ gradle.version=8.0.2
File without changes
@@ -1,8 +1,8 @@
1
1
  ext {
2
2
  junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.1'
3
- androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.2.0'
4
- androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.2'
5
- androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.3.0'
3
+ androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
4
+ androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
5
+ androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6
6
  }
7
7
 
8
8
  buildscript {
@@ -11,17 +11,17 @@ buildscript {
11
11
  mavenCentral()
12
12
  }
13
13
  dependencies {
14
- classpath 'com.android.tools.build:gradle:7.2.1'
14
+ classpath 'com.android.tools.build:gradle:8.0.0'
15
15
  }
16
16
  }
17
17
 
18
18
  apply plugin: 'com.android.library'
19
19
 
20
20
  android {
21
- compileSdkVersion 32
21
+ compileSdkVersion 33
22
22
  defaultConfig {
23
23
  minSdkVersion 22
24
- targetSdkVersion 32
24
+ targetSdkVersion 33
25
25
  versionCode 1
26
26
  versionName "1.0"
27
27
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -1,5 +1,5 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
@@ -20,5 +20,4 @@ org.gradle.jvmargs=-Xmx1536m
20
20
  # Android operating system, and which are packaged with your app's APK
21
21
  # https://developer.android.com/topic/libraries/support-library/androidx-rn
22
22
  android.useAndroidX=true
23
- # Automatically convert third-party libraries to use AndroidX
24
- android.enableJetifier=true
23
+
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=definitions.js.map
package/dist/esm/index.js CHANGED
@@ -6,5 +6,6 @@ const MetaMapCapacitor = {
6
6
  return MetaMapCapacitorUnwrapped.showMetaMapFlow(Object.assign(Object.assign({}, options), { metadata: Object.assign(Object.assign({}, metadata), { sdkType: "capacitor" }) }));
7
7
  },
8
8
  };
9
+ export * from './definitions';
9
10
  export { MetaMapCapacitor };
10
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAMjD,MAAM,yBAAyB,GAAG,cAAc,CAAyB,kBAAkB,EAAE,EAAE,CAAC,CAAC;AAEjG,MAAM,gBAAgB,GAAG;IACrB,eAAe,EAAE,UAAS,OAAsB;QAC5C,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;QAC5B,OAAO,yBAAyB,CAAC,eAAe,iCAAK,OAAO,KAAE,QAAQ,kCAAM,QAAQ,KAAE,OAAO,EAAE,WAAW,OAAI,CAAA;IAClH,CAAC;CACJ,CAAA;AAGD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAMjD,MAAM,yBAAyB,GAAG,cAAc,CAAyB,kBAAkB,EAAE,EAAE,CAAC,CAAC;AAEjG,MAAM,gBAAgB,GAAG;IACrB,eAAe,EAAE,UAAS,OAAsB;QAC5C,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAA;QAC5B,OAAO,yBAAyB,CAAC,eAAe,iCAAK,OAAO,KAAE,QAAQ,kCAAM,QAAQ,KAAE,OAAO,EAAE,WAAW,OAAI,CAAA;IAClH,CAAC;CACJ,CAAA;AAED,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.js","sources":["esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst MetaMapCapacitorUnwrapped = registerPlugin('MetaMapCapacitor', {});\nconst MetaMapCapacitor = {\n showMetaMapFlow: function (options) {\n const { metadata } = options;\n return MetaMapCapacitorUnwrapped.showMetaMapFlow(Object.assign(Object.assign({}, options), { metadata: Object.assign(Object.assign({}, metadata), { sdkType: \"capacitor\" }) }));\n },\n};\nexport { MetaMapCapacitor };\n//# sourceMappingURL=index.js.map"],"names":["registerPlugin"],"mappings":";;;IACA,MAAM,yBAAyB,GAAGA,mBAAc,CAAC,kBAAkB,EAAE,EAAE,CAAC,CAAC;AACpE,UAAC,gBAAgB,GAAG;IACzB,IAAI,eAAe,EAAE,UAAU,OAAO,EAAE;IACxC,QAAQ,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IACrC,QAAQ,OAAO,yBAAyB,CAAC,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACxL,KAAK;IACL;;;;;;;;;;;;"}
1
+ {"version":3,"file":"plugin.js","sources":["esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst MetaMapCapacitorUnwrapped = registerPlugin('MetaMapCapacitor', {});\nconst MetaMapCapacitor = {\n showMetaMapFlow: function (options) {\n const { metadata } = options;\n return MetaMapCapacitorUnwrapped.showMetaMapFlow(Object.assign(Object.assign({}, options), { metadata: Object.assign(Object.assign({}, metadata), { sdkType: \"capacitor\" }) }));\n },\n};\nexport * from './definitions';\nexport { MetaMapCapacitor };\n//# sourceMappingURL=index.js.map"],"names":["registerPlugin"],"mappings":";;;IACA,MAAM,yBAAyB,GAAGA,mBAAc,CAAC,kBAAkB,EAAE,EAAE,CAAC,CAAC;AACpE,UAAC,gBAAgB,GAAG;IACzB,IAAI,eAAe,EAAE,UAAU,OAAO,EAAE;IACxC,QAAQ,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IACrC,QAAQ,OAAO,yBAAyB,CAAC,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACxL,KAAK;IACL;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",
@@ -20,10 +20,10 @@
20
20
  "author": "Avo Sukiasyan",
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
- "@capacitor/android": "^4.0.0",
24
- "@capacitor/cli": "^4.0.0",
25
- "@capacitor/core": "^4.0.0",
26
- "@capacitor/ios": "^4.0.0",
23
+ "@capacitor/android": "^5.0.0",
24
+ "@capacitor/cli": "^5.0.0",
25
+ "@capacitor/core": "^5.0.0",
26
+ "@capacitor/ios": "^5.0.0",
27
27
  "@ionic/prettier-config": "^2.0.0",
28
28
  "@ionic/swiftlint-config": "^1.1.2",
29
29
  "@rollup/plugin-node-resolve": "^13.0.6",
@@ -32,10 +32,10 @@
32
32
  "rimraf": "^3.0.0",
33
33
  "rollup": "^2.21.0",
34
34
  "swiftlint": "^1.0.1",
35
- "typescript": "~3.8.3"
35
+ "typescript": "~4.6.4"
36
36
  },
37
37
  "peerDependencies": {
38
- "@capacitor/core": "^4.0.0"
38
+ "@capacitor/core": "^5.0.0"
39
39
  },
40
40
  "files": [
41
41
  "dist/",
@@ -65,6 +65,5 @@
65
65
  "bugs": {
66
66
  "url": "https://github.com/GetMetaMap/mati-capacitor-plugin/issues"
67
67
  },
68
- "homepage": "https://github.com/GetMetaMap/mati-capacitor-plugin/blob/main/docs/mati-capacitor.md",
69
- "dependencies": {}
68
+ "homepage": "https://github.com/GetMetaMap/mati-capacitor-plugin/blob/main/docs/mati-capacitor.md"
70
69
  }