@dheerajsom/pinhub 0.1.1 → 0.1.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.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- /** Keep in sync with package.json. */
2
- export declare const VERSION = "0.1.0";
1
+ /** Generated from package.json by npm version. */
2
+ export declare const VERSION = "0.1.2";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- /** Keep in sync with package.json. */
2
- export const VERSION = "0.1.0";
1
+ /** Generated from package.json by npm version. */
2
+ export const VERSION = "0.1.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dheerajsom/pinhub",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Hardware board pinout diagrams in your terminal. `ph rpi5` and go.",
5
5
  "keywords": [
6
6
  "pinout",
@@ -37,6 +37,7 @@
37
37
  "test": "vitest run",
38
38
  "lint": "eslint .",
39
39
  "package:check": "npm pack --dry-run",
40
+ "version": "node scripts/sync-version.mjs && git add src/version.ts",
40
41
  "prepublishOnly": "npm run lint && npm run test && npm run build"
41
42
  },
42
43
  "dependencies": {