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
0.10.28
to
0.10.29
+15
-0
CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Sun, 11 Oct 2020 00:10:14 GMT",
"tag": "@ot-builder/errors_v0.10.29",
"version": "0.10.29",
"comments": {
"patch": [
{
"comment": "Add repository data to Packages' package.json",
"author": "otbbuilder-dev@users.noreply.github.com",
"commit": "cf9c159d8036dee65dd8819cc1e8df5feecd87bc",
"package": "@ot-builder/errors"
}
]
}
},
{
"date": "Sun, 23 Aug 2020 00:15:35 GMT",

@@ -7,0 +22,0 @@ "tag": "@ot-builder/errors_v0.10.19",

+9
-1
# Change Log - @ot-builder/errors
This log was last generated on Sun, 23 Aug 2020 00:15:35 GMT and should not be manually modified.
This log was last generated on Sun, 11 Oct 2020 00:10:14 GMT and should not be manually modified.
<!-- Start content -->
## 0.10.29
Sun, 11 Oct 2020 00:10:14 GMT
### Patches
- Add repository data to Packages' package.json (otbbuilder-dev@users.noreply.github.com)
## 0.10.19

@@ -8,0 +16,0 @@

+10
-5
{
"name": "@ot-builder/errors",
"description": "",
"version": "0.10.29",
"license": "MIT",
"scripts": {
"build": "tsc -b ./tsconfig.package.json",
"clean": "rimraf lib .cache",
"test": "jest --passWithNoTests"
"repository": {
"type": "git",
"url": "https://github.com/ot-builder/monorepo.git",
"directory": "packages/errors"
},
"version": "0.10.28",
"main": "./lib/index.js",

@@ -18,2 +18,7 @@ "types": "./lib/index.d.ts",

],
"scripts": {
"build": "tsc -b ./tsconfig.package.json",
"clean": "rimraf lib .cache",
"test": "jest --passWithNoTests"
},
"publishConfig": {

@@ -20,0 +25,0 @@ "access": "public"