@compiled/utils
Advanced tools
Comparing version 0.6.8 to 0.6.9
# @compiled/utils | ||
## 0.6.9 | ||
### Patch Changes | ||
- 0bb1c11: Added new `createError` and `toBoolean` functions. | ||
## 0.6.8 | ||
### Patch Changes | ||
- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets). |
@@ -5,1 +5,3 @@ export { flatten, unique } from './array'; | ||
export { buildSourceMap } from './source-maps'; | ||
export { toBoolean } from './to-boolean'; | ||
export { createError } from './error'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.buildSourceMap = exports.kebabCase = exports.hash = exports.unique = exports.flatten = void 0; | ||
exports.createError = exports.toBoolean = exports.buildSourceMap = exports.kebabCase = exports.hash = exports.unique = exports.flatten = void 0; | ||
var array_1 = require("./array"); | ||
@@ -13,2 +13,6 @@ Object.defineProperty(exports, "flatten", { enumerable: true, get: function () { return array_1.flatten; } }); | ||
Object.defineProperty(exports, "buildSourceMap", { enumerable: true, get: function () { return source_maps_1.buildSourceMap; } }); | ||
var to_boolean_1 = require("./to-boolean"); | ||
Object.defineProperty(exports, "toBoolean", { enumerable: true, get: function () { return to_boolean_1.toBoolean; } }); | ||
var error_1 = require("./error"); | ||
Object.defineProperty(exports, "createError", { enumerable: true, get: function () { return error_1.createError; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@compiled/utils", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "Build time CSS-in-JS for React. Baked and ready to serve.", | ||
@@ -5,0 +5,0 @@ "author": "Michael Dougall", |
Sorry, the diff of this file is not supported yet
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
20922
31
388