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

medusa-core-utils

Package Overview
Dependencies
Maintainers
2
Versions
458
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-core-utils - npm Package Compare versions

Comparing version 1.1.15-next.10 to 1.1.15-next.16

20

CHANGELOG.md

@@ -6,2 +6,22 @@ # Change Log

## [1.1.16](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.15...medusa-core-utils@1.1.16) (2021-07-02)
**Note:** Version bump only for package medusa-core-utils
## [1.1.15](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.14...medusa-core-utils@1.1.15) (2021-06-22)
### Bug Fixes
* adds transformer to map field names to field_id names ([88d96a2](https://github.com/medusajs/medusa/commit/88d96a29fd8dbc44ed7ba25154850d417577acad))
* release assist ([668e8a7](https://github.com/medusajs/medusa/commit/668e8a740200847fc2a41c91d2979097f1392532))
## [1.1.14](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.13...medusa-core-utils@1.1.14) (2021-06-09)

@@ -8,0 +28,0 @@

1

dist/errors.js

@@ -39,2 +39,3 @@ "use strict";

DB_ERROR: "database_error",
DUPLICATE_ERROR: "duplicate_error",
INVALID_ARGUMENT: "invalid_argument",

@@ -41,0 +42,0 @@ INVALID_DATA: "invalid_data",

4

package.json
{
"name": "medusa-core-utils",
"version": "1.1.15-next.10+668e8a7",
"version": "1.1.15-next.16+688f384d",
"description": "Core utils for Medusa",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

},
"gitHead": "668e8a740200847fc2a41c91d2979097f1392532"
"gitHead": "688f384d77c5967dd7fb32b36b5a5637c655eb2a"
}

@@ -8,6 +8,7 @@ /**

DB_ERROR: "database_error",
DUPLICATE_ERROR: "duplicate_error",
INVALID_ARGUMENT: "invalid_argument",
INVALID_DATA: "invalid_data",
NOT_FOUND: "not_found",
NOT_ALLOWED: "not_allowed"
NOT_ALLOWED: "not_allowed",
}

@@ -14,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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