@thi.ng/pointfree 3.0.2 → 3.0.3

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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@3.0.2...@thi.ng/pointfree@3.0.3) (2021-10-15)
7
+
8
+ **Note:** Version bump only for package @thi.ng/pointfree
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@3.0.1...@thi.ng/pointfree@3.0.2) (2021-10-15)
7
15
 
8
16
  **Note:** Version bump only for package @thi.ng/pointfree
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pointfree",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Pointfree functional composition / Forth style stack execution engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.2",
38
- "@thi.ng/checks": "^3.0.2",
39
- "@thi.ng/compose": "^2.0.2",
40
- "@thi.ng/equiv": "^2.0.2",
41
- "@thi.ng/errors": "^2.0.2"
37
+ "@thi.ng/api": "^8.0.3",
38
+ "@thi.ng/checks": "^3.0.3",
39
+ "@thi.ng/compose": "^2.0.3",
40
+ "@thi.ng/equiv": "^2.0.3",
41
+ "@thi.ng/errors": "^2.0.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@thi.ng/testament": "^0.1.2"
44
+ "@thi.ng/testament": "^0.1.3"
45
45
  },
46
46
  "keywords": [
47
47
  "binary",
@@ -127,5 +127,5 @@
127
127
  "thi.ng": {
128
128
  "year": 2015
129
129
  },
130
- "gitHead": "3c5f903104da150588946a94bb118ad559ad395d"
130
+ "gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
131
131
  }