emblem-vault-sdk 2.8.0 → 2.9.1
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/.claude/settings.local.json +11 -0
- package/dist/bundle.js +55834 -49286
- package/dist/curated/metadata.json +1 -1
- package/dist/derive.js +17 -7
- package/dist/index.js +68 -58
- package/dist/utils.js +21 -20
- package/docs/bundle.js +55834 -49286
- package/package.json +1 -1
- package/src/curated/metadata.json +1 -1
- package/src/utils.ts +2 -1
- package/types/derive.d.ts +0 -1
- package/utils/emblem-site-metadata.json +1 -1
- package/utils/sdk-metadata.json +1 -1
package/package.json
CHANGED
|
@@ -668143,7 +668143,7 @@
|
|
|
668143
668143
|
"price": 1040.9323103174047,
|
|
668144
668144
|
"lastPrice": 1314.8618656640904
|
|
668145
668145
|
},
|
|
668146
|
-
"video": "https://arweave.net/Fb7BMNWJQwNCrRxdw_dbMC01t6iSVUytBtg5LziOOlI/2o51ir_video.mp4
|
|
668146
|
+
"video": "https://arweave.net/Fb7BMNWJQwNCrRxdw_dbMC01t6iSVUytBtg5LziOOlI/2o51ir_video.mp4",
|
|
668147
668147
|
"projectProtocol": "Counterparty"
|
|
668148
668148
|
},
|
|
668149
668149
|
"DGAPEPE": {
|
package/src/utils.ts
CHANGED
|
@@ -85,7 +85,8 @@ export function generateAttributeTemplate(record: any) {
|
|
|
85
85
|
record.name == "Force of Will" ||
|
|
86
86
|
record.name == "Memorychain" ||
|
|
87
87
|
record.name == "Oasis Mining" ||
|
|
88
|
-
record.name == "Sarutobi Island"
|
|
88
|
+
record.name == "Sarutobi Island" ||
|
|
89
|
+
record.name == "Spells of Genesis"
|
|
89
90
|
) {
|
|
90
91
|
template = [
|
|
91
92
|
{
|
package/types/derive.d.ts
CHANGED
|
@@ -668164,7 +668164,7 @@
|
|
|
668164
668164
|
"lastPrice": 1314.8618656640904
|
|
668165
668165
|
},
|
|
668166
668166
|
"projectProtocol": "Counterparty",
|
|
668167
|
-
"video": "https://arweave.net/Fb7BMNWJQwNCrRxdw_dbMC01t6iSVUytBtg5LziOOlI/2o51ir_video.mp4
|
|
668167
|
+
"video": "https://arweave.net/Fb7BMNWJQwNCrRxdw_dbMC01t6iSVUytBtg5LziOOlI/2o51ir_video.mp4"
|
|
668168
668168
|
},
|
|
668169
668169
|
"DGAPEPE": {
|
|
668170
668170
|
"image": "https://raw.githubusercontent.com/EmblemCompany/vaultImages/master/collection/fake-rares/DGAPEPE.gif",
|
package/utils/sdk-metadata.json
CHANGED
|
@@ -668143,7 +668143,7 @@
|
|
|
668143
668143
|
"price": 1040.9323103174047,
|
|
668144
668144
|
"lastPrice": 1314.8618656640904
|
|
668145
668145
|
},
|
|
668146
|
-
"video": "https://arweave.net/Fb7BMNWJQwNCrRxdw_dbMC01t6iSVUytBtg5LziOOlI/2o51ir_video.mp4
|
|
668146
|
+
"video": "https://arweave.net/Fb7BMNWJQwNCrRxdw_dbMC01t6iSVUytBtg5LziOOlI/2o51ir_video.mp4",
|
|
668147
668147
|
"projectProtocol": "Counterparty"
|
|
668148
668148
|
},
|
|
668149
668149
|
"DGAPEPE": {
|