@webiny/utils
Advanced tools
Comparing version 5.20.0 to 5.21.0-beta.0
@@ -5,2 +5,3 @@ import { parseIdentifier } from "./parseIdentifier"; | ||
import { decodeCursor, encodeCursor } from "./cursor"; | ||
export { parseIdentifier, zeroPad, createIdentifier, encodeCursor, decodeCursor }; | ||
import { getWebinyVersionHeaders } from "./headers"; | ||
export { parseIdentifier, zeroPad, createIdentifier, encodeCursor, decodeCursor, getWebinyVersionHeaders }; |
10
index.js
@@ -24,2 +24,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "getWebinyVersionHeaders", { | ||
enumerable: true, | ||
get: function () { | ||
return _headers.getWebinyVersionHeaders; | ||
} | ||
}); | ||
Object.defineProperty(exports, "parseIdentifier", { | ||
@@ -44,2 +50,4 @@ enumerable: true, | ||
var _cursor = require("./cursor"); | ||
var _cursor = require("./cursor"); | ||
var _headers = require("./headers"); |
{ | ||
"name": "@webiny/utils", | ||
"version": "5.20.0", | ||
"version": "5.21.0-beta.0", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"@webiny/error": "5.20.0" | ||
"@webiny/error": "5.21.0-beta.0" | ||
}, | ||
@@ -27,4 +27,4 @@ "devDependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"@webiny/cli": "^5.20.0", | ||
"@webiny/project-utils": "^5.20.0", | ||
"@webiny/cli": "^5.21.0-beta.0", | ||
"@webiny/project-utils": "^5.21.0-beta.0", | ||
"rimraf": "^3.0.2", | ||
@@ -45,3 +45,3 @@ "ttypescript": "^1.5.12", | ||
}, | ||
"gitHead": "816632961750d4ae7f3af0d32d4e8a46c3f287a6" | ||
"gitHead": "cad155812edbdd577a1cc858b41038fdd7a6d2d9" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
9842
17
221
2
+ Added@webiny/error@5.21.0-beta.0(transitive)
- Removed@webiny/error@5.20.0(transitive)
Updated@webiny/error@5.21.0-beta.0