@rabbitholegg/questdk-plugin-artblocks
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
# @rabbitholegg/questdk-plugin-artblocks | ||
## 1.0.0-alpha.2 | ||
### Minor Changes | ||
- [#312](https://github.com/rabbitholegg/questdk-plugins/pull/312) [`d410b7c`](https://github.com/rabbitholegg/questdk-plugins/commit/d410b7cc98270a9f7c7720f07b07b831176c5221) Thanks [@Quazia](https://github.com/Quazia)! - Handle token ID undefined better and handle single tier 1 collections in sound | ||
### Patch Changes | ||
- Updated dependencies [[`d410b7c`](https://github.com/rabbitholegg/questdk-plugins/commit/d410b7cc98270a9f7c7720f07b07b831176c5221)]: | ||
- @rabbitholegg/questdk-plugin-utils@1.0.0-alpha.16 | ||
## 1.0.0-alpha.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@rabbitholegg/questdk-plugin-artblocks", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"type": "module", | ||
@@ -23,3 +23,3 @@ "exports": { | ||
"dependencies": { | ||
"@rabbitholegg/questdk-plugin-utils": "1.0.0-alpha.15" | ||
"@rabbitholegg/questdk-plugin-utils": "1.0.0-alpha.16" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -12,2 +12,4 @@ { | ||
"compilerOptions": { | ||
"declaration": true, | ||
"declarationDir": "./dist/types", | ||
"resolveJsonModule": true, | ||
@@ -14,0 +16,0 @@ "sourceMap": true, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
812245
4549
+ Added@rabbitholegg/questdk-plugin-utils@1.0.0-alpha.16(transitive)
- Removed@rabbitholegg/questdk-plugin-utils@1.0.0-alpha.15(transitive)