diff --git a/.vscode/launch.json b/.vscode/launch.json index af3258b..1830484 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,6 @@ { "name": "Debug Tests", "type": "node", - "runtimeVersion": "10", "request": "launch", "smartStep": false, "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", diff --git a/CHANGELOG.md b/CHANGELOG.md index d790aaa..f34d44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.11.3](https://github.com/rokucommunity/ropm/compare/0.11.2...v0.11.3) - 2026-01-23 +### Added + - Add support for workspace projects ([#67](https://github.com/rokucommunity/ropm/pull/67)) +### Changed + - upgrade to [roku-deploy@3.16.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3161---2025-12-05). Notable changes since 3.14.4: + + + ## [0.11.2](https://github.com/rokucommunity/ropm/compare/0.11.1...v0.11.2) - 2025-10-31 ### Changed - chore: support OIDC for publishing ([#123](https://github.com/rokucommunity/brighterscript/pull/123)) @@ -698,3 +706,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + diff --git a/package-lock.json b/package-lock.json index 04649e0..38b0d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ropm", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ropm", - "version": "0.11.2", + "version": "0.11.3", "license": "MIT", "dependencies": { "@rokucommunity/logger": "^0.3.11", @@ -18,7 +18,7 @@ "glob-all": "3.2.1", "latinize": "0.5.0", "npm-packlist": "2.1.4", - "roku-deploy": "^3.14.4", + "roku-deploy": "^3.16.1", "semver": "^7.6.3", "yargs": "16.2.0" }, @@ -6990,9 +6990,9 @@ } }, "node_modules/roku-deploy": { - "version": "3.14.4", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.14.4.tgz", - "integrity": "sha512-JWx+VetKadMPnGrc80cQCSaJSuTtR1tAA/3JiygFBJiK7gPYBCx8/2c9fq1wajuJ+t/0dqP7XYD/6v33nliFwA==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.16.1.tgz", + "integrity": "sha512-snCMjmJkFodBYu8K6mreYshPekQKvs8HtUYfj74mwREAjF9rtMoXdJb8XgD2NkvYaYwGe5i0vbRGCt7o6jWypg==", "dependencies": { "@types/request": "^2.47.0", "chalk": "^2.4.2", @@ -13593,9 +13593,9 @@ } }, "roku-deploy": { - "version": "3.14.4", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.14.4.tgz", - "integrity": "sha512-JWx+VetKadMPnGrc80cQCSaJSuTtR1tAA/3JiygFBJiK7gPYBCx8/2c9fq1wajuJ+t/0dqP7XYD/6v33nliFwA==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.16.1.tgz", + "integrity": "sha512-snCMjmJkFodBYu8K6mreYshPekQKvs8HtUYfj74mwREAjF9rtMoXdJb8XgD2NkvYaYwGe5i0vbRGCt7o6jWypg==", "requires": { "@types/request": "^2.47.0", "chalk": "^2.4.2", diff --git a/package.json b/package.json index 1209bfb..e4625a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ropm", - "version": "0.11.2", + "version": "0.11.3", "description": "", "scripts": { "preversion": "npm run build && npm run lint && npm run test", @@ -46,7 +46,7 @@ "glob-all": "3.2.1", "latinize": "0.5.0", "npm-packlist": "2.1.4", - "roku-deploy": "^3.14.4", + "roku-deploy": "^3.16.1", "semver": "^7.6.3", "yargs": "16.2.0" },