flipnote.js
Advanced tools
Comparing version 5.6.7 to 5.7.0
@@ -12,2 +12,2 @@ export { Flipnote, FlipnoteFormat, FlipnoteVersion, FlipnoteRegion, FlipnoteMeta, FlipnotePaletteColor, FlipnotePaletteDefinition, FlipnoteLayerVisibility, FlipnoteAudioTrack, FlipnoteAudioTrackInfo, FlipnoteSoundEffectTrack, FlipnoteSoundEffectFlags, FlipnoteParserSettings, KwzParserSettings, PpmParserSettings, KwzParser, PpmParser } from './parsers'; | ||
*/ | ||
export declare const version = "5.6.7"; | ||
export declare const version: string; |
{ | ||
"name": "flipnote.js", | ||
"version": "5.6.7", | ||
"version": "5.7.0", | ||
"description": "A JavaScript library for parsing, converting, and in-browser playback of the proprietary animation formats used by Nintendo's Flipnote Studio and Flipnote Studio 3D apps.", | ||
@@ -11,9 +11,5 @@ "module": "dist/flipnote.es.js", | ||
"postpublish": "./deploy.sh", | ||
"start": "rollup -c --watch --environment DEV_SERVER,TARGET:webcomponent,BUILD:development", | ||
"start": "rollup -c --watch --environment DEV_SERVER,BUILD:development", | ||
"dev": "rollup -c --environment BUILD:development", | ||
"build": "npm run dev && npm run build:min && npm run build:es && npm run build:webcomponent && npm run build:webcomponent:min", | ||
"build:min": "rollup -c --environment TARGET:web,BUILD:production", | ||
"build:es": "rollup -c --environment TARGET:web,ES_MODULE,BUILD:production", | ||
"build:webcomponent": "rollup -c --environment TARGET:webcomponent,BUILD:development", | ||
"build:webcomponent:min": "rollup -c --environment TARGET:webcomponent,BUILD:production", | ||
"build": "npm run dev && rollup -c --environment BUILD:production", | ||
"docs": "typedoc && npm run docs:copyjs && npm run docs:copyppm && npm run docs:copykwz && npm run docs:copykwc && npm run docs:copyico", | ||
@@ -20,0 +16,0 @@ "docs:copyppm": "mkdir -p ./www/assets/notes && yes | cp ./test/samples/*.ppm ./www/assets/notes", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
3984831
63
30668