Skip to content

Commit a1c1483

Browse files
authored
Update weave.js to 5.1.3 (#179)
* chore: initial commit * chore: update weave.js to 5.1.3 * chore: fix pr-verify workflow * chore: fix reuse
1 parent cd36835 commit a1c1483

5 files changed

Lines changed: 206 additions & 170 deletions

File tree

.github/workflows/code-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: asdf-cache
4343
with:
4444
path: ~/.asdf/data
45-
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
45+
key: ${{ runner.os }}-asdf-${{ env.ASDF_BRANCH_VERSION }}-${{ hashFiles('**/.tool-versions') }}
4646
restore-keys: |
4747
${{ runner.os }}-asdf-
4848

code/components/actions/image-with-title-tool/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
import Konva from "konva";
26
import { IMAGE_WITH_TITLE_TOOL_STATE } from "./constants";
37
import type {

code/components/room-components/hooks/use-has-indexeddb-data.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
import React from "react";
26
import { WeaveStoreAzureWebPubsub } from "@inditextech/weave-store-azure-web-pubsub/client";
37

0 commit comments

Comments
 (0)