@ansight/capacitor 1.5.0 → 1.6.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.
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'AnsightCapacitor'
3
- s.version = '1.5.0'
3
+ s.version = '1.6.0'
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.5.0"
10
+ exact: "1.6.0"
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.5.0"
53
- implementation "ai.ansight:ansight-android:1.5.0"
52
+ findProperty("ansightAndroidVersion") ?: "1.6.0"
53
+ implementation "ai.ansight:ansight-android:1.6.0"
54
54
  }
@@ -1,4 +1,4 @@
1
- export declare const ANSIGHT_CAPACITOR_SDK_VERSION = "1.5.0";
1
+ export declare const ANSIGHT_CAPACITOR_SDK_VERSION = "1.6.0";
2
2
  export declare const COMPILED_CAPACITOR_CORE_VERSION = "8.4.2";
3
3
  export declare const CAPACITOR_GROUP = "capacitor";
4
4
  export declare const LOCALIZATION_GROUP = "localization";
@@ -1,4 +1,4 @@
1
- export const ANSIGHT_CAPACITOR_SDK_VERSION = "1.5.0";
1
+ export const ANSIGHT_CAPACITOR_SDK_VERSION = "1.6.0";
2
2
  export const COMPILED_CAPACITOR_CORE_VERSION = "8.4.2";
3
3
  export const CAPACITOR_GROUP = "capacitor";
4
4
  export const LOCALIZATION_GROUP = "localization";
@@ -1595,7 +1595,7 @@ function installBrowserNetworkCapture(capture, options = {}, sourcePrefix = "cap
1595
1595
  };
1596
1596
  }
1597
1597
 
1598
- const ANSIGHT_CAPACITOR_SDK_VERSION = "1.5.0";
1598
+ const ANSIGHT_CAPACITOR_SDK_VERSION = "1.6.0";
1599
1599
  const COMPILED_CAPACITOR_CORE_VERSION = "8.4.2";
1600
1600
  const CAPACITOR_GROUP = "capacitor";
1601
1601
  const LOCALIZATION_GROUP = "localization";
package/dist/plugin.js CHANGED
@@ -1592,7 +1592,7 @@ var capacitorAnsight = (function (exports, core) {
1592
1592
  };
1593
1593
  }
1594
1594
 
1595
- const ANSIGHT_CAPACITOR_SDK_VERSION = "1.5.0";
1595
+ const ANSIGHT_CAPACITOR_SDK_VERSION = "1.6.0";
1596
1596
  const COMPILED_CAPACITOR_CORE_VERSION = "8.4.2";
1597
1597
  const CAPACITOR_GROUP = "capacitor";
1598
1598
  const LOCALIZATION_GROUP = "localization";
@@ -2233,7 +2233,7 @@
2233
2233
  };
2234
2234
  }
2235
2235
 
2236
- const ANSIGHT_CAPACITOR_SDK_VERSION = "1.5.0";
2236
+ const ANSIGHT_CAPACITOR_SDK_VERSION = "1.6.0";
2237
2237
  const COMPILED_CAPACITOR_CORE_VERSION = "8.4.2";
2238
2238
  const CAPACITOR_GROUP = "capacitor";
2239
2239
  const LOCALIZATION_GROUP = "localization";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansight/capacitor",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Capacitor bridge for Ansight: runtime evidence from your app for coding agents. Screenshots, DOM and native trees, logs, network, and app state.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",