@ansight/capacitor 1.3.0-preview.8 → 1.3.0-preview.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.
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'AnsightCapacitor'
3
- s.version = '1.3.0-preview.8'
3
+ s.version = '1.3.0-preview.9'
4
4
  s.summary = 'Capacitor bridge for the Ansight mobile observability SDK.'
5
5
  s.license = { :type => 'Ansight SDK Source-Available License', :file => 'LICENSE' }
6
6
  s.homepage = 'https://github.com/ansight-ai/ansight-sdk'
package/Package.swift CHANGED
@@ -7,7 +7,7 @@ let ansightSdkDependency: Package.Dependency = useLocalAnsightSdk
7
7
  ? .package(name: "AnsightSDK", path: "../ios")
8
8
  : .package(
9
9
  url: "https://github.com/ansight-ai/ansight-sdk.git",
10
- exact: "1.3.0-preview.8"
10
+ exact: "1.3.0-preview.9"
11
11
  )
12
12
  let ansightTargetDependency: Target.Dependency = .product(
13
13
  name: "Ansight",
@@ -49,6 +49,6 @@ android {
49
49
  dependencies {
50
50
  implementation project(":capacitor-android")
51
51
  def ansightAndroidVersion =
52
- findProperty("ansightAndroidVersion") ?: "1.3.0-preview.8"
53
- implementation "ai.ansight:ansight-android:1.3.0-preview.8"
52
+ findProperty("ansightAndroidVersion") ?: "1.3.0-preview.9"
53
+ implementation "ai.ansight:ansight-android:1.3.0-preview.9"
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansight/capacitor",
3
- "version": "1.3.0-preview.8",
3
+ "version": "1.3.0-preview.9",
4
4
  "description": "Capacitor bridge for the Ansight mobile observability and remote inspection SDK.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",