@vime-js/core
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.5.1](https://github.com/vime-js/vime/tree/master/packages/vime-core/compare/v1.5.0...v1.5.1) (2020-04-26) | ||
**Note:** Version bump only for package @vime-js/core | ||
# [1.5.0](https://github.com/vime-js/vime/tree/master/packages/vime-core/compare/v1.4.4...v1.5.0) (2020-04-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@vime-js/core", | ||
"description": "Vime core", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"svelte": "src/index.js", | ||
@@ -29,3 +29,3 @@ "module": "src/index.js", | ||
}, | ||
"gitHead": "72ab058f69124f6777a141bc5a6f99f0c6f82260" | ||
"gitHead": "01d0be2c3d0d377bc2b351dbe325a7a4d27dc2c4" | ||
} |
@@ -9,3 +9,3 @@ import { is_string, decode_json } from '@vime-js/utils'; | ||
export const THUMBNAIL_URL = /vimeocdn\.com\/video\/([0-9]+)/; | ||
export const BLANK_SRC_ID = '390460225'; | ||
export const BLANK_SRC_ID = '411655713'; | ||
@@ -12,0 +12,0 @@ export const PRECONNECTIONS = [ |
11084