Coder Social home page Coder Social logo

publish-browser-extension's People

Contributors

aklinker1 avatar hyoban avatar otard95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

publish-browser-extension's Issues

Node >=20 support

It says you have to have Node 18 (and npm 8):

"engines": {
"node": "18",
"pnpm": "8"
},

Pardon my ignorance for not knowing why but consider this issue a feature request to support >=20 :)

I noticed it when testing WXT as I saw:

❯ npx wxt@latest init ghdocser
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '18', pnpm: '8' },
npm WARN EBADENGINE   current: { node: 'v20.11.0', npm: '10.2.4' }
npm WARN EBADENGINE }

WXT 0.16.4

Firefox use temp directory to unzip extension for validation

When running web-ext to sign and validate the firefox extension, a directory must be used for the WEB_EXT_SOURCE_DIR.

The extension should create this directory as a temp directory, extract the zip file there, then use that directory for the WEB_EXT_SOURCE_DIR.

Specifically report missing configs

export function validateConfig(config: any): InternalConfig {
const result = InternalConfig.safeParse(config);
if (!result.success) {
throw Error('Missing required config', { cause: result.error });

Now it just throws an error, it might be better to pinpoint the missing config.

I am willing to submit a pull request for this change.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.