diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 8e65cbc..504ff10 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -custom: https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN +custom: https://Stripe.PlayForm.Cloud/b/3csdQZfzn2LDaBOcMN open_collective: playform-cloud-collective diff --git a/.github/Update.md b/.github/Update.md new file mode 100644 index 0000000..91f6503 --- /dev/null +++ b/.github/Update.md @@ -0,0 +1 @@ +Update: Sun Aug 10 01:38:30 UTC 2025 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 575fdde..4e1578c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: schedule: interval: "daily" versioning-strategy: increase + ignore: + - dependency-name: "tailwindcss" + versions: + - "^4.0.0" diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml new file mode 100644 index 0000000..980a3e9 --- /dev/null +++ b/.github/workflows/Auto.yml @@ -0,0 +1,68 @@ +name: Auto + +concurrency: + group: Auto-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +permissions: + contents: write + +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + workflow_call: + +jobs: + Commit: + runs-on: ubuntu-latest + + env: + ADBLOCK: true + ASTRO_TELEMETRY_DISABLED: 1 + AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 + AZURE_CORE_COLLECT_TELEMETRY: 0 + CHOOSENIM_NO_ANALYTICS: 1 + DIEZ_DO_NOT_TRACK: 1 + DO_NOT_TRACK: 1 + DOTNET_CLI_TELEMETRY_OPTOUT: 1 + DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 + ET_NO_TELEMETRY: 1 + GATSBY_TELEMETRY_DISABLED: 1 + GATSBY_TELEMETRY_OPT_OUT: 1 + GATSBY_TELEMETRY_OPTOUT: 1 + GRIT_TELEMETRY_DISABLED: 1 + HASURA_GRAPHQL_ENABLE_TELEMETRY: false + HINT_TELEMETRY: off + HOMEBREW_NO_ANALYTICS: 1 + INFLUXD_REPORTING_DISABLED: true + ITERATIVE_DO_NOT_TRACK: 1 + NEXT_TELEMETRY_DEBUG: 1 + NEXT_TELEMETRY_DISABLED: 1 + NG_CLI_ANALYTICS: false + NUXT_TELEMETRY_DISABLED: 1 + PIN_DO_NOT_TRACK: 1 + POWERSHELL_TELEMETRY_OPTOUT: 1 + SAM_CLI_TELEMETRY: 0 + STNOUPGRADE: 1 + STRIPE_CLI_TELEMETRY_OPTOUT: 1 + TELEMETRY_DISABLED: 1 + TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 + + steps: + - uses: actions/checkout@v4.2.2 + + - run: | + echo "Update: $(date)" > .github/Update.md + + - run: | + git config user.name "Auto" + git config user.email "Commit@PlayForm.Cloud" + git add . + git commit -a --allow-empty-message -m "" + + - uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: Current diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 387fece..c762478 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.2.0 + - uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v2.2.0 + - uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index ab334a3..165c538 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.1 + - uses: pozil/auto-assign-issue@v2.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 45e4ee5..34e6dbd 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.4.0 with: node-version: "18" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 2abe3bd..fdaaee0 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 9.3.0 run_install: | @@ -76,7 +76,7 @@ jobs: --unsafe-perm=true ] - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.4.0 with: node-version: ${{ matrix.node-version }} cache: "pnpm" @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.2 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target diff --git a/CHANGELOG.md b/CHANGELOG.md index c687174..65dfa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ ## 0.0.8 -### Changed +### Change - Updated to Biome 1.9.4. - Enforced stricter code style with `useFilenamingConvention`. - Updated dependencies. - Improved developer experience with better logging and error handling. -### Added +### Add - `Run` script to package.json for building with watch mode. - Provenance to package.json. @@ -18,45 +18,45 @@ ## 0.0.7 -### Changed +### Change - Updated to Biome 1.8.3. - Improved logging for debugging. -### Fixed +### Fix - Resolved an issue where the integration would not correctly apply the Biome configuration. ## 0.0.6 -### Changed +### Change - Updated to Biome 1.8.2. - Improved code organization. - Updated `@playform/pipe` dependency to 0.0.6. - Updated `@playform/build` dependency to 0.0.11. -### Added +### Add - Introduced a new `Merge` function for merging configuration objects. ## 0.0.5 -### Changed +### Change - Updated dependencies, including bumping Biome to 1.8.0, Astro to "\*", and `deepmerge-ts` to 7.0.3. ## 0.0.4 -### Changed +### Change - Bumped version. ## 0.0.3 -### Changed +### Change - Updated to Biome 1.7.3. - Restructured codebase. @@ -64,18 +64,18 @@ - Updated dependencies: bumped `@playform/pipe` to 0.0.5, `astro` to 4.9.2, `deepmerge-ts` to 7.0.1, and `@playform/build` to 0.0.10. -### Added +### Add - Support for Astro integration. - `astro-biome`, `astro-format`, and `format` scripts to package.json. ## 0.0.2 -### Changed +### Change - Updated dependencies. -### Added +### Add - Astro integrations. - `astro-component`, `astro-integration`, and `withastro` scripts to @@ -83,6 +83,6 @@ ## 0.0.1 -### Added +### Add - Initial release of Format. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c728bc2..e9a5011 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -7,22 +7,22 @@ environment for all contributors. As members, contributors, and leaders, we pledge to make participation in our community a harassment-free experience for everyone, regardless of: -- Age -- Body size -- Visible or invisible disability -- Ethnicity -- Sex characteristics -- Gender identity and expression -- Level of experience -- Education -- Socio-economic status -- Nationality -- Personal appearance -- Race -- Caste -- Color -- Religion -- Sexual identity and orientation +- Age +- Body size +- Visible or invisible disability +- Ethnicity +- Sex characteristics +- Gender identity and expression +- Level of experience +- Education +- Socio-economic status +- Nationality +- Personal appearance +- Race +- Caste +- Color +- Religion +- Sexual identity and orientation We promise to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. @@ -32,25 +32,24 @@ diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -- Focusing on what is best not just for us as individuals but for the overall - community +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +- Focusing on what is best not just for us as individuals but for the overall + community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or advances - of any kind -- Trolling, insulting, or derogatory comments, and personal or political - attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email address, - without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery, and sexual attention or advances of + any kind +- Trolling, insulting, or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, + without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Enforcement Responsibilities @@ -74,7 +73,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@PlayForm.LTD. All complaints will be reviewed and investigated +Community@PlayForm.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9559e2b..32c7129 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,25 +20,24 @@ to an open, welcoming, diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -- Focusing on what is best not just for us as individuals, but for the overall - community +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +- Focusing on what is best not just for us as individuals, but for the overall + community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or advances - of any kind -- Trolling, insulting, or derogatory comments, and personal or political - attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email address, - without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery, and sexual attention or advances of + any kind +- Trolling, insulting, or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, + without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Enforcement Responsibilities @@ -62,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Community@PlayForm.LTD. All complaints will be reviewed and investigated +Community@PlayForm.Cloud. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/DEPENDENTS.md b/DEPENDENTS.md index ecf460d..e8af1a0 100644 --- a/DEPENDENTS.md +++ b/DEPENDENTS.md @@ -1,12 +1,12 @@ # Dependents stats for PlayForm/Format -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-3&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) -[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=24&color=informational&logo=slickpic)](HTTPS://GitHub.Com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-3&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) +[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=28&color=informational&logo=slickpic)](https://github.com/PlayForm/Format/network/dependents) | Repository | Stars | | :-------- | -----: | -|   [PlayForm](HTTPS://GitHub.Com/PlayForm) / [Starter](HTTPS://GitHub.Com/PlayForm/Starter) | 12 | +|   [PlayForm](https://github.com/PlayForm) / [Starter](https://github.com/PlayForm/Starter) | 14 | -_Generated using [github-dependents-info](HTTPS://GitHub.Com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](HTTPS://GitHub.Com/nvuillam)_ +_Generated using [github-dependents-info](https://github.com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](https://github.com/nvuillam)_ \ No newline at end of file diff --git a/README.md b/README.md index 02a3141..5aeeb7b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -

Astro

Related —

Build
Dependency
Version
Star
Download
🗜️ Compress —
Build
Dependency
Version
Star
Download
🦔 Inline —
+

Astro

Related

Build
Dependency
Version
Star
Download
Compress 🗜️
Build
Dependency
Version
Star
Download
Inline 🦔
-# 🗻 [Format] — +# [Format] 🗻 -This **[`Astro integration`][astro-integration]** brings Biome tools to your Astro -project. +This **[`Astro integration`][astro-integration]** brings Biome tools to your +Astro project. [`Biome`][Biome] @@ -12,7 +12,7 @@ project. > `Format` will not lint / format your requests, only your statically generated > build and pre-rendered routes. -## 🚀 Installation +## Installation 🚀 There are two ways to add integrations to your project. Let's try the most convenient option first! @@ -67,12 +67,13 @@ export default { integrations: [Biome()] }; ## Getting started -The utility will now lint and format with [`Biome`][Biome] all of your JavaScript -and TypeScript files, including CommonJS modules in the Astro `outDir` folder. +The utility will now lint and format with [`Biome`][Biome] all of your +JavaScript and TypeScript files, including CommonJS modules in the Astro +`outDir` folder. You can override any of the default options from the configurations of: -- [`biome`](Source/Option/Biome.ts) +- [`biome`](Source/Option/Biome.ts) or disable them entirely: diff --git a/Source/Function/Configuration.ts b/Source/Function/Configuration.ts index ae5d251..9e67f86 100644 --- a/Source/Function/Configuration.ts +++ b/Source/Function/Configuration.ts @@ -16,8 +16,10 @@ export default (async (...[File]) => { return ( await readFile( resolve( - `${(await import("path")).dirname( - (await import("url")).fileURLToPath(import.meta.url), + `${(await import("node:path")).dirname( + (await import("node:url")).fileURLToPath( + import.meta.url, + ), )}/../../${File}`, ), "utf-8", @@ -26,6 +28,6 @@ export default (async (...[File]) => { } }) satisfies Interface as Interface; -export const { readFile } = await import("fs/promises"); +export const { readFile } = await import("node:fs/promises"); -export const { resolve } = await import("path"); +export const { resolve } = await import("node:path"); diff --git a/Source/Function/Integration.ts b/Source/Function/Integration.ts index d5c626f..4c4715a 100644 --- a/Source/Function/Integration.ts +++ b/Source/Function/Integration.ts @@ -61,7 +61,7 @@ export default ((...[_Option = {}]) => { Wrote: async ({ Buffer, Output }) => { try { return _Biome.formatContent(Buffer.toString(), { - filePath: (await import("path")).resolve( + filePath: (await import("node:path")).resolve( Output, ), }).content; @@ -77,7 +77,7 @@ export default ((...[_Option = {}]) => { // _Biome // .lintContent(Buffer.toString(), { // filePath: ( - // await import("path") + // await import("node:path") // ).resolve(Output), // }) // .diagnostics.forEach( diff --git a/Target/Function/Configuration.js b/Target/Function/Configuration.js index fc9e1c5..9e53244 100644 --- a/Target/Function/Configuration.js +++ b/Target/Function/Configuration.js @@ -1 +1 @@ -var i=async(...[t])=>{try{return(await r(a(`${(await import("process")).cwd()}/${t}`),"utf-8")).toString()}catch{return(await r(a(`${(await import("path")).dirname((await import("url")).fileURLToPath(import.meta.url))}/../../${t}`),"utf-8")).toString()}};const{readFile:r}=await import("fs/promises"),{resolve:a}=await import("path");export{i as default,r as readFile,a as resolve}; +var i=async(...[t])=>{try{return(await r(a(`${(await import("process")).cwd()}/${t}`),"utf-8")).toString()}catch{return(await r(a(`${(await import("node:path")).dirname((await import("node:url")).fileURLToPath(import.meta.url))}/../../${t}`),"utf-8")).toString()}};const{readFile:r}=await import("node:fs/promises"),{resolve:a}=await import("node:path");export{i as default,r as readFile,a as resolve}; diff --git a/Target/Function/Integration.js b/Target/Function/Integration.js index deef1a3..7cdf4ea 100644 --- a/Target/Function/Integration.js +++ b/Target/Function/Integration.js @@ -1 +1 @@ -var h=(...[r={}])=>{Object.entries(r).forEach(([t,i])=>Object.defineProperty(r,t,{value:i===!0?f[t]:r[t]}));const{Path:e,Cache:c,Logger:p,Exclude:m,Action:y,Biome:n}=s(f,r),o=new Set;return typeof e<"u"&&((Array.isArray(e)||e instanceof Set)&&e.forEach(t=>o.add(t)),e instanceof Map&&o.add(e)),{name:"@playform/format",hooks:{"astro:build:done":async({dir:t})=>{o.size===0&&o.add(t);const i=await(await import("@biomejs/js-api")).Biome.create({distribution:(await import("@biomejs/js-api")).Distribution.NODE});try{n&&typeof n=="object"&&i.applyConfiguration(n)}catch(a){console.log(a)}const l=s(y,{Wrote:async({Buffer:a,Output:d})=>{try{return i.formatContent(a.toString(),{filePath:(await import("path")).resolve(d)}).content}catch(u){return console.log(u),a}}});for(const a of o)await(await(await(await new(await import("@playform/pipe")).default(c,p).In(a)).By("**/*.{js,mjs,cjs,ts,json}")).Not(m)).Pipe(l)}}}};const{default:f}=await import("../Variable/Option.js"),{default:s}=await import("./Merge.js");export{f as Default,s as Merge,h as default}; +var h=(...[r={}])=>{Object.entries(r).forEach(([t,i])=>Object.defineProperty(r,t,{value:i===!0?f[t]:r[t]}));const{Path:e,Cache:c,Logger:p,Exclude:m,Action:y,Biome:n}=s(f,r),o=new Set;return typeof e<"u"&&((Array.isArray(e)||e instanceof Set)&&e.forEach(t=>o.add(t)),e instanceof Map&&o.add(e)),{name:"@playform/format",hooks:{"astro:build:done":async({dir:t})=>{o.size===0&&o.add(t);const i=await(await import("@biomejs/js-api")).Biome.create({distribution:(await import("@biomejs/js-api")).Distribution.NODE});try{n&&typeof n=="object"&&i.applyConfiguration(n)}catch(a){console.log(a)}const l=s(y,{Wrote:async({Buffer:a,Output:d})=>{try{return i.formatContent(a.toString(),{filePath:(await import("node:path")).resolve(d)}).content}catch(u){return console.log(u),a}}});for(const a of o)await(await(await(await new(await import("@playform/pipe")).default(c,p).In(a)).By("**/*.{js,mjs,cjs,ts,json}")).Not(m)).Pipe(l)}}}};const{default:f}=await import("../Variable/Option.js"),{default:s}=await import("./Merge.js");export{f as Default,s as Merge,h as default}; diff --git a/biome.json b/biome.json index 9b50afd..b558559 100644 --- a/biome.json +++ b/biome.json @@ -1,13 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/biomejs/biome/main/packages/%40biomejs/biome/configuration_schema.json", "files": { - "ignore": [ - "**/*.astro", - "**/Documentation/**/*", - "**/Target/**/*", - "**/dist/**/*", - "package.json" - ], + "ignoreUnknown": true, "maxSize": 10000000 }, "formatter": { @@ -54,35 +48,23 @@ "linter": { "enabled": true, "rules": { - "a11y": { - "all": true - }, - "all": true, "complexity": { - "all": true, "noExcessiveCognitiveComplexity": "off", "noForEach": "off", "noUselessLoneBlockStatements": "off", "useLiteralKeys": "off" }, "correctness": { - "all": true, "noNodejsModules": "off", - "noUnusedVariables": "off" + "noUndeclaredDependencies": "off", + "noUnusedVariables": "off", + "useJsxKeyInIterable": "off" }, "nursery": { - "all": true, - "useImportRestrictions": "off", "useSortedClasses": "off" }, - "performance": { - "all": true - }, - "security": { - "all": true - }, + "style": { - "all": true, "noDefaultExport": "off", "noUselessElse": "off", "useFilenamingConvention": { @@ -93,19 +75,15 @@ "strictCase": true } }, - "useImportType": "off", + "useImportType": "error", "useNamingConvention": "off", "useShorthandFunctionType": "off" }, "suspicious": { - "all": true, - "noConsoleLog": "off" + "noConsole": "off" } } }, - "organizeImports": { - "enabled": false - }, "vcs": { "clientKind": "git", "enabled": true, diff --git a/package.json b/package.json index 574e9a3..1a882fe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@playform/format", "version": "0.0.8", "private": false, - "description": "🗻 Format —", + "description": "Format 🗻", "keywords": [ "astro", "astro-component", @@ -27,9 +27,9 @@ }, "license": "SEE LICENSE IN LICENSE", "author": { - "name": "🖋️ Source — 👐🏻 Open —", - "email": "Source/Open@PlayForm.LTD", - "url": "HTTPS://PlayForm.LTD" + "name": "Source ✍🏻 Open 👐🏻", + "email": "Source/Open@PlayForm.Cloud", + "url": "HTTPS://PlayForm.Cloud" }, "type": "module", "main": "./Target/Function/Integration.js", @@ -39,15 +39,15 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "@biomejs/backend-jsonrpc": "1.9.4", - "@biomejs/js-api": "0.7.1", - "@biomejs/wasm-nodejs": "1.9.4", - "@playform/pipe": "0.1.2", + "@biomejs/backend-jsonrpc": "2.1.4", + "@biomejs/js-api": "2.0.3", + "@biomejs/wasm-nodejs": "2.1.4", + "@playform/pipe": "0.1.3", "astro": "*", - "deepmerge-ts": "7.1.3" + "deepmerge-ts": "7.1.5" }, "devDependencies": { - "@playform/build": "0.2.1" + "@playform/build": "0.2.5" }, "publishConfig": { "access": "public",