Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bigcommerce/stencil-cli

Package Overview
Dependencies
Maintainers
16
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigcommerce/stencil-cli - npm Package Versions

1
16

3.3.0

Diff

Changelog

Source

3.3.0 (2021-06-14)

  • feat: strf-9087 Prompt user to select channel id if multiple storefronts are enabled (85d773)
jairobc
published 3.2.1 •

Changelog

Source

<small>3.2.1 (2021-05-24)</small>

  • refactor: move API requests from commands to themeApiClient (06f8d61)
  • feat: remove old unused field staplerUrl from local server (a3ec69f)
  • fix: (STRF-9087) set upstream=storefront to support multiple channels in start command (3f6b8ed)
  • fix: Typo fix at StencilConfigManager.js(4c2a04d)
max.henash
published 3.2.0 •

Changelog

Source

3.2.0 (2021-03-22)

  • feat: strf-7651 - update push command to take into account multiple channels (7582e7c)
  • feat: strf-8282 - update pull command to take into account multiple channels (00b4571)
  • feat: strf-8282 - use sites instead of channels API (bf16215)
  • feat: strf-9071 - update download command to support multiple channels (d6a9f94)
max.henash
published 3.1.1 •

Changelog

Source

<small>3.1.1 (2021-03-10)</small>

  • fix: (STRF-9019) wrong reading from stream breaks stencil-download command (eb9b082)
  • fix: broken changelog.md after stencil release command (ec4a72a)
junedkazi
published 3.1.0 •

Changelog

Source

3.1.0 (2021-01-15)

  • fix:(STRF-8909) theme variation not applied with activate flag (#679) (6830f15)
  • fix: (strf-8745) move common headers inside sendApiRequest and refactor NetworkUtils (21a3522)
  • fix: (strf-8840) add missing rejectUnauthorized parameter to the API requests (5ee6138)
  • fix: add handling cases when redirect link is already stripped in normalizeRedirectUrl (88fee5d)
  • fix(stencil-push): (STRF-8913) increase maxBodyLength in NetworkUtils.sendApiRequest (f2e3918)
  • fix(stencil-release): (STRF-6905) add updating version in package-lock.json (8f9ff79)
  • fix(stencil-release): fix typo in the code (e6dfbc3)
  • fix(stencil-release): fix uploading broken bundle archive to github (0271ed4)
  • refactor: (strf-8745) replace fetch with axios (946a012)
  • refactor: (strf-8747) move code dealing with .stencil file into a separate class (7b371e8)
  • feat: (strf-8747) split .stencil file into 2 configs (6f3d2dc)
  • feat: increase coverage threshold (9dfa78c)
junedkazi
published 3.0.3 •

Changelog

Source

<small>3.0.3 (2020-10-19)</small>

  • fix: (strf-8746) make local server parse binary data responses right (39dacd8)
junedkazi
published 3.0.2 •

Changelog

Source

<small>3.0.2 (2020-10-13)</small>

  • fix: (strf-8740) fix a typo in StencilStart.assembleTemplates() (7f58d48)
  • fix: add missed linting step to github actions (19b4012)
  • fix: add missed test coverage check to github actions (39d137d)
  • fix: fix linting problems on Windows (bcdfaa4)
  • feat: (strf-8740) cover StencilStart.assembleTemplates() with tests (0adf1f8)
  • refactor: (strf-8740) move recursiveReadDir to fsUtils (f2e2724)
junedkazi
published 3.0.1 •

Changelog

Source

<small>3.0.1 (2020-10-08)</small>

  • fix: (strf-8734) fix a typo in renderer.module -> getTemplatePath() (de5a91b)
  • fix: add file list to package file to ignore tests and cli release code (de4468f)
junedkazi
published 3.0.0 •

Changelog

Source

3.0.0 (2020-10-06)

  • fix: (strf-5280) Multiple themes - Changes to config.json not reflected (0b28309)
  • fix: (strf-8705) fix broken headers and cookies in local server (1dc8afd)
  • fix: apply various PR fixes (c5d964b)
  • fix: fix lint errors in lib/stencil-init.js (a2e7383)
  • fix: fix lint errors in lib/stencil-init.spec.js (0b2b328)
  • fix: inquirer.prompt is not called when not necessary (beeca29)
  • fix: make running tests in verbose mode (8bdd3d4)
  • fix: reverts change to mock test answers (ea9c76e)
  • fix: strf-8574 Bump version of "archiver" to fix security issues (42f4528)
  • fix: strf-8574 Bump versions of npm modules to fix security issues (2587d0a)
  • fix: strf-8574, bump "hapi" and its modules to fix security issues (b520daa)
  • fix: strf-8574, bump version of "@hapi/lab" to fix security issues (44872f2)
  • fix: strf-8574, bump version of "github" package to fix security issues (1013e3a)
  • fix: strf-8574, bump version of "inquirer" to fix security issues (474c9af)
  • fix: strf-8574, remove redundant dependency "hoek" (9aeb3c1)
  • fix(stencil-init.spec.js): fixed a broken test (66ab50d)
  • refactor: (strf-8608) make fsUtils async (bcab218)
  • refactor: (strf-8672) fix ESLint & Prettier errors and refactor some code (300de1e)
  • refactor: move printErrorMessages() from theme-api-client.js to cliCommon.js (d2c259b)
  • refactor: move tests to GitHub Actions, remove Travis and AppVeyor (18c6ff9)
  • refactor: moved common constants to constants.js (a205c5b)
  • refactor: moved StencilStart class to a separate file (fdcdd82)
  • refactor: replace Promises with async/await in stencil-start (9492a42)
  • refactor: strf-8606; removed unused modules "good", "good-console" (1db7f5a)
  • refactor: use fs.existsSync instead of Fs.statSync hack (e097e36)
  • refactor(.eslintrc): update .eslinrc to allow newer JS syntax (f132275)
  • refactor(/bin/stencil-start): rearrange some variables (e8edabb)
  • refactor(/lib/release.js): use async/await instead of callbacks (720fbb1)
  • refactor(stencil-init): improve code style and test coverage (4ac65ff)
  • refactor(stencil-start): refactored the module to OOP style (2ae5b0c)
  • refactor(tests): move tests from /bin to /lib (930922f)
  • feat: (strf-8608) bump recent updates in npm packages (e50e231)
  • feat: (strf-8608) deleted unused npm dependencies (1f64ad9)
  • feat: (strf-8608) replace "request" with "node-fetch" (e758b01)
  • feat: (strf-8608) replaced lab+code+sinon with jest (71e952f)
  • feat: (strf-8608) update "front-matter" (a0aa6fd)
  • feat: (strf-8608) update "simple-git" (7153455)
  • feat: (strf-8608) update "tarjan-graph" (4a27ee6)
  • feat: (strf-8608) updated some npm dependencies (9059210)
  • feat: (strf-8625) support Node 12.x (1449751)
  • feat: (strf-8630) fix template engine values (0af2cb5)
  • feat: (strf-8671) replace "wreck" with "node-fetch" (6dcdd9b)
  • feat: (strf-8672) improve ESLint config and add prettier (a8b78c8)
  • feat: (strf-8673) update "commander" (dc3bf29)
  • feat: (strf-8674) update "async" npm package (9f64096)
  • feat: (strf-8684) update 'tmp' package (b1e932c)
  • feat: bump paper to rc30, release 2.2.0 (6945a3c)
  • feat: bump paper to rc31 (b958744)
  • feat: init no longer prompts when cli option is present (a9fee29)
  • feat: make init command more suitable for automation (ab9b919)
  • feat: strf-8589, drop JSPM support (c39c67b)
  • feat: update "stencil pull" to use configurations API, improving performance (2b142fc)
  • feat: update cli to use template engine based on the value stored in (f9ea0a9)
  • feat(docs): add project structure and best practices (251c1ff)
  • Add npm cache (ad50756)
  • Resolve Schema Translation Error Logging (7e668df)
  • STRF-8582 Bump stencil-styles version (6611284)
  • Update test badges (0fdafcf)
  • test: updates integration and unit tests (9e6131d)
  • test: use better naming of methods and constants (506be68)
  • chore: remove json schema since it has been replaced by ajv (80911e5)

<a name="2.1.1"></a>

junedkazi
published 2.1.1 •

Changelog

Source

<small>2.1.1 (2020-06-12)</small>

-feat: bump paper (91acd1c) -feat: watch storefront config file (e7b43d9)

<a name="2.1.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc