Skip to content

Commit

Permalink
Update Core for new stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 24, 2024
1 parent ea5910b commit 2acdafb
Show file tree
Hide file tree
Showing 37 changed files with 795 additions and 1,941 deletions.
50 changes: 20 additions & 30 deletions Connectors/ArcGIS/Speckle.Connectors.ArcGIS3/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,6 @@
"Polly": "7.1.0"
}
},
"Sentry": {
"type": "Transitive",
"resolved": "3.33.0",
"contentHash": "8vbD2o6IR2wrRrkSiRbnodWGWUOqIlwYtzpjvPNOb5raJdOf+zxMwfS8f6nx9bmrTTfDj7KrCB8C/5OuicAc8A=="
},
"Sentry.Serilog": {
"type": "Transitive",
"resolved": "3.33.0",
"contentHash": "V8BU7QGWg2qLYfNPqtuTBhC1opysny5l+Ifp6J6PhOeAxU0FssR7nYfbJVetrnLIoh2rd3DlJ6hHYYQosQYcUQ==",
"dependencies": {
"Sentry": "3.33.0",
"Serilog": "2.10.0"
}
},
"Serilog": {
"type": "Transitive",
"resolved": "2.12.0",
Expand Down Expand Up @@ -281,8 +267,8 @@
},
"Serilog.Sinks.Seq": {
"type": "Transitive",
"resolved": "5.2.2",
"contentHash": "1Csmo5ua7NKUe0yXUx+zsRefjAniPWcXFhUXxXG8pwo0iMiw2gjn9SOkgYnnxbgWqmlGv236w0N/dHc2v5XwMg==",
"resolved": "5.2.3",
"contentHash": "oQzJkLwpoWm1Jn26D6Rx7s55diIx4+YHMAZhtuFstF/v/FivzNzz8K7h9sOHLTSFYuVOx01inlyCpekGeBALNg==",
"dependencies": {
"Serilog": "2.12.0",
"Serilog.Formatting.Compact": "1.1.0",
Expand Down Expand Up @@ -368,6 +354,11 @@
"resolved": "4.5.0",
"contentHash": "Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g=="
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg=="
},
"speckle.autofac": {
"type": "Project",
"dependencies": {
Expand All @@ -380,7 +371,7 @@
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Autofac": "[1.0.0, )",
"Speckle.Connectors.Utils": "[1.0.0, )",
"Speckle.Core": "[3.1.0-dev.76, )",
"Speckle.Core": "[3.1.0-dev.78, )",
"System.Threading.Tasks.Dataflow": "[6.0.0, )"
}
},
Expand All @@ -396,7 +387,7 @@
"dependencies": {
"Serilog.Extensions.Logging": "[7.0.0, )",
"Speckle.Autofac": "[1.0.0, )",
"Speckle.Core": "[3.1.0-dev.76, )"
"Speckle.Core": "[3.1.0-dev.78, )"
}
},
"speckle.converters.arcgis3": {
Expand All @@ -418,7 +409,7 @@
"type": "Project",
"dependencies": {
"Speckle.Autofac": "[1.0.0, )",
"Speckle.Objects": "[3.1.0-dev.76, )"
"Speckle.Objects": "[3.1.0-dev.78, )"
}
},
"speckle.converters.common.dependencyinjection": {
Expand Down Expand Up @@ -452,35 +443,34 @@
},
"Speckle.Core": {
"type": "CentralTransitive",
"requested": "[3.1.0-dev.76, )",
"resolved": "3.1.0-dev.76",
"contentHash": "Akwgh+YwDCmHVuJumosMakjCLK6duaRjuc7UZXqd+9DZDmUYW4wNJeml+KEebf8UIeBb1R5BclEnlzM/9HhWJw==",
"requested": "[3.1.0-dev.78, )",
"resolved": "3.1.0-otel.1",
"contentHash": "gc+w0wTvYNkO/ctYBV83eXAPYj0d/A/REDCigtXun+Yw8YTTVcwadcZ7EduHlXBURa/y6Da87CsL62BxHA15kw==",
"dependencies": {
"GraphQL.Client": "6.0.0",
"Microsoft.CSharp": "4.7.0",
"Microsoft.Data.Sqlite": "8.0.6",
"Polly": "7.2.3",
"Polly.Contrib.WaitAndRetry": "1.1.1",
"Polly.Extensions.Http": "3.0.0",
"Sentry": "3.33.0",
"Sentry.Serilog": "3.33.0",
"Serilog": "2.12.0",
"Serilog.Enrichers.ClientInfo": "1.3.0",
"Serilog.Exceptions": "8.4.0",
"Serilog.Sinks.Console": "4.1.0",
"Serilog.Sinks.Seq": "5.2.2",
"Serilog.Sinks.Seq": "5.2.3",
"SerilogTimings": "3.0.1",
"Speckle.DoubleNumerics": "4.0.1",
"Speckle.Newtonsoft.Json": "13.0.2"
"Speckle.Newtonsoft.Json": "13.0.2",
"System.Text.Json": "4.7.2"
}
},
"Speckle.Objects": {
"type": "CentralTransitive",
"requested": "[3.1.0-dev.76, )",
"resolved": "3.1.0-dev.76",
"contentHash": "ewPABOyK4h1WSGiUXOsNPiRwclTbB0TtQbNvdpSdlPoWXNq/5gVaEza+S0ASkiHKsj7g/482y1I6dfTAgxZvXQ==",
"requested": "[3.1.0-dev.78, )",
"resolved": "3.1.0-otel.1",
"contentHash": "UX84I4uBaJZegJKBg3K0/aILvxRfWlxlSMIZ7MhSg11kfESk25+lC3DbNBvkcMpdzUQ3/OtkFZsar4OI4Y7Ofg==",
"dependencies": {
"Speckle.Core": "3.1.0-dev.76"
"Speckle.Core": "3.1.0-otel.1"
}
},
"System.Threading.Tasks.Dataflow": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,25 +181,6 @@
"Polly": "7.1.0"
}
},
"Sentry": {
"type": "Transitive",
"resolved": "3.33.0",
"contentHash": "8vbD2o6IR2wrRrkSiRbnodWGWUOqIlwYtzpjvPNOb5raJdOf+zxMwfS8f6nx9bmrTTfDj7KrCB8C/5OuicAc8A==",
"dependencies": {
"System.Reflection.Metadata": "5.0.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Text.Json": "5.0.2"
}
},
"Sentry.Serilog": {
"type": "Transitive",
"resolved": "3.33.0",
"contentHash": "V8BU7QGWg2qLYfNPqtuTBhC1opysny5l+Ifp6J6PhOeAxU0FssR7nYfbJVetrnLIoh2rd3DlJ6hHYYQosQYcUQ==",
"dependencies": {
"Sentry": "3.33.0",
"Serilog": "2.7.1"
}
},
"Serilog": {
"type": "Transitive",
"resolved": "2.12.0",
Expand Down Expand Up @@ -255,8 +236,8 @@
},
"Serilog.Sinks.Seq": {
"type": "Transitive",
"resolved": "5.2.2",
"contentHash": "1Csmo5ua7NKUe0yXUx+zsRefjAniPWcXFhUXxXG8pwo0iMiw2gjn9SOkgYnnxbgWqmlGv236w0N/dHc2v5XwMg==",
"resolved": "5.2.3",
"contentHash": "oQzJkLwpoWm1Jn26D6Rx7s55diIx4+YHMAZhtuFstF/v/FivzNzz8K7h9sOHLTSFYuVOx01inlyCpekGeBALNg==",
"dependencies": {
"Serilog": "2.12.0",
"Serilog.Formatting.Compact": "1.1.0",
Expand Down Expand Up @@ -317,14 +298,6 @@
"resolved": "4.5.1",
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"dependencies": {
"System.Memory": "4.5.4"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "7.0.0",
Expand Down Expand Up @@ -366,44 +339,30 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"System.Reflection.Metadata": {
"type": "Transitive",
"resolved": "5.0.0",
"contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
"dependencies": {
"System.Collections.Immutable": "5.0.0"
}
},
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
},
"System.Runtime.InteropServices.RuntimeInformation": {
"type": "Transitive",
"resolved": "4.3.0",
"contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw=="
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "KmJ+CJXizDofbq6mpqDoRRLcxgOd2z9X3XoFNULSbvbqVRZkFX3istvr+MUjL6Zw1RT+RNdoI4GYidIINtgvqQ==",
"resolved": "4.7.1",
"contentHash": "3qreYFQcLnyFk1LuaNWyyWE+sfkfe5eSTaIIssYrLNUIDbgyZNQBYQSzSDo4AprpjVeVX2T4KHKii9fiSZVUow==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4"
}
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "5.0.2",
"contentHash": "I47dVIGiV6SfAyppphxqupertT/5oZkYLDCX6vC3HpOI4ZLjyoKAreUoem2ie6G0RbRuFrlqz/PcTQjfb2DOfQ==",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "5.0.0",
"Microsoft.Bcl.AsyncInterfaces": "1.1.0",
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4",
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
"System.Text.Encodings.Web": "5.0.1",
"System.Runtime.CompilerServices.Unsafe": "4.7.1",
"System.Text.Encodings.Web": "4.7.1",
"System.Threading.Tasks.Extensions": "4.5.4",
"System.ValueTuple": "4.5.0"
}
Expand Down Expand Up @@ -433,7 +392,7 @@
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Autofac": "[1.0.0, )",
"Speckle.Connectors.Utils": "[1.0.0, )",
"Speckle.Core": "[3.1.0-dev.76, )",
"Speckle.Core": "[3.1.0-dev.78, )",
"System.Threading.Tasks.Dataflow": "[6.0.0, )"
}
},
Expand All @@ -449,7 +408,7 @@
"dependencies": {
"Serilog.Extensions.Logging": "[7.0.0, )",
"Speckle.Autofac": "[1.0.0, )",
"Speckle.Core": "[3.1.0-dev.76, )"
"Speckle.Core": "[3.1.0-dev.78, )"
}
},
"speckle.converters.autocad2023": {
Expand All @@ -471,7 +430,7 @@
"type": "Project",
"dependencies": {
"Speckle.Autofac": "[1.0.0, )",
"Speckle.Objects": "[3.1.0-dev.76, )"
"Speckle.Objects": "[3.1.0-dev.78, )"
}
},
"speckle.converters.common.dependencyinjection": {
Expand Down Expand Up @@ -508,35 +467,34 @@
},
"Speckle.Core": {
"type": "CentralTransitive",
"requested": "[3.1.0-dev.76, )",
"resolved": "3.1.0-dev.76",
"contentHash": "Akwgh+YwDCmHVuJumosMakjCLK6duaRjuc7UZXqd+9DZDmUYW4wNJeml+KEebf8UIeBb1R5BclEnlzM/9HhWJw==",
"requested": "[3.1.0-dev.78, )",
"resolved": "3.1.0-otel.1",
"contentHash": "gc+w0wTvYNkO/ctYBV83eXAPYj0d/A/REDCigtXun+Yw8YTTVcwadcZ7EduHlXBURa/y6Da87CsL62BxHA15kw==",
"dependencies": {
"GraphQL.Client": "6.0.0",
"Microsoft.CSharp": "4.7.0",
"Microsoft.Data.Sqlite": "8.0.6",
"Polly": "7.2.3",
"Polly.Contrib.WaitAndRetry": "1.1.1",
"Polly.Extensions.Http": "3.0.0",
"Sentry": "3.33.0",
"Sentry.Serilog": "3.33.0",
"Serilog": "2.12.0",
"Serilog.Enrichers.ClientInfo": "1.3.0",
"Serilog.Exceptions": "8.4.0",
"Serilog.Sinks.Console": "4.1.0",
"Serilog.Sinks.Seq": "5.2.2",
"Serilog.Sinks.Seq": "5.2.3",
"SerilogTimings": "3.0.1",
"Speckle.DoubleNumerics": "4.0.1",
"Speckle.Newtonsoft.Json": "13.0.2"
"Speckle.Newtonsoft.Json": "13.0.2",
"System.Text.Json": "4.7.2"
}
},
"Speckle.Objects": {
"type": "CentralTransitive",
"requested": "[3.1.0-dev.76, )",
"resolved": "3.1.0-dev.76",
"contentHash": "ewPABOyK4h1WSGiUXOsNPiRwclTbB0TtQbNvdpSdlPoWXNq/5gVaEza+S0ASkiHKsj7g/482y1I6dfTAgxZvXQ==",
"requested": "[3.1.0-dev.78, )",
"resolved": "3.1.0-otel.1",
"contentHash": "UX84I4uBaJZegJKBg3K0/aILvxRfWlxlSMIZ7MhSg11kfESk25+lC3DbNBvkcMpdzUQ3/OtkFZsar4OI4Y7Ofg==",
"dependencies": {
"Speckle.Core": "3.1.0-dev.76"
"Speckle.Core": "3.1.0-otel.1"
}
},
"System.Threading.Tasks.Dataflow": {
Expand Down
Loading

0 comments on commit 2acdafb

Please sign in to comment.