saltcorn-sql-import 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +4 -1
package/index.js CHANGED
@@ -4,6 +4,7 @@ module.exports = {
4
4
 
5
5
  actions: {
6
6
  test_sql_import: {
7
+ description: "Test action to verify plugin loading",
7
8
  run: async () => {
8
9
  return "Le plugin sql_import fonctionne.";
9
10
  }
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "saltcorn-sql-import",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Plugin Saltcorn minimaliste pour test",
5
5
  "main": "index.js",
6
6
  "author": "Franck",
7
7
  "license": "MIT",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
8
11
  "saltcorn": {
9
12
  "plugin_name": "sql_import",
10
13
  "version": 1