@swim/collections
Advanced tools
Comparing version 4.0.0-dev.20220527.1 to 4.0.0-dev.20220527.2
@@ -1,2 +0,2 @@ | ||
// @swim/collections v4.0.0-dev.20220527.1 (c) 2015-2022 Swim.inc | ||
// @swim/collections v4.0.0-dev.20220527.2 (c) 2015-2022 Swim.inc | ||
(function(global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@swim/util")) : typeof define === "function" && define.amd ? define([ "exports", "@swim/util" ], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, |
{ | ||
"name": "@swim/collections", | ||
"version": "4.0.0-dev.20220527.1", | ||
"version": "4.0.0-dev.20220527.2", | ||
"description": "Immutable, structure sharing collections, including B-trees and S-trees (sequence trees)", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/swimos/swim/tree/main/swim-js/swim-runtime/swim-core/swim-collections", | ||
"dependencies": { | ||
"@swim/util": "4.0.0-dev.20220527.1", | ||
"@swim/codec": "4.0.0-dev.20220527.1" | ||
"@swim/util": "4.0.0-dev.20220527.2", | ||
"@swim/codec": "4.0.0-dev.20220527.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
+ Added@swim/codec@4.0.0-dev.20220527.2(transitive)
+ Added@swim/util@4.0.0-dev.20220527.2(transitive)
- Removed@swim/codec@4.0.0-dev.20220527.1(transitive)
- Removed@swim/util@4.0.0-dev.20220527.1(transitive)