create-miro-app
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -1,2 +0,3 @@ | ||
import icon from './assets/icon.svg?raw'; | ||
import toolbarIcon from './assets/toolbaricon.svg?raw'; | ||
import libraryIcon from './assets/libraryicon.svg?raw'; | ||
@@ -8,4 +9,4 @@ miro.onReady(() => { | ||
title: 'Create Miro App', | ||
toolbarSvgIcon: icon, | ||
librarySvgIcon: icon, | ||
toolbarSvgIcon: toolbarIcon, | ||
librarySvgIcon: libraryIcon, | ||
async onClick() { | ||
@@ -12,0 +13,0 @@ // Remember that 'app.html' resolves relative to index.js file. So app.html have to be in the /dist/ folder. |
@@ -1,2 +0,3 @@ | ||
import icon from './assets/icon.svg?raw'; | ||
import toolbarIcon from './assets/toolbaricon.svg?raw'; | ||
import libraryIcon from './assets/libraryicon.svg?raw'; | ||
@@ -8,4 +9,4 @@ miro.onReady(() => { | ||
title: 'Create Miro App', | ||
toolbarSvgIcon: icon, | ||
librarySvgIcon: icon, | ||
toolbarSvgIcon: toolbarIcon, | ||
librarySvgIcon: libraryIcon, | ||
async onClick() { | ||
@@ -12,0 +13,0 @@ // Remember that 'app.html' resolves relative to index.js file. So app.html have to be in the /dist/ folder. |
{ | ||
"name": "create-miro-app", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "miro", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
843296
33
4112