Skip to content

Commit b8b009d

Browse files
authored
Pin form_urlencoded (#1138)
1 parent 4173fcb commit b8b009d

File tree

18 files changed

+6683
-2313
lines changed

18 files changed

+6683
-2313
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
needs: check-for-run-condition
160160
if: ${{ needs.check-for-run-condition.outputs.should-run == 'true' }}
161161
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
162-
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@dev
162+
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@support/v0.6
163163
with:
164164
output-artifact-name: identity-wasm-bindings-build
165165

@@ -202,6 +202,6 @@ jobs:
202202
- build-wasm
203203
if: ${{ needs.check-for-run-condition.outputs.should-run == 'true' }}
204204
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
205-
uses: iotaledger/identity.rs/.github/workflows/shared-build-and-test-stronghold-nodejs.yml@dev
205+
uses: iotaledger/identity.rs/.github/workflows/shared-build-and-test-stronghold-nodejs.yml@support/v0.6
206206
with:
207207
input-artifact-name: identity-wasm-bindings-build

bindings/stronghold-nodejs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ npm/
1212
# compiled files from napi and ts
1313
napi-dist/
1414
dist/
15+
16+
!examples/build/rollup-plugin-dts/dist/

0 commit comments

Comments
 (0)