@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.
- package/AnsightCapacitor.podspec +1 -1
- package/Package.swift +1 -1
- package/android/build.gradle +2 -2
- package/dist/esm/session-properties.d.ts +1 -1
- package/dist/esm/session-properties.js +1 -1
- package/dist/plugin.cjs.js +1 -1
- package/dist/plugin.js +1 -1
- package/dist/standalone.js +1 -1
- package/package.json +1 -1
package/AnsightCapacitor.podspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Pod::Spec.new do |s|
|
|
2
2
|
s.name = 'AnsightCapacitor'
|
|
3
|
-
s.version = '1.
|
|
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.
|
|
10
|
+
exact: "1.6.0"
|
|
11
11
|
)
|
|
12
12
|
let ansightTargetDependency: Target.Dependency = .product(
|
|
13
13
|
name: "Ansight",
|
package/android/build.gradle
CHANGED
|
@@ -49,6 +49,6 @@ android {
|
|
|
49
49
|
dependencies {
|
|
50
50
|
implementation project(":capacitor-android")
|
|
51
51
|
def ansightAndroidVersion =
|
|
52
|
-
findProperty("ansightAndroidVersion") ?: "1.
|
|
53
|
-
implementation "ai.ansight:ansight-android:1.
|
|
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.
|
|
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";
|
package/dist/plugin.cjs.js
CHANGED
|
@@ -1595,7 +1595,7 @@ function installBrowserNetworkCapture(capture, options = {}, sourcePrefix = "cap
|
|
|
1595
1595
|
};
|
|
1596
1596
|
}
|
|
1597
1597
|
|
|
1598
|
-
const ANSIGHT_CAPACITOR_SDK_VERSION = "1.
|
|
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.
|
|
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";
|
package/dist/standalone.js
CHANGED
|
@@ -2233,7 +2233,7 @@
|
|
|
2233
2233
|
};
|
|
2234
2234
|
}
|
|
2235
2235
|
|
|
2236
|
-
const ANSIGHT_CAPACITOR_SDK_VERSION = "1.
|
|
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.
|
|
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",
|