Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jun 12, 2024
1 parent 65da1d7 commit dcd745d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Fromm the `v16.1.0` this library use the standalone component, and not the modul
To install this package, run:

```bash
npm i ngx-kjua kjua-svg --save
npm i ngx-kjua --save
```

Then import it into your Angular `AppModule`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-kjua-library",
"description": "ngx-kjua library builder",
"version": "18.1.1",
"version": "18.1.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-kjua/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-kjua",
"description": "Angular QR-Code generator component.",
"version": "18.1.1",
"version": "18.1.2",
"license": "MIT",
"private": false,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions setup-jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import "./projects/ngx-kjua/src/lib/kjua/lib/qrcode"

// We have to mock the whole thing as "qrcode-generator" needs to override the stringToBytes method
// but typescript can't properly hande that
jest.mock("./projects/ngx-kjua/src/lib/kjua/lib/qrcode", ()=>({
quiet_qrcode: jest.fn()
}))
// jest.mock("./projects/ngx-kjua/src/lib/kjua/lib/qrcode", ()=>({
// quiet_qrcode: jest.fn()
// }))

0 comments on commit dcd745d

Please sign in to comment.