@thi.ng/pointfree-lang 2.2.36 → 2.2.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/cli.js +1 -2
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-23T07:02:18Z
3
+ - **Last updated**: 2024-05-08T18:24:32Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/cli.js CHANGED
@@ -98,8 +98,7 @@ Usage: pointfree [opts] [file]
98
98
  paramWidth: 24
99
99
  },
100
100
  ctx: async (ctx) => {
101
- if (ctx.opts.debug)
102
- ctx.logger.level = LogLevel.DEBUG;
101
+ if (ctx.opts.debug) ctx.logger.level = LogLevel.DEBUG;
103
102
  return ctx;
104
103
  }
105
104
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pointfree-lang",
3
- "version": "2.2.36",
3
+ "version": "2.2.37",
4
4
  "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,20 +40,20 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.1",
44
- "@thi.ng/args": "^2.3.32",
45
- "@thi.ng/bench": "^3.5.5",
46
- "@thi.ng/errors": "^2.5.6",
47
- "@thi.ng/file-io": "^2.1.1",
48
- "@thi.ng/logger": "^3.0.11",
49
- "@thi.ng/pointfree": "^3.1.81"
43
+ "@thi.ng/api": "^8.11.2",
44
+ "@thi.ng/args": "^2.3.33",
45
+ "@thi.ng/bench": "^3.5.6",
46
+ "@thi.ng/errors": "^2.5.7",
47
+ "@thi.ng/file-io": "^2.1.2",
48
+ "@thi.ng/logger": "^3.0.12",
49
+ "@thi.ng/pointfree": "^3.1.82"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.43.0",
53
- "esbuild": "^0.20.2",
52
+ "@microsoft/api-extractor": "^7.43.2",
53
+ "esbuild": "^0.21.1",
54
54
  "pegjs": "0.11.0-master.b7b87ea",
55
- "typedoc": "^0.25.12",
56
- "typescript": "^5.4.3"
55
+ "typedoc": "^0.25.13",
56
+ "typescript": "^5.4.5"
57
57
  },
58
58
  "keywords": [
59
59
  "ast",
@@ -106,5 +106,5 @@
106
106
  "parent": "@thi.ng/pointfree",
107
107
  "year": 2018
108
108
  },
109
- "gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
109
+ "gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
110
110
  }