Skip to content

Commit

Permalink
update ternary-tree and deps; bump 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jun 7, 2021
1 parent be64343 commit 40af7e3
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 256 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_runner"
version = "0.3.28"
version = "0.3.29"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion lib/calcit.procs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export * from "./calcit-data";
export * from "./record-procs";
export * from "./custom-formatter";

export const calcit_version = "0.3.28";
export const calcit_version = "0.3.29";

let inNodeJs = typeof process !== "undefined" && process?.release?.name === "node";

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@calcit/procs",
"version": "0.3.28",
"version": "0.3.29",
"main": "./lib/calcit.procs.js",
"devDependencies": {
"@types/node": "^15.0.1",
"typescript": "^4.2.4",
"vite": "^2.2.3",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
"@types/node": "^15.12.1",
"typescript": "^4.3.2",
"vite": "^2.3.6",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"scripts": {
"procs-link": "ln -s ../../ node_modules/@calcit/procs",
"cp-mac": "cargo build --release && rm -rfv builds/* && node scripts/cp-version.js && scp builds/* rsync-user@calcit-lang.org:/web-assets/repo/calcit-lang/binaries/macos/",
"test-js": "cargo run calcit/snapshots/test.cirru --emit-js && yarn tsc && target=node yarn webpack && node js-out/bundle.js"
},
"dependencies": {
"@calcit/ternary-tree": "0.0.12",
"@calcit/ternary-tree": "0.0.13",
"@cirru/parser.ts": "^0.0.3",
"@cirru/writer.ts": "^0.1.3"
}
Expand Down
Loading

0 comments on commit 40af7e3

Please sign in to comment.