diff --git a/README.md b/README.md index 821d1a8..cac5ed1 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ archives are vendored under `vendor/zennotes/` with their source identity and checksums (`manifest.json`), and `package-lock.json` pins the complete install. A clean checkout installs them with `npm ci`, without a source clone or sibling repository. The vendored set is the core release -[core-2.54.1-core.h75d82a521571dc20](https://github.com/ZenNotes/zennotes/releases/tag/core-2.54.1-core.h75d82a521571dc20) -(desktop commit `0285443b`, clean tree). +[core-2.55.0-core.h0743bd3af2a4204a](https://github.com/ZenNotes/zennotes/releases/tag/core-2.55.0-core.h0743bd3af2a4204a) +(desktop commit `00db7036`, clean tree). `npm run boundaries:check` verifies the pins, installed versions, singleton React/CodeMirror peers, and public export usage. `npm run core:adopt -- ` diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index b16d62b..8f74548 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -596,12 +596,12 @@ CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_ENTITLEMENTS = ZenWidgets/ZenWidgets.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = WYY7PK57DM; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = ZenWidgets/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; PRODUCT_BUNDLE_IDENTIFIER = md.zennotes.ZenWidgets; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -725,12 +725,12 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = WYY7PK57DM; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = md.zennotes; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -747,12 +747,12 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = App/App.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = WYY7PK57DM; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; PRODUCT_BUNDLE_IDENTIFIER = md.zennotes; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; @@ -767,12 +767,12 @@ CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = WYY7PK57DM; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = ShareExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; PRODUCT_BUNDLE_IDENTIFIER = md.zennotes.ShareExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -789,12 +789,12 @@ CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_ENTITLEMENTS = ZenWidgets/ZenWidgets.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = WYY7PK57DM; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = ZenWidgets/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; PRODUCT_BUNDLE_IDENTIFIER = md.zennotes.ZenWidgets; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -827,12 +827,12 @@ CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = WYY7PK57DM; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = ShareExtension/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; PRODUCT_BUNDLE_IDENTIFIER = md.zennotes.ShareExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; diff --git a/package-lock.json b/package-lock.json index 82f0aad..5a85ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,9 +32,9 @@ "@lezer/highlight": "^1.2.1", "@replit/codemirror-vim": "^6.4.0", "@xyflow/react": "^12.11.6", - "@zennotes/app-core": "file:vendor/zennotes/zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz", - "@zennotes/bridge-contract": "file:vendor/zennotes/zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz", - "@zennotes/shared-domain": "file:vendor/zennotes/zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz", + "@zennotes/app-core": "file:vendor/zennotes/zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz", + "@zennotes/bridge-contract": "file:vendor/zennotes/zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz", + "@zennotes/shared-domain": "file:vendor/zennotes/zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz", "codemirror": "^6.0.1", "dompurify": "^3.4.15", "function-plot": "^1.25.3", @@ -696,6 +696,7 @@ "cpu": [ "ppc64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -712,6 +713,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -728,6 +730,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -744,6 +747,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -760,6 +764,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -776,6 +781,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -792,6 +798,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -808,6 +815,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -824,6 +832,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -840,6 +849,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -856,6 +866,7 @@ "cpu": [ "ia32" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -872,6 +883,7 @@ "cpu": [ "loong64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -888,6 +900,7 @@ "cpu": [ "mips64el" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -904,6 +917,7 @@ "cpu": [ "ppc64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -920,6 +934,7 @@ "cpu": [ "riscv64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -936,6 +951,7 @@ "cpu": [ "s390x" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -952,6 +968,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -968,6 +985,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -984,6 +1002,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1000,6 +1019,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1016,6 +1036,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1032,6 +1053,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1048,6 +1070,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1064,6 +1087,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1080,6 +1104,7 @@ "cpu": [ "ia32" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1096,6 +1121,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2577,6 +2603,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2593,6 +2620,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2609,6 +2637,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2625,6 +2654,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2641,6 +2671,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2657,6 +2688,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2673,6 +2705,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2689,6 +2722,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2705,6 +2739,7 @@ "cpu": [ "ppc64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2721,6 +2756,7 @@ "cpu": [ "s390x" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2737,6 +2773,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2753,6 +2790,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2769,6 +2807,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2785,6 +2824,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2801,6 +2841,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3129,7 +3170,7 @@ "version": "22.20.4", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.4.tgz", "integrity": "sha512-zJRE40jpHtKqE/C4fgHrAKQLJuSpzEnP9ff9Y7YtoR3Wd2pwqzlekDeEuUQXjRd+QCYnVnNwuJYmhdk9XV8gvA==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "undici-types": "~6.21.0" @@ -3310,9 +3351,9 @@ } }, "node_modules/@zennotes/app-core": { - "version": "2.54.1-core.h75d82a521571dc20", - "resolved": "file:vendor/zennotes/zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz", - "integrity": "sha512-T3xDGNIgwCODde4tzVwNyR11vgHx6G6x9IIRlMf+6nbFj1iTaU6iXQIQ+mlB8cSq7qoRF1dURstU4pY+D+ir9w==", + "version": "2.55.0-core.h0743bd3af2a4204a", + "resolved": "file:vendor/zennotes/zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz", + "integrity": "sha512-FuPj4V2Am8y9FctFhA4bLyH0OoiDBMApx4YoFx5j3e3yVNaU5oniCQJWzjBFqMQW7H2Nsf8nd7nbbm0iF4t4OA==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.18.3", @@ -3340,8 +3381,8 @@ "@myriaddreamin/typst.ts": "^0.7.0", "@replit/codemirror-vim": "^6.3.0", "@xyflow/react": "^12.11.2", - "@zennotes/bridge-contract": "2.54.1-boundaries.h1138e41f8e2ad650", - "@zennotes/shared-domain": "2.54.1-boundaries.h1138e41f8e2ad650", + "@zennotes/bridge-contract": "2.55.0-boundaries.hd2f617179eb16ef2", + "@zennotes/shared-domain": "2.55.0-boundaries.hd2f617179eb16ef2", "dompurify": "^3.3.4", "function-plot": "^1.25.3", "gray-matter": "^4.0.3", @@ -3385,18 +3426,18 @@ } }, "node_modules/@zennotes/bridge-contract": { - "version": "2.54.1-boundaries.h1138e41f8e2ad650", - "resolved": "file:vendor/zennotes/zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz", - "integrity": "sha512-0itTOaI1rIoeXpT+mGxXH+e/E59dWGXHKqo/eyS9D6GpdGteTOEf3wuEdVO9Bcsyz5IWuZF3hVhSAY1Q/mA2OQ==", + "version": "2.55.0-boundaries.hd2f617179eb16ef2", + "resolved": "file:vendor/zennotes/zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz", + "integrity": "sha512-DrLL7auzePYE/JzBTDX+S/LMbwWwd2chaYXiqunC2FL567bTsvEqdhAP9koKEjmxTBuoCxEFhu5+k3jhC2Jtcw==", "license": "MIT" }, "node_modules/@zennotes/shared-domain": { - "version": "2.54.1-boundaries.h1138e41f8e2ad650", - "resolved": "file:vendor/zennotes/zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz", - "integrity": "sha512-g4cwRYlGf+tIlPzlzc4RjRtbbLUzppFfRU0GhwoPQ49UYmGyf5D+CVHfLXWTytkFp5Itd2+hsNUtPVRK+Wr5wQ==", + "version": "2.55.0-boundaries.hd2f617179eb16ef2", + "resolved": "file:vendor/zennotes/zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz", + "integrity": "sha512-CPD0OdmOufvanqcNV8ktOJraIVqQJ0tMpMZe7xYPxxssMupSwhqMx0NMve8/q+mYeln5LzQZ4Pmi33YUbdFfDA==", "license": "MIT", "dependencies": { - "@zennotes/bridge-contract": "2.54.1-boundaries.h1138e41f8e2ad650", + "@zennotes/bridge-contract": "2.55.0-boundaries.hd2f617179eb16ef2", "lz-string": "^1.5.0" } }, @@ -4685,7 +4726,7 @@ "version": "0.28.2", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.2.tgz", "integrity": "sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA==", - "devOptional": true, + "dev": true, "hasInstallScript": true, "license": "MIT", "bin": { @@ -5511,7 +5552,7 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "devOptional": true, + "dev": true, "license": "MIT", "bin": { "jiti": "bin/jiti.js" @@ -5684,6 +5725,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5704,6 +5746,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5724,6 +5767,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5744,6 +5788,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5764,6 +5809,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5784,6 +5830,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5804,6 +5851,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5824,6 +5872,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5844,6 +5893,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5864,6 +5914,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -5884,6 +5935,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8578,7 +8630,7 @@ "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/unified": { diff --git a/package.json b/package.json index f559b07..9493d94 100644 --- a/package.json +++ b/package.json @@ -67,9 +67,9 @@ "vscode-oniguruma": "^2.0.1", "vscode-textmate": "^9.3.2", "zustand": "^5.0.15", - "@zennotes/app-core": "file:vendor/zennotes/zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz", - "@zennotes/shared-domain": "file:vendor/zennotes/zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz", - "@zennotes/bridge-contract": "file:vendor/zennotes/zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz", + "@zennotes/app-core": "file:vendor/zennotes/zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz", + "@zennotes/shared-domain": "file:vendor/zennotes/zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz", + "@zennotes/bridge-contract": "file:vendor/zennotes/zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz", "@lezer/common": "^1.5.2" }, "devDependencies": { diff --git a/vendor/zennotes/manifest.json b/vendor/zennotes/manifest.json index 65c63c3..6509869 100644 --- a/vendor/zennotes/manifest.json +++ b/vendor/zennotes/manifest.json @@ -1,12 +1,12 @@ { "name": "@zennotes/app-core", - "version": "2.54.1-core.h75d82a521571dc20", - "file": "zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz", - "sha256": "480993953be5990c067c652e0d0d09297b633f491eb1200c58999b2944ac77bd", - "integrity": "sha512-T3xDGNIgwCODde4tzVwNyR11vgHx6G6x9IIRlMf+6nbFj1iTaU6iXQIQ+mlB8cSq7qoRF1dURstU4pY+D+ir9w==", - "sourceCommit": "0285443b51889a6034dc24b5b603c0dbab099d4f", + "version": "2.55.0-core.h0743bd3af2a4204a", + "file": "zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz", + "sha256": "a60dfb03dfaf4e994a7e570e46c7c20038865317bf3b6f9b5c928a748e0cb0d6", + "integrity": "sha512-FuPj4V2Am8y9FctFhA4bLyH0OoiDBMApx4YoFx5j3e3yVNaU5oniCQJWzjBFqMQW7H2Nsf8nd7nbbm0iF4t4OA==", + "sourceCommit": "00db7036e411e55daca74e2c8c2318d64bff158c", "workingTreeDirty": false, - "sourceLockSha256": "37d860dd7c82d029d7bdf932706d16a4996cc81d8d5446fc593ab99f41bd72de", + "sourceLockSha256": "595ac277a2cc75c55b96b90cdfcf22667d49f1090e17610b1daa0d4484833b34", "toolchain": { "node": "v22.23.2", "typescript": "5.9.3", @@ -15,20 +15,20 @@ "dependencies": [ { "name": "@zennotes/bridge-contract", - "version": "2.54.1-boundaries.h1138e41f8e2ad650", - "file": "zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz", - "sha256": "4bb349b0eef15c1cbe8edfe98e926aa97e421c088200f16fa29f9304dbaecec3", - "integrity": "sha512-0itTOaI1rIoeXpT+mGxXH+e/E59dWGXHKqo/eyS9D6GpdGteTOEf3wuEdVO9Bcsyz5IWuZF3hVhSAY1Q/mA2OQ==", - "sourceCommit": "0285443b51889a6034dc24b5b603c0dbab099d4f", + "version": "2.55.0-boundaries.hd2f617179eb16ef2", + "file": "zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz", + "sha256": "e9aa5cca524d5b38e25e4ed9e1fe09fc8756e8ae0ee1258c29ea83f7f8f71265", + "integrity": "sha512-DrLL7auzePYE/JzBTDX+S/LMbwWwd2chaYXiqunC2FL567bTsvEqdhAP9koKEjmxTBuoCxEFhu5+k3jhC2Jtcw==", + "sourceCommit": "00db7036e411e55daca74e2c8c2318d64bff158c", "workingTreeDirty": false }, { "name": "@zennotes/shared-domain", - "version": "2.54.1-boundaries.h1138e41f8e2ad650", - "file": "zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz", - "sha256": "b4e6c071b4c43699d2a0cc27365bef9743b3f9ec9d136c6e614166e995c5c5ac", - "integrity": "sha512-g4cwRYlGf+tIlPzlzc4RjRtbbLUzppFfRU0GhwoPQ49UYmGyf5D+CVHfLXWTytkFp5Itd2+hsNUtPVRK+Wr5wQ==", - "sourceCommit": "0285443b51889a6034dc24b5b603c0dbab099d4f", + "version": "2.55.0-boundaries.hd2f617179eb16ef2", + "file": "zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz", + "sha256": "61f5f273059697b07adfdec11cd41c3d2ad9440a869120e09b713366a2f8a699", + "integrity": "sha512-CPD0OdmOufvanqcNV8ktOJraIVqQJ0tMpMZe7xYPxxssMupSwhqMx0NMve8/q+mYeln5LzQZ4Pmi33YUbdFfDA==", + "sourceCommit": "00db7036e411e55daca74e2c8c2318d64bff158c", "workingTreeDirty": false } ] diff --git a/vendor/zennotes/zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz b/vendor/zennotes/zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz deleted file mode 100644 index 29a4823..0000000 Binary files a/vendor/zennotes/zennotes-app-core-2.54.1-core.h75d82a521571dc20.tgz and /dev/null differ diff --git a/vendor/zennotes/zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz b/vendor/zennotes/zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz new file mode 100644 index 0000000..1e1857c Binary files /dev/null and b/vendor/zennotes/zennotes-app-core-2.55.0-core.h0743bd3af2a4204a.tgz differ diff --git a/vendor/zennotes/zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz b/vendor/zennotes/zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz deleted file mode 100644 index e993705..0000000 Binary files a/vendor/zennotes/zennotes-bridge-contract-2.54.1-boundaries.h1138e41f8e2ad650.tgz and /dev/null differ diff --git a/vendor/zennotes/zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz b/vendor/zennotes/zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz new file mode 100644 index 0000000..f69e7cc Binary files /dev/null and b/vendor/zennotes/zennotes-bridge-contract-2.55.0-boundaries.hd2f617179eb16ef2.tgz differ diff --git a/vendor/zennotes/zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz b/vendor/zennotes/zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz deleted file mode 100644 index c7d025f..0000000 Binary files a/vendor/zennotes/zennotes-shared-domain-2.54.1-boundaries.h1138e41f8e2ad650.tgz and /dev/null differ diff --git a/vendor/zennotes/zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz b/vendor/zennotes/zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz new file mode 100644 index 0000000..2c7f605 Binary files /dev/null and b/vendor/zennotes/zennotes-shared-domain-2.55.0-boundaries.hd2f617179eb16ef2.tgz differ