superposition-provider 0.111.0 → 0.112.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/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/native-lib/libsuperposition_core-aarch64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-apple-darwin.dylib +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-pc-windows-msvc.dll +0 -0
- package/dist/native-lib/libsuperposition_core-x86_64-unknown-linux-gnu.so +0 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3183,7 +3183,7 @@ var runtimeConfig = {};
|
|
|
3183
3183
|
|
|
3184
3184
|
var name = "superposition-sdk";
|
|
3185
3185
|
var description = "superposition-sdk client";
|
|
3186
|
-
var version = "0.
|
|
3186
|
+
var version = "0.112.0";
|
|
3187
3187
|
var repository = {
|
|
3188
3188
|
type: "git",
|
|
3189
3189
|
url: "git+https://github.com/juspay/superposition.git"
|
|
@@ -8928,8 +8928,8 @@ function requireModels_0 () {
|
|
|
8928
8928
|
REPLACE: "REPLACE",
|
|
8929
8929
|
};
|
|
8930
8930
|
models_0.DimensionMatchStrategy = {
|
|
8931
|
-
ANY_MATCH: "any_match",
|
|
8932
8931
|
EXACT: "exact",
|
|
8932
|
+
NON_CONFLICTING: "non_conflicting",
|
|
8933
8933
|
SUBSET: "subset",
|
|
8934
8934
|
};
|
|
8935
8935
|
models_0.ContextFilterSortOn = {
|