@kwirthmagnify/kwirth-provider-http-pull-push 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "extensionType": "provider",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
4
7
  "id": "http-pull-push",
5
8
  "name": "@kwirthmagnify/kwirth-provider-http-pull-push",
6
9
  "displayName": "HTTP Pull-Push Provider",
7
- "version": "0.1.0",
10
+ "version": "0.1.1",
8
11
  "description": "HTTP polling provider for Kwirth — pulls remote HTTP endpoints on a schedule and pushes each result to the subscribed channels",
9
12
  "website": "https://kwirthmagnify.dev",
10
- "requiresRestart": false,
13
+ "requiresRestart": true,
11
14
  "requiresExtension": []
12
15
  }