Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 11, 2024
1 parent aa18457 commit 95eac2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pico-w-go",
"displayName": "MicroPico",
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico boards running MicroPython firmware.",
"version": "4.0.1",
"version": "4.0.2",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down Expand Up @@ -612,7 +612,7 @@
"compile": "rollup -c && npm run compile-uninstaller",
"watch": "rollup -cw",
"package-local": "rimraf dist && rollup -c --environment BUILD:production --sourcemap hidden && npm run compile-uninstaller",
"package": "rollup -c --environment BUILD:production --sourcemap hidden && npm run compile-uninstaller",
"package": "rollup -c --environment BUILD:production && npm run compile-uninstaller",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
Expand Down Expand Up @@ -645,7 +645,7 @@
"typescript-eslint": "^8.5.0"
},
"dependencies": {
"@paulober/pico-mpy-com": "^1.0.16",
"@paulober/pico-mpy-com": "^1.0.17",
"@vscode/python-extension": "^1.0.5",
"axios": "^1.7.7",
"fs-extra": "^11.2.0",
Expand Down
1 change: 0 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ done

# macOS universal publish not possible workaround

rm *.vsix
rm -rf prebuilds
mkdir prebuilds
cp -r "node_modules/@serialport/bindings-cpp/prebuilds/darwin-x64+arm64" "./prebuilds"
Expand Down

0 comments on commit 95eac2f

Please sign in to comment.