@feathersjs/commons
Advanced tools
Comparing version 4.5.12 to 4.5.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) | ||
**Note:** Version bump only for package @feathersjs/commons | ||
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@feathersjs/commons", | ||
"version": "4.5.12", | ||
"version": "4.5.15", | ||
"description": "Shared Feathers utility functions", | ||
@@ -60,3 +60,3 @@ "homepage": "https://feathersjs.com", | ||
}, | ||
"gitHead": "8697ecc85808437e9aab63e5d2327679340c5401" | ||
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60231
589