saltfish 0.2.13 → 0.2.14
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/dist/player.js +1 -1
- package/dist/player.min.js +1 -1
- package/package.json +2 -1
package/dist/player.js
CHANGED
package/dist/player.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "saltfish",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "An interactive video-guided tour system for web applications",
|
|
5
5
|
"main": "dist/saltfish-playlist-player.umd.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"dev": "vite --host",
|
|
44
44
|
"dev:test": "vite --config vite.test.config.ts",
|
|
45
|
+
"dev:playground": "vite --config vite.playground.config.ts",
|
|
45
46
|
"build": "node scripts/build.js",
|
|
46
47
|
"build:test": "node scripts/build.js --test",
|
|
47
48
|
"build:prod": "node scripts/build.js",
|