@settlemint/dalp-sdk 2.1.7-main.23635369242 → 2.1.7-main.23636283618
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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -23902,7 +23902,7 @@ var dalpSerializers = [
|
|
|
23902
23902
|
// package.json
|
|
23903
23903
|
var package_default = {
|
|
23904
23904
|
name: "@settlemint/dalp-sdk",
|
|
23905
|
-
version: "2.1.7-main.
|
|
23905
|
+
version: "2.1.7-main.23636283618",
|
|
23906
23906
|
private: false,
|
|
23907
23907
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
23908
23908
|
homepage: "https://settlemint.com",
|
|
@@ -23968,7 +23968,7 @@ var package_default = {
|
|
|
23968
23968
|
"@tools/typescript-config": "workspace:*",
|
|
23969
23969
|
"@tools/vitest-config": "workspace:*",
|
|
23970
23970
|
publint: "0.3.18",
|
|
23971
|
-
typescript: "
|
|
23971
|
+
typescript: "6.0.2"
|
|
23972
23972
|
},
|
|
23973
23973
|
engines: {
|
|
23974
23974
|
node: ">=20"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-sdk",
|
|
3
|
-
"version": "2.1.7-main.
|
|
3
|
+
"version": "2.1.7-main.23636283618",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Fully typed SDK for the DALP tokenization platform API",
|
|
6
6
|
"homepage": "https://settlemint.com",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@tools/typescript-config": "workspace:*",
|
|
67
67
|
"@tools/vitest-config": "workspace:*",
|
|
68
68
|
"publint": "0.3.18",
|
|
69
|
-
"typescript": "
|
|
69
|
+
"typescript": "6.0.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=20"
|