@bernierllc/braingrid-cli-wrapper 0.3.0 → 0.3.2

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 +16 -0
  2. package/package.json +11 -13
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [0.3.2](https://github.com/bernier-llc/tools/compare/@bernierllc/braingrid-cli-wrapper@0.3.1...@bernierllc/braingrid-cli-wrapper@0.3.2) (2026-03-09)
7
+
8
+ **Note:** Version bump only for package @bernierllc/braingrid-cli-wrapper
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.1](https://github.com/bernier-llc/tools/compare/@bernierllc/braingrid-cli-wrapper@0.3.0...@bernierllc/braingrid-cli-wrapper@0.3.1) (2026-03-03)
15
+
16
+ **Note:** Version bump only for package @bernierllc/braingrid-cli-wrapper
17
+
18
+
19
+
20
+
21
+
6
22
  # 0.3.0 (2025-12-25)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,19 +1,9 @@
1
1
  {
2
2
  "name": "@bernierllc/braingrid-cli-wrapper",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Type-safe wrapper for BrainGrid CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
- "scripts": {
8
- "build": "tsc",
9
- "test": "jest",
10
- "test:run": "jest",
11
- "test:watch": "jest --watch",
12
- "test:coverage": "jest --coverage",
13
- "lint": "eslint src --ext .ts",
14
- "clean": "rimraf dist",
15
- "prepublishOnly": "npm run build"
16
- },
17
7
  "keywords": [
18
8
  "braingrid",
19
9
  "cli",
@@ -48,5 +38,13 @@
48
38
  "access": "public",
49
39
  "registry": "https://registry.npmjs.org/"
50
40
  },
51
- "gitHead": "af7e74b3715d56d3a193e1bb6743b337c2b0df6d"
52
- }
41
+ "scripts": {
42
+ "build": "tsc",
43
+ "test": "jest",
44
+ "test:run": "jest",
45
+ "test:watch": "jest --watch",
46
+ "test:coverage": "jest --coverage",
47
+ "lint": "eslint src --ext .ts",
48
+ "clean": "rimraf dist"
49
+ }
50
+ }