@flowfuse/nr-assistant 0.5.1-bdb2232-202509041429.0 → 0.6.1-f8348b5-202509051340.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.6.0
2
+ - Fix relative script source path (#77) @Steve-Mcl
3
+ - Add inline completions feature (#75) @Steve-Mcl
4
+
1
5
  ### 0.5.0
2
6
  - Bump actions/checkout from 4.2.2 to 5.0.0 (#69)
3
7
  - Bump flowfuse/github-actions-workflows from 0.40.0 to 0.42.0 (#68)
package/completions.html CHANGED
@@ -1,4 +1,4 @@
1
- <script src="/resources/@flowfuse/nr-assistant/sharedUtils.js"></script>
1
+ <script src="resources/@flowfuse/nr-assistant/sharedUtils.js"></script>
2
2
  <script>
3
3
  /* global FFAssistantUtils */ /* loaded from sharedUtils.js */
4
4
  /* global RED, $ */ /* loaded from Node-RED core */
package/index.html CHANGED
@@ -1,4 +1,4 @@
1
- <script src="/resources/@flowfuse/nr-assistant/sharedUtils.js"></script>
1
+ <script src="resources/@flowfuse/nr-assistant/sharedUtils.js"></script>
2
2
  <script>
3
3
  /* global FFAssistantUtils */ /* loaded from sharedUtils.js */
4
4
  /* global RED, $ */ /* loaded from Node-RED core */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.5.1-bdb2232-202509041429.0",
3
+ "version": "0.6.1-f8348b5-202509051340.0",
4
4
  "description": "FlowFuse Node-RED assistant plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {