@careerdriver/black-box 1.3.0 → 1.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careerdriver/black-box",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "AI Search Optimization Runtime - Automatic JSON-LD schema injection with server-side rendering support",
5
5
  "keywords": [
6
6
  "ai-search",
@@ -43,15 +43,14 @@
43
43
  "url": "https://github.com/careerdriver/gpto-suite/issues"
44
44
  },
45
45
  "homepage": "https://github.com/careerdriver/gpto-suite#readme",
46
- "scripts": {
47
- "build": "tsup src/runtime.ts --format iife,esm --global-name PantheraBlackBox --minify --sourcemap --dts",
48
- "dev": "tsup src/runtime.ts --format iife,esm --global-name PantheraBlackBox --watch",
49
- "type-check": "tsc --noEmit",
50
- "prepublishOnly": "pnpm build"
51
- },
52
46
  "devDependencies": {
53
47
  "@types/node": "^25.0.10",
54
48
  "tsup": "^8.5.1",
55
49
  "typescript": "^5.9.3"
50
+ },
51
+ "scripts": {
52
+ "build": "tsup src/runtime.ts --format iife,esm --global-name PantheraBlackBox --minify --sourcemap --dts",
53
+ "dev": "tsup src/runtime.ts --format iife,esm --global-name PantheraBlackBox --watch",
54
+ "type-check": "tsc --noEmit"
56
55
  }
57
- }
56
+ }