joplin-plugin-rich-tables 1.0.0 → 1.0.2

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
@@ -1,3 +1,6 @@
1
+ > [!note]
2
+ > This plugin was created entirely with AI tools, and I may be limited in my ability to fix any issues.
3
+
1
4
  # Rich Tables
2
5
 
3
6
  A Joplin plugin to provide table rendering & table editing in the Markdown editor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-rich-tables",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
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.0.0",
5
+ "version": "1.0.2",
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:1666e86e836132f7038222b8ea653e26cc18925f484f10cd2c8ee6e5c3f2d2f3",
47
- "_publish_commit": "main:65d0215741ba8ef78f2db252911674d5aa145ac0"
46
+ "_publish_hash": "sha256:7d045120054fe15d91fa1338b04ffc012bd3f0f6974164959b5e77698866bb01",
47
+ "_publish_commit": "main:9dd4cefeabf431bf094fd9be1e593516e2aa577e"
48
48
  }