Skip to content

Commit

Permalink
hide warnings; tag 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 13, 2024
1 parent 03365db commit 403cbea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: calcit-lang/setup-cr@0.0.3
with:
version: "0.8.47"
version: "0.8.50"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: calcit-lang/setup-cr@0.0.3
with:
version: "0.8.47"
version: "0.8.50"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
2 changes: 1 addition & 1 deletion calcit.cirru

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

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |app)
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.0)
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.1)
:modules $ [] |lilac/ |memof/ |recollect/ |cumulo-util.calcit/ |ws-edn.calcit/ |bisection-key/ |respo-markdown.calcit/
:entries $ {}
:client $ {} (:init-fn |app.client/main!) (:reload-fn |app.client/reload!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/editor",
"version": "0.9.0",
"version": "0.9.1",
"description": "Tree Editor for Calcit Language",
"bin": {
"ct": "server.mjs"
Expand Down
2 changes: 1 addition & 1 deletion server.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --no-warnings=ExperimentalWarning

import { main_$x_, reload_$x_ } from "./js-out/app.server.mjs"

Expand Down

0 comments on commit 403cbea

Please sign in to comment.