etcher-sdk 10.1.5 → 10.1.6
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "etcher-sdk",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.6",
|
|
4
4
|
"description": "Etcher SDK",
|
|
5
5
|
"author": "Balena Ltd <hello@balena.io>",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"flowzone-preinstall": "sudo apt-get update && sudo apt-get install -y libudev-dev",
|
|
11
11
|
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
|
|
12
|
-
"lint": "balena-lint lib typings examples",
|
|
12
|
+
"lint": "balena-lint lib typings examples && tsc --noEmit --project .",
|
|
13
13
|
"lint-fix": "balena-lint --fix lib typings examples tests",
|
|
14
|
-
"build": "tsc",
|
|
14
|
+
"build": "tsc --project ./tsconfig.build.json",
|
|
15
15
|
"doc": "typedoc --readme none --plugin typedoc-plugin-markdown --out doc lib && npm run sed",
|
|
16
16
|
"sed": "sed -i'.bak' 's|'$(pwd)'||g' $(find doc -type f) && rimraf doc/*.bak doc/**/*.bak",
|
|
17
17
|
"prepublish": "npm run build"
|
|
@@ -107,6 +107,6 @@
|
|
|
107
107
|
"node": ">18 <25"
|
|
108
108
|
},
|
|
109
109
|
"versionist": {
|
|
110
|
-
"publishedAt": "2026-
|
|
110
|
+
"publishedAt": "2026-05-27T09:11:37.107Z"
|
|
111
111
|
}
|
|
112
112
|
}
|