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/variance

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/variance - npm Package Compare versions

Comparing version
1.6.0
to
1.6.1
+40
-1
CHANGELOG.json

@@ -5,3 +5,42 @@ {

{
"date": "Sat, 21 Jan 2023 01:08:43 GMT",
"date": "Sat, 28 Jan 2023 01:10:30 GMT",
"tag": "@ot-builder/variance_v1.6.1",
"version": "1.6.1",
"comments": {
"patch": [
{
"author": "otbbuilder-dev@users.noreply.github.com",
"package": "@ot-builder/variance",
"commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4",
"comment": "Bump deps and fix doc build"
},
{
"author": "beachball",
"package": "@ot-builder/variance",
"comment": "Bump @ot-builder/bin-composite-types to v1.6.1",
"commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
},
{
"author": "beachball",
"package": "@ot-builder/variance",
"comment": "Bump @ot-builder/common-impl to v1.6.1",
"commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
},
{
"author": "beachball",
"package": "@ot-builder/variance",
"comment": "Bump @ot-builder/prelude to v1.6.1",
"commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
},
{
"author": "beachball",
"package": "@ot-builder/variance",
"comment": "Bump @ot-builder/primitive to v1.6.1",
"commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
}
]
}
},
{
"date": "Sat, 21 Jan 2023 01:10:00 GMT",
"tag": "@ot-builder/variance_v1.6.0",

@@ -8,0 +47,0 @@ "version": "1.6.0",

# Change Log - @ot-builder/variance
This log was last generated on Sat, 21 Jan 2023 01:08:43 GMT and should not be manually modified.
This log was last generated on Sat, 28 Jan 2023 01:10:30 GMT and should not be manually modified.
<!-- Start content -->
## 1.6.1
Sat, 28 Jan 2023 01:10:30 GMT
### Patches
- Bump deps and fix doc build (otbbuilder-dev@users.noreply.github.com)
- Bump @ot-builder/bin-composite-types to v1.6.1
- Bump @ot-builder/common-impl to v1.6.1
- Bump @ot-builder/prelude to v1.6.1
- Bump @ot-builder/primitive to v1.6.1
## 1.6.0
Sat, 21 Jan 2023 01:08:43 GMT
Sat, 21 Jan 2023 01:10:00 GMT

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

+6
-6
{
"name": "@ot-builder/variance",
"description": "",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",

@@ -27,6 +27,6 @@ "repository": {

"dependencies": {
"@ot-builder/bin-composite-types": "1.6.0",
"@ot-builder/common-impl": "1.6.0",
"@ot-builder/prelude": "1.6.0",
"@ot-builder/primitive": "1.6.0",
"@ot-builder/bin-composite-types": "1.6.1",
"@ot-builder/common-impl": "1.6.1",
"@ot-builder/prelude": "1.6.1",
"@ot-builder/primitive": "1.6.1",
"tslib": "^2.0.0"

@@ -36,4 +36,4 @@ },

"@types/jest": "^26.0.23",
"jest": "^27.5.1"
"jest": "^29.3.1"
}
}