Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ot-builder/errors

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/errors - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+16
-1
CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Sun, 18 Jul 2021 02:11:53 GMT",
"date": "Sat, 11 Sep 2021 01:06:55 GMT",
"tag": "@ot-builder/errors_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "otbbuilder-dev@users.noreply.github.com",
"package": "@ot-builder/errors",
"commit": "28bc4c48910f10dcabb090ab68e610ce499caa95",
"comment": "Bump @ot-builder/errors to v1.1.1"
}
]
}
},
{
"date": "Sun, 18 Jul 2021 02:14:19 GMT",
"tag": "@ot-builder/errors_v1.1.0",

@@ -8,0 +23,0 @@ "version": "1.1.0",

# Change Log - @ot-builder/errors
This log was last generated on Sun, 18 Jul 2021 02:11:53 GMT and should not be manually modified.
This log was last generated on Sat, 11 Sep 2021 01:06:55 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Sat, 11 Sep 2021 01:06:55 GMT
### Patches
- Bump @ot-builder/errors to v1.1.1 (otbbuilder-dev@users.noreply.github.com)
## 1.1.0
Sun, 18 Jul 2021 02:11:53 GMT
Sun, 18 Jul 2021 02:14:19 GMT

@@ -11,0 +19,0 @@ ### Minor changes

+1
-1

@@ -6,4 +6,4 @@ "use strict";

exports.Cff = require("./asserts/cff");
tslib_1.__exportStar(require("./asserts/common"), exports);
(0, tslib_1.__exportStar)(require("./asserts/common"), exports);
exports.Variation = require("./asserts/variation");
//# sourceMappingURL=asserts.js.map

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./errors/common"), exports);
(0, tslib_1.__exportStar)(require("./errors/common"), exports);
exports.Binary = require("./errors/binary");

@@ -8,0 +8,0 @@ exports.Primitives = require("./errors/primitives");

{
"name": "@ot-builder/errors",
"description": "",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ot-builder/monorepo.git",
"directory": "packages/errors"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.json",
"lib/**/*.d.ts"
],
"scripts": {

@@ -9,0 +19,0 @@ "build": "tsc -b ./tsconfig.package.json",