Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioconselheiro committed Dec 11, 2024
1 parent 5aa1a9a commit 75850de
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN mv nak-v0.1.13-linux-amd64 /usr/bin/nak
RUN chmod +x /usr/bin/nak

# Installing client dependencies
RUN npm install typescript @angular/cli -g
RUN npm install typescript @angular/cli jsr -g

WORKDIR /omeglestr

Expand Down
Empty file modified docs/3rdpartylicenses.txt
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion docs/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
<style>*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{font-family:sans-serif;font-weight:400;line-height:1.6;background-color:#fff7ee;height:100vh}</style><link rel="stylesheet" href="styles.d3fe2249b4699859.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.d3fe2249b4699859.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.645a1d1273ec4f99.js" type="module"></script><script src="polyfills.76501f31eddd659a.js" type="module"></script><script src="main.d376e674c23bb6ef.js" type="module"></script></body>
<script src="runtime.645a1d1273ec4f99.js" type="module"></script><script src="polyfills.76501f31eddd659a.js" type="module"></script><script src="main.30fed4af59005217.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/main.d376e674c23bb6ef.js → docs/main.30fed4af59005217.js
100755 → 100644

Large diffs are not rendered by default.

Empty file modified docs/polyfills.76501f31eddd659a.js
100755 → 100644
Empty file.
Empty file modified docs/runtime.645a1d1273ec4f99.js
100755 → 100644
Empty file.
Empty file modified docs/styles.d3fe2249b4699859.css
100755 → 100644
Empty file.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omeglestr",
"version": "0.4.0",
"version": "0.4.1",
"author": "António Conselheiro",
"license": "Ungovernable",
"scripts": {
Expand All @@ -26,10 +26,10 @@
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@belomonte/async-modal-ngx": "^1.0.0",
"@belomonte/ngx-parody-api": "^0.1.1",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.36.1",
"@belomonte/ngx-parody-api": "^0.1.2",
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.36.2",
"ngx-toastr": "^19.0.0",
"nostr-tools": "^2.10.1",
"nostr-tools": "^2.10.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.8"
Expand Down

0 comments on commit 75850de

Please sign in to comment.