@a-company/paradigm 3.1.2 → 3.1.5

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.
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ getPluginUpdateNotice,
4
+ runPluginUpdateCheck,
5
+ schedulePluginUpdateCheck
6
+ } from "./chunk-4G54C4VM.js";
7
+ export {
8
+ getPluginUpdateNotice,
9
+ runPluginUpdateCheck,
10
+ schedulePluginUpdateCheck
11
+ };
@@ -12,7 +12,7 @@ import {
12
12
  } from "./chunk-PMXRGPRQ.js";
13
13
  import {
14
14
  hooksInstallCommand
15
- } from "./chunk-AQZSUGL3.js";
15
+ } from "./chunk-DRUDZKIT.js";
16
16
  import {
17
17
  indexCommand,
18
18
  initCommand
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a-company/paradigm",
3
- "version": "3.1.2",
3
+ "version": "3.1.5",
4
4
  "description": "Unified CLI for Paradigm developer tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -15,7 +15,8 @@
15
15
  "lore-ui/dist"
16
16
  ],
17
17
  "scripts": {
18
- "build": "tsup && npm run build:university-assets",
18
+ "build": "node scripts/generate-hooks.mjs && tsup && npm run build:university-assets",
19
+ "check:hooks": "node scripts/generate-hooks.mjs --check",
19
20
  "build:lore-ui": "cd lore-ui && npx vite build",
20
21
  "build:university-assets": "rm -rf dist/university-ui dist/university-content && cp -r ../university/ui/dist dist/university-ui && cp -r ../university/src/content dist/university-content",
21
22
  "dev": "tsup src/index.ts --format esm --dts --watch",