Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/acs-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-acs-reader",
"version": "1.10.2",
"version": "1.10.3",
"type": "module",
"description": "Reader for active contract set (ACS) data from the Canton ledger, providing functions to retrieve and process active contract information for specified filters.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/amulet-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-amulet-service",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "A service layer for interacting with non-token-standard Amulet operations on Canton.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/asyncapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-asyncapi-client",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Provides a TypeScript asyncapi ledger client, generated by the OpenAPI spec",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/daml-codegen-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-daml-codegen-helpers",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Helpers for combining Daml codegen TypeScript output with the Splice Wallet SDK.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/ledger-client-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-ledger-client-types",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Contains TypeScript types for the Canton Network ledger client, generated by the OpenAPI spec, and utility functions",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/ledger-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-ledger-client",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Provides a TypeScript Canton Network ledger client, generated by the OpenAPI spec",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/ledger-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-ledger-proto",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Provides TypeScript protobuf bindings for Canton",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/provider-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-provider-dapp",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "CIP-0103 provider for web dApps, covering both Sync and Async APIs.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/provider-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-provider-ledger",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "A Splice Provider implementation for direct ledger access.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/rpc-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-rpc-errors",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Wrapper for JSON-RPC error objects",
"author": "Alex Matson <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion core/rpc-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-rpc-transport",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "RPC transport implementations",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-blockdaemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-blockdaemon",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Wallet Gateway signing driver for Blockdaemon",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-dfns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-dfns",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"description": "Dfns signing driver for Canton Network Wallet Gateway",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-fireblocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-fireblocks",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Wallet Gateway signing driver for Fireblocks",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-internal",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Wallet Gateway driver for offline Ed25519 keypairs",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-lib",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Core library for signing driver implementations",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-participant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-participant",
"version": "1.2.2",
"version": "1.2.3",
"packageManager": "[email protected]",
"type": "module",
"description": "Wallet Gateway driver for Canton participant internal parties",
Expand Down
2 changes: 1 addition & 1 deletion core/signing-store-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-signing-store-sql",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "SQL implementation of the Store API",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/splice-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-splice-client",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Typescript Client for the multiple Canton Network APIs",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/splice-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-splice-provider",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "A JavaScript Splice Provider API (EIP-1193 compliant).",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/token-standard-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-token-standard-service",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Provides a service layer that wraps the token-standard-client and contains higher level functions for interacting with token standard contracts on Canton.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/token-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-token-standard",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "daml codegen js for core token standard",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/tx-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-tx-parser",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Transaction parsing utilities for Canton Network transactions, including parsing of transaction trees and extraction of relevant information from transaction events.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/tx-visualizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-tx-visualizer",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Decode and visualize prepared transactions from Canton",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-types",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Types and transport-agnostic parsers for data sent across Wallet components.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-auth",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Provides authentication middleware and user management for the Wallet Gateway",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-dapp-remote-rpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-dapp-remote-rpc-client",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "TypeScript client generated by OpenRPC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-dapp-rpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-dapp-rpc-client",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "TypeScript client generated by OpenRPC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-discovery",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Wallet discovery, adapter pattern, and session management for the Canton Network.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-store-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-store-inmemory",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "In-memory implementation of the Store API",
"author": "Marc Juchli <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-store-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-store-sql",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "SQL implementation of the Store API",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-store",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "The Store API provides persistency for the Wallet Gateway",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@canton-network/core-wallet-test-utils",
"private": true,
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Utilities for writing (E2E) tests for the wallet gateway",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-ui-components",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Reusable UI components for the Splice wallet",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/wallet-user-rpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/core-wallet-user-rpc-client",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "TypeScript client generated by OpenRPC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canton-network/example-portfolio",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@canton-network/wallet-sdk",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"description": "Node/browser SDK for integrating with Canton Network",
"author": "Marc Juchli <[email protected]>",
"license": "Apache-2.0",
Expand Down
Loading