@namiml/sdk-core 3.4.3-dev.202606121502 → 3.4.3-dev.202606151743
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.cjs +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -98,7 +98,7 @@ const {
|
|
|
98
98
|
// version — stamped by scripts/version.sh
|
|
99
99
|
NAMI_SDK_VERSION: exports.NAMI_SDK_VERSION = "3.4.3",
|
|
100
100
|
// full package version including dev suffix — stamped by scripts/version.sh
|
|
101
|
-
NAMI_SDK_PACKAGE_VERSION: exports.NAMI_SDK_PACKAGE_VERSION = "3.4.3-dev.
|
|
101
|
+
NAMI_SDK_PACKAGE_VERSION: exports.NAMI_SDK_PACKAGE_VERSION = "3.4.3-dev.202606151743",
|
|
102
102
|
// environments
|
|
103
103
|
PRODUCTION: exports.PRODUCTION = "production", DEVELOPMENT: exports.DEVELOPMENT = "development",
|
|
104
104
|
// error messages
|
|
@@ -12581,7 +12581,7 @@ const FilterOperator = {
|
|
|
12581
12581
|
NOT_I_EQUALS: 'not_i_equals',
|
|
12582
12582
|
NOT_CONTAINS: 'not_contains',
|
|
12583
12583
|
SET: 'set',
|
|
12584
|
-
NOT_SET: '
|
|
12584
|
+
NOT_SET: 'not_set',
|
|
12585
12585
|
GREATER_THAN: 'greater_than',
|
|
12586
12586
|
GREATER_THAN_OR_EQUAL_TO: 'greater_than_or_equal_to',
|
|
12587
12587
|
LESS_THAN: 'less_than',
|
package/dist/index.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ declare const FilterOperator: {
|
|
|
92
92
|
readonly NOT_I_EQUALS: "not_i_equals";
|
|
93
93
|
readonly NOT_CONTAINS: "not_contains";
|
|
94
94
|
readonly SET: "set";
|
|
95
|
-
readonly NOT_SET: "
|
|
95
|
+
readonly NOT_SET: "not_set";
|
|
96
96
|
readonly GREATER_THAN: "greater_than";
|
|
97
97
|
readonly GREATER_THAN_OR_EQUAL_TO: "greater_than_or_equal_to";
|
|
98
98
|
readonly LESS_THAN: "less_than";
|
package/dist/index.mjs
CHANGED
|
@@ -96,7 +96,7 @@ const {
|
|
|
96
96
|
// version — stamped by scripts/version.sh
|
|
97
97
|
NAMI_SDK_VERSION = "3.4.3",
|
|
98
98
|
// full package version including dev suffix — stamped by scripts/version.sh
|
|
99
|
-
NAMI_SDK_PACKAGE_VERSION = "3.4.3-dev.
|
|
99
|
+
NAMI_SDK_PACKAGE_VERSION = "3.4.3-dev.202606151743",
|
|
100
100
|
// environments
|
|
101
101
|
PRODUCTION = "production", DEVELOPMENT = "development",
|
|
102
102
|
// error messages
|
|
@@ -12579,7 +12579,7 @@ const FilterOperator = {
|
|
|
12579
12579
|
NOT_I_EQUALS: 'not_i_equals',
|
|
12580
12580
|
NOT_CONTAINS: 'not_contains',
|
|
12581
12581
|
SET: 'set',
|
|
12582
|
-
NOT_SET: '
|
|
12582
|
+
NOT_SET: 'not_set',
|
|
12583
12583
|
GREATER_THAN: 'greater_than',
|
|
12584
12584
|
GREATER_THAN_OR_EQUAL_TO: 'greater_than_or_equal_to',
|
|
12585
12585
|
LESS_THAN: 'less_than',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@namiml/sdk-core",
|
|
3
|
-
"version": "3.4.3-dev.
|
|
3
|
+
"version": "3.4.3-dev.202606151743",
|
|
4
4
|
"description": "Platform-agnostic core for the Nami SDK — business logic, API, types, and state management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|