diff --git a/bun.lock b/bun.lock index 18c2c53..f0b17f3 100644 --- a/bun.lock +++ b/bun.lock @@ -4,21 +4,21 @@ "": { "name": "@flowscripter/example-plugin", "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.11", - "@flowscripter/example-plugin-api": "^1.0.3", + "@flowscripter/dynamic-plugin-framework": "latest", + "@flowscripter/example-plugin-api": "latest", }, "devDependencies": { - "@types/bun": "^1.2.4", + "@types/bun": "latest", }, "peerDependencies": { - "typescript": "^5.8.2", + "typescript": "latest", }, }, }, "packages": { - "@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.11", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-Q+pziccNCncF2c/kRxODJCz8S30/WuzI3rF0OC0amT7gSKlTzWqxP3xfQS979laX0yMUEn67bF0+pgigGRpOjg=="], + "@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.12", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-Mw3Pw45KLeepr01MPJISxjVN5zfBLMIsCv6TgJfdfoBBZ6l2NsQu7mX4XkA+ZSNmbRAH6gZdDAJU38O9UJV/cA=="], - "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.3", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-fjyIsUU/MTQDMgLUY5YXLTy9nDs+xsvF9jpovX9jZlip7DKYqaVb5y1I63dBo7zbB7zTaEiAlZj4daNYD7Ourw=="], + "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.4", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-uFggqHpcuMfhctAggDUO1YQ/3IrfkupMsRAHqcGpvc8uLfTD+tPzGL3a1FYc7kN2HM8faQwGWl9BYvTyc4+lfQ=="], "@types/bun": ["@types/bun@1.2.4", "", { "dependencies": { "bun-types": "1.2.4" } }, "sha512-QtuV5OMR8/rdKJs213iwXDpfVvnskPXY/S0ZiFbsTjQZycuqPbMW8Gf/XhLfwE5njW8sxI2WjISURXPlHypMFA=="], diff --git a/package.json b/package.json index ba5d723..72586f5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "typescript": "^5.8.2" }, "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.11", - "@flowscripter/example-plugin-api": "^1.0.3" + "@flowscripter/dynamic-plugin-framework": "^1.3.12", + "@flowscripter/example-plugin-api": "^1.0.4" } }