svelte-command 1.1.25 → 1.1.26

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/README.md +17 -6
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)
1
2
  [![npm](https://img.shields.io/npm/v/svelte-command.svg)](https://www.npmjs.com/package/svelte-command)
2
3
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
4
  [![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=svelte-command)
@@ -20,22 +21,32 @@ general command execution handling for svelte components
20
21
 
21
22
  ### Table of Contents
22
23
 
23
- * [subscribe](#subscribe)
24
+ * [BasicCommand](#basiccommand)
24
25
  * [Parameters](#parameters)
26
+ * [subscribe](#subscribe)
27
+ * [Parameters](#parameters-1)
25
28
  * [Command](#command)
26
- * [Parameters](#parameters-1)
29
+ * [Parameters](#parameters-2)
27
30
  * [Properties](#properties)
28
31
  * [ConfirmCommand](#confirmcommand)
29
- * [Parameters](#parameters-2)
30
- * [FetchCommand](#fetchcommand)
31
32
  * [Parameters](#parameters-3)
32
- * [handleFailedResponse](#handlefailedresponse)
33
+ * [FetchCommand](#fetchcommand)
33
34
  * [Parameters](#parameters-4)
35
+ * [handleFailedResponse](#handlefailedresponse)
36
+ * [Parameters](#parameters-5)
34
37
 
35
- ## subscribe
38
+ ## BasicCommand
36
39
 
37
40
  ### Parameters
38
41
 
42
+ * `start`  
43
+ * `properties`  
44
+ * `options` (optional, default `{}`)
45
+
46
+ ### subscribe
47
+
48
+ #### Parameters
49
+
39
50
  * `subscription` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** 
40
51
 
41
52
  ## Command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-command",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,15 +35,15 @@
35
35
  "@semantic-release/commit-analyzer": "^9.0.2",
36
36
  "@semantic-release/exec": "^6.0.3",
37
37
  "@semantic-release/release-notes-generator": "^10.0.3",
38
- "@sveltejs/vite-plugin-svelte": "^2.0.0",
38
+ "@sveltejs/vite-plugin-svelte": "^2.0.2",
39
39
  "ava": "^5.1.0",
40
- "documentation": "^14.0.0",
41
- "mf-styling": "^1.7.31",
42
- "npm-pkgbuild": "^10.15.20",
40
+ "documentation": "^14.0.1",
41
+ "mf-styling": "^1.7.33",
42
+ "npm-pkgbuild": "^10.15.23",
43
43
  "semantic-release": "^19.0.5",
44
- "svelte": "^3.54.0",
45
- "testcafe": "^2.1.0",
46
- "vite": "^4.0.0"
44
+ "svelte": "^3.55.0",
45
+ "testcafe": "^2.2.0",
46
+ "vite": "^4.0.3"
47
47
  },
48
48
  "optionalDependencies": {
49
49
  "mf-hosting": "^1.8.0"