Socket
Socket
Sign inDemoInstall

@webiny/error

Package Overview
Dependencies
Maintainers
1
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/error - npm Package Versions

1
43

5.9.0-beta.0

Diff

Changelog

Source

5.9.0-beta.0 (2021-06-18)

Bug Fixes

  • add comments (38d05c1)
  • add dynamoDbTable export (0ab8217)
  • add everything-committed check (a6b1dad)
  • add missing replacement (dcc3bfa)
  • add scaffold description (8cc582a)
  • add types for context object (4126667)
  • check if imports exist first (4661cde)
  • check if stackOutput empty (08ca161)
  • clean up scaffolds file (c07c625)
  • correct typo (5c30b2a)
  • downgrade terminal-link version (d88182c)
  • format code (6ca4e6e)
  • improve description (a1b1c03)
  • improve messaging (1c8f4fd)
  • improve messaging and visual feedback (8d5f5aa)
  • improve messaging and visual feedback (59a12b1)
  • increase wait duration (78dd614)
  • remove "return true" (138de56)
  • remove commented code (981c545)
  • remove old test files (78ba453)
  • remove redundant catch (74f30aa)
  • remove unused variable (97d0de9)
  • reorder calls (8639f93)
  • reorder registration (ca2eaf2)
  • replace findByText with findByTestId (06466a1)
  • temporarily disable cloud infra destroy (3bb3b27)
  • temporarily disable cloud infra destroy (9b6c0ac)
  • temporary disable check (3537b68)
  • undo comment (8c003c2)
  • unify chalk version (56e2f73)
  • update command (4585da2)
  • update context (f48c7d9)
  • update dependencies (073e35a)
  • update dependencies (fc8bae3)
  • update dependencies (485deaa)
  • update dependencies (c99e57f)
  • update dependencies (because of scaffolds) (efd7ef6)
  • update description (01e902a)
  • update description (c1e492c)
  • update next steps / useful links sections (83b24a5)
  • update TS configs (bd59190)
  • update yarn.lock (1d5f1be)
  • update yarn.lock (360216d)
  • upgrade cache key (5aac04b)
  • use newly added CliContext type (92a0284)
  • use regex to replace all occurrences of "" (74cbf7f)
  • use require instead of import (71641ec)
  • use targetVersion (aa56511)
  • app-headless-cms: missing createdBy when created new content model (#1721) (3167985)
  • visually improve scaffolds list (919346e)
  • telemetry: rename package and upgrade configs and env vars loading (4791937)
  • add comments (1c98679)
  • add missing await keyword (2734c34)
  • add missing ELASTIC_SEARCH_INDEX_PREFIX env variable (f74e48d)
  • add missing await keyword (396c21b)
  • add note about mdbid (0e5ecaf)
  • add note about webinyVersion (1a74d72)
  • add support for importing via "~" (6abc66b)
  • correct link (7b929f7)
  • correct package name (afc5acf)
  • ensure forward slashes used in "key" (43cb0c5)
  • export dynamoDbTable (0980e2c)
  • improve ts-morph code (e58b852)
  • make getStackOutput sync (beec7a5)
  • remove __types old file (fe52c52)
  • remove "~" entry (02fa8dd)
  • remove cache.restore(window.__APOLLO_STATE__); (old code) (112bd59)
  • remove mentions of Elasticsearch (1f2e44d)
  • remove old files (d741ea6)
  • rename sorters to value and make it more loose (0f93a79)
  • sync with the template (21a49b1)
  • update comments (6f4c5c4)
  • update template (af1e61f)
  • update template (f50f913)
  • update template (3098748)
  • update template (56b70fd)
  • update template (01bcb61)
  • api-file-manager: remove build customization (91f8ee9)
  • api-headless-cms-ddb-es: move beforeInstall code to a dedicated plugin (01d48b8)
  • api-page-builder: remove unnecessary Partial type (e3b161c)
  • api-page-builder: update plugin usage (e18ade7)
  • api-security: add generic context parameter to plugin classes (a131f98)
  • api-security: update return type (228f388)
  • api-security-tenancy: don't load anonymous permissions if identity is determined (0230f29)
  • api-tenancy: add methods to get/set current tenant and getTenantById (9fbb75a)
  • api-tenancy: simplify TenantPlugin types (425afca)
  • app-admin: improve MenuPlugin types (cc949be)
  • app-page-builder: extend Plugin class in PbEditorPageSettingsPlugin (9933e3b)
  • app-page-builder: update imports (2d41057)
  • project-utils: improve error output (6419cd1)
  • update tests configuration (de5b421)
  • use "~/index" (b68451c)
  • project-utils: use / for package paths (f1dfc42)

Features

  • cli: add upgrade for 5.9.0 (bc2c2f9)
  • add babelrc / jest.config.js (185535e)
  • add scaffolds index file (5e84825)
  • add scaffolds index file (321cef3)
  • automatically update scaffolds index file (193da0f)
  • create formatCode utility function (43980f4)
  • create updateScaffoldsIndexFile utility function (b214c02)
  • api-dynamic-pages: add dynamic pages mechanism (ba30792)
  • api-headless-cms: add plugins for internal security (f1c6270)
  • api-headless-cms-dynamic-pages: introduce CMS data sources (a092789)
  • api-page-builder: introduce new plugin classes (b1c2f6c)
  • api-security: introduce AuthenticationPlugin and AuthorizationPlugin classes (89184b8)
  • api-security-admin-users: introduce a dedicated package for admin users API (e9eb8f4)
  • api-security-admin-users: introduce admin users package (f5f08fc)
  • api-security-admin-users-cognito: introduce Cognito IdP plugin for admin users (5cbc255)
  • api-security-cognito-authentication: introduce cognito authentication plugin (e5707a8)
  • api-tenancy: introduce api-tenancy package and TenantPlugin (440894a)
  • api-tenancy: introduce tenancy package (5f4a472)
  • app: introduce ApolloCacheObjectIdPlugin plugin class (1acf70a)
  • app: introduce ViewPlugin and View component (0d8e270)
  • app-page-builder: add view regions to website settings (e49d5c8)
  • app-security-admin-users: add package for admin users (632d5b9)
  • app-security-admin-users: introduce package and refactor to use plugin classes (843307f)
  • app-security-admin-users-cognito: introduce a package for admin users cognito plugins (6472ca5)
  • app-security-cognito-authentication: introduce hooks for each authentication step (e81baa8)
  • app-security-cognito-authentication: introduce package for authentication UI (e733952)
  • project-utils: enable minification on function builds (036661a)
  • add .babelrc and jest.config.js files (89c1985)
  • create new GraphQL package template (9fea030)
  • app-tenancy: add new package and create TenantPlugin (c15fcbf)
  • handler: introduce ContextPlugin class (9814440)
webiny
published 5.8.0 •

Changelog

Source

5.8.0 (2021-06-07)

Note: Version bump only for package webiny-js

webiny
published 5.8.0-beta.1 •

Changelog

Source

5.8.0-beta.1 (2021-06-05)

Bug Fixes

  • cli: use uuid instead of public-ip (36e1bbe)
webiny
published 5.8.0-beta.0 •

Changelog

Source

5.8.0-beta.0 (2021-06-03)

Bug Fixes

  • add "typescript" to resolutions (5f8dea8)
  • api-headless-cms: content model group schema required variables (#1672) (4ded6fd)
  • api-headless-cms-ddb-es: get previous entry (#1679) (1d32e51)
  • app-headless-cms: add selection to createdBy field due to schema changes (#1673) (b6a5556)
  • add comment about the "staging" environment (2d9e11a)
  • add comment about the "staging" environment (68f9a2b)
  • bring back build check (ef3d061)
  • correct loading of env variables (9011368)
  • remove unnecessary code (cb781d1)
  • reorder checks (bff84bc)
  • send project root to login calls (e8f79cb)
  • set waitForDeployment: true, (1e07580)
  • set waitForDeployments: false (b981fd8)
  • update dependencies (3a9813c)
  • api-file-manager: update validators (e89fa39)
  • api-headless-cms-ddb-es: add missing filter property (#1667) (0821e86)
  • app-admin: add missing dependency (7845e15)
  • update ElasticsearchQuery types (4ab620e)
  • app-admin: improve type handling with minimatch (a9a3aab)
  • app-admin: tooltip hover type of file (#1634) (ee5733e)
  • cwp-template-aws: remove "eu-south-1" AWS region (49d1ab2)
  • plugins: make name property public (3a95846)
  • pulumi: update ES policy pattern (ad3b13c)
  • update 'Configure AWS Credentials' link (#1632) (52da7b3)
  • use newly added uploadFolderToS3 utility function (8efb4e5)

Features

  • api-headless-cms: add createdBy, ownedBy and entryId filtering (#1660) (7e7b276)
  • api-headless-cms: pluginable crud operations (#1544) (#1570) (c9cd4b7)
  • app: introduce RoutePlugin class (6ae73ff)
  • app-admin: introduce FileManagerFileTypePlugin (9ba618b)
  • app-admin: introduce MenuPlugin and PermissionRendererPlugin class (567df61)
  • app-admin: use FileManagerFileTypePlugin in file type detection (67a86cf)
  • cli: upgrade to 5.8.0 (#1680) (06cbf4a)
  • create uploadFolderToS3 utility function (d1e17ff)
  • enable passing args as object (e641daf)
  • where-parser: standardize the where input object to ease the querying (#1601) (f23f9fb)
  • introduce AWS_ELASTIC_SEARCH_DOMAIN_NAME env variable (923af4c)
webiny
published 5.7.0 •

Changelog

Source

5.7.0 (2021-05-24)

Note: Version bump only for package webiny-js

webiny
published 5.7.0-beta.0 •

Changelog

Source

5.7.0-beta.0 (2021-05-23)

Bug Fixes

  • admin: use ApolloDynamicLink for all link plugins (e366688)
  • api-page-builder: refactor ES plugins (037d0e5)
  • api-page-builder: remove unused type imports (072f2e3)
  • app: update ApolloLinkPlugin to use static type property (3acb7fa)
  • app-security-tenancy: use TenantHeaderLinkPlugin (324d22f)
  • handler-aws: improve TS types (34fe118)
  • plugins: make plugin type a static property (a18a463)
  • add .prettierignore file (432b705)
  • add development scripts (325d6df)
  • add error handling for each step (0013815)
  • change verb (3d72eef)
  • create GH environments (ebc75f3)
  • generate new yarn.lock (14ab727)
  • cwp-template-aws: use new plugins (8c90477)
  • website: use ApolloDynamicLink for all link plugins (bdb5e06)
  • add 'inquirer' to types (a21c5a6)
  • add new CI/CD scaffold to template (c82072b)
  • add types to promisified "verify" function (c7c9dbb)
  • build only the packages folder during setup-project (934723f)
  • export types (b82d56b)
  • forward "--debug" argument to internal Pulumi CLI commands (1499fd8), closes PR#1623
  • handle partial import failure in webiny.project.ts (b82bb7d)
  • improve messaging (40a56f1)
  • prevent opening the search bar while typing inside of a textarea (17748a5)
  • remove old file (0b763bc)
  • remove token (16645ae)
  • rename oraSpinner to just ora (a19eafd)
  • run prettier (f9803a9)
  • send 'inquirer' and add onGenerate hook (082095e)
  • update configs (010a3f4)
  • update dependencies (39e9df8)
  • update template (54dd8ec)
  • api-page-builder: assign into a new target object (7e326ca)
  • react-rich-text-renderer: add missing config (7092fc3)

Features

  • api-page-builder: add a plugin to modify page data for ES (373a639)
  • api-page-builder: add ES hooks to listLatest and listPublished methods (4b8b292)
  • api-page-builder: add notFound callback to PbPage plugin (356cb46)
  • api-plugin-elastic-search-client: add common query and sort types (0ede0e2)
  • app: add sizes attribute to the Image component (#1617) (5460ded)
  • app: convert apollo links into plugins (4acde76)
  • app-page-builder: introduce PbEditorPageQueryFieldsPlugin (3f3584f)
  • handler-graphql: introduce a GraphQLSchemaPlugin (04d43eb)
  • plugins: introduce a Plugin class (a1c3099)
  • project-utils: auto-detect the correct TS build binary (9f31b19)
  • improve drag & drop UX in the Page Builder navigator (#1599) (e08fa06)
webiny
published 5.6.0 •

Changelog

Source

5.6.0 (2021-05-10)

Bug Fixes

webiny
published 5.6.0-beta.2 •

Changelog

Source

5.6.0-beta.2 (2021-05-07)

Bug Fixes

  • api-headless-cms: use RefInput on model group field (3b56155)
webiny
published 5.6.0-beta.1 •

Changelog

Source

5.6.0-beta.1 (2021-05-07)

Bug Fixes

  • cwp-template: update path to api-i18n types (cd1a7d9)
webiny
published 5.6.0-beta.0 •

Changelog

Source

5.6.0-beta.0 (2021-05-06)

Bug Fixes

  • improve setup-repo script (5fbe464)
  • app-headless-cms: add content model group selector (#1591) (af220e5)
  • add generic type definition for getPermission function (e4cb805)
  • add missing type definitions for function bundling (349e587)
  • correct import statement (8013b7b)
  • export "SecurityPermission" type from types.ts (6af3a03)
  • remove "_URL" suffix from "WEBINY_PULUMI_BACKEND_URL" (7d6093e)
  • remove "scopes" and deprecation warning (398b397)
  • remove "security-scopes-list" plugin type (14a0586)
  • undo change (651e9c7)
  • use "application/octet-stream" as a fallback MIME type (if none provided) (ebf7d67)
  • use interface instead of type (be076cf)
  • use interface instead of type (25b023a)
  • app-page-builder: move PB text element formatting styles to theme (#1582) (fbab2d8)
  • cli-plugin-deploy-pulumi: add a return to not hide info bar prematurely (88356bf)
  • cli-plugin-deploy-pulumi: use <pre> tag to output log messages (6dd35a3)
  • cwp-template-aws: update text element styles in theme (#1588) (d65b8d6)
  • undo change (b57baa2)
  • use "application/octet-stream" as a fallback MIME type (if none provided) (a0233c6)

Features

  • app-page-builder: add navigator toolbar for element's tree view (#1579) (9b6cf8c)
  • project-utils: add traverseLoaders helper function (#1595) (fa9998a)
  • add support for multiple content models on the same ref field (#1572) (cf347cc)
  • add support for TS config files (#1584) (b9c3e29)
  • add tags to React apps resources (#1585) (1c91c0e)
  • ES index sharing for multi-tenancy (#1575) (54ab395)
  • export "FullAccessPermission" (b8a1ec4)
  • export "FullAccessPermission" (3454d99)
  • improve "children" prop type (4f7e159)
  • instead of required permission, return matched permission (98b0a06)
  • api-page-builder: add missing Not Found page data (#1587) (6767c1a)
  • cli-plugin-deploy-pulumi: improve pane rendering and socket connection (fbd894f)
  • create-webiny-project: check for existence of yarn.lock and package.json (2531f68)
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