balena-sdk 16.9.1 → 16.9.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/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 16.9.2 - 2021-12-28
8
+
9
+ * Stop relying on the balena-pine module [Thodoris Greasidis]
10
+
7
11
  ## 16.9.1 - 2021-12-28
8
12
 
9
13
  * Enable nested changelogs for balena-hup-action-utils [Thodoris Greasidis]
package/DOCUMENTATION.md CHANGED
@@ -434,7 +434,7 @@ balena.request.send({ url: 'http://api.balena-cloud.com/ping' });
434
434
  <a name="balena.pine"></a>
435
435
 
436
436
  ### balena.pine : <code>Object</code>
437
- The balena-pine instance used internally. This should not be necessary
437
+ The pinejs-client instance used internally. This should not be necessary
438
438
  in normal usage, but can be useful if you want to directly make pine
439
439
  queries to the api for some resource that isn't directly supported
440
440
  in the SDK.
package/README.md CHANGED
@@ -59,7 +59,6 @@ following sample `pkg` section should be added to your application's
59
59
  "node_modules/balena-sdk/**/*.js"
60
60
  ],
61
61
  "assets": [
62
- "node_modules/balena-pine/**/*",
63
62
  "node_modules/pinejs-client-core/**/*"
64
63
  ]
65
64
  }