@namiml/sdk-core 3.4.8 → 3.4.9-dev.202608172305
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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -104,9 +104,9 @@ exports.Capabilities = void 0;
|
|
|
104
104
|
|
|
105
105
|
const {
|
|
106
106
|
// version — stamped by scripts/version.sh
|
|
107
|
-
NAMI_SDK_VERSION: exports.NAMI_SDK_VERSION = "3.4.
|
|
107
|
+
NAMI_SDK_VERSION: exports.NAMI_SDK_VERSION = "3.4.9",
|
|
108
108
|
// full package version including dev suffix — stamped by scripts/version.sh
|
|
109
|
-
NAMI_SDK_PACKAGE_VERSION: exports.NAMI_SDK_PACKAGE_VERSION = "3.4.
|
|
109
|
+
NAMI_SDK_PACKAGE_VERSION: exports.NAMI_SDK_PACKAGE_VERSION = "3.4.9-dev.202608172305",
|
|
110
110
|
// environments
|
|
111
111
|
PRODUCTION: exports.PRODUCTION = "production", DEVELOPMENT: exports.DEVELOPMENT = "development",
|
|
112
112
|
// error messages
|
package/dist/index.mjs
CHANGED
|
@@ -102,9 +102,9 @@ var Capabilities;
|
|
|
102
102
|
|
|
103
103
|
const {
|
|
104
104
|
// version — stamped by scripts/version.sh
|
|
105
|
-
NAMI_SDK_VERSION = "3.4.
|
|
105
|
+
NAMI_SDK_VERSION = "3.4.9",
|
|
106
106
|
// full package version including dev suffix — stamped by scripts/version.sh
|
|
107
|
-
NAMI_SDK_PACKAGE_VERSION = "3.4.
|
|
107
|
+
NAMI_SDK_PACKAGE_VERSION = "3.4.9-dev.202608172305",
|
|
108
108
|
// environments
|
|
109
109
|
PRODUCTION = "production", DEVELOPMENT = "development",
|
|
110
110
|
// error messages
|
package/package.json
CHANGED