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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * Saltfish playlist Player v0.2.13
3
+ * Saltfish playlist Player v0.2.14
4
4
  * (c) 2025
5
5
  * Released under the MIT License.
6
6
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Saltfish playlist Player v0.2.13
2
+ * Saltfish playlist Player v0.2.14
3
3
  * (c) 2025
4
4
  * Released under the MIT License.
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saltfish",
3
- "version": "0.2.13",
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",