joplin-plugin-rich-tables 1.5.3 → 1.5.5

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  A Joplin plugin to provide table rendering & table editing in the Markdown editor.
7
7
 
8
- <img src="https://github.com/user-attachments/assets/de48ebf3-dc91-4a8a-a99f-c33eb5818768" alt="example" width="1120" height="916" />
8
+ ![example](https://github.com/user-attachments/assets/de48ebf3-dc91-4a8a-a99f-c33eb5818768)
9
9
 
10
10
  ## Features
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-rich-tables",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
6
  "prepare": "npm run dist",
Binary file
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.bwat47.rich-tables",
4
4
  "app_min_version": "3.3",
5
- "version": "1.5.3",
5
+ "version": "1.5.5",
6
6
  "platforms": [
7
7
  "desktop",
8
8
  "mobile"
@@ -43,6 +43,6 @@
43
43
  "src": "images/promo.png",
44
44
  "label": "Rich Tables Promo Tile"
45
45
  },
46
- "_publish_hash": "sha256:0376d334bf4614e823e5cacaaf7984d1ce074b04713d69865927d8095ddd5e26",
47
- "_publish_commit": "main:7c299619ecb9f7087dfa0e057f0af3841c4724d8"
46
+ "_publish_hash": "sha256:a47053324c669f74568aab009facdc2c5e8ba5c96da2571a50082202406a59f2",
47
+ "_publish_commit": "main:a22c357202dd1b7d87e5e959d7c542597fd996a4"
48
48
  }