@plurnk/plurnk-mimetypes-text-plsql 0.3.1 → 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 (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-mimetypes-text-plsql",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "text/x-plsql mimetype handler for plurnk-service. ANTLR-backed extraction via grammars-v4.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -43,18 +43,20 @@
43
43
  "build:grammar": "plurnk-mimetypes-compile",
44
44
  "build:dist": "tsc -p tsconfig.build.json",
45
45
  "build": "npm run build:grammar && npm run build:dist",
46
- "prepare": "npm run build"
46
+ "prepare": "npm run build && (git config core.hooksPath .githooks || true)",
47
+ "deps:fresh": "npm outdated",
48
+ "prepublishOnly": "npm run deps:fresh && npm audit --audit-level=moderate && npm test"
47
49
  },
48
50
  "dependencies": {
49
51
  "antlr4ng": "^3.0.0"
50
52
  },
51
53
  "devDependencies": {
54
+ "@plurnk/plurnk-mimetypes": "^0.15.0 || ^0.16.0",
52
55
  "@types/node": "^26.0.0",
53
56
  "antlr-ng": "^1.0.10",
54
- "typescript": "^6.0.3",
55
- "@plurnk/plurnk-mimetypes": "0.15.25"
57
+ "typescript": "^6.0.3"
56
58
  },
57
59
  "peerDependencies": {
58
- "@plurnk/plurnk-mimetypes": "^0.15.18"
60
+ "@plurnk/plurnk-mimetypes": "^0.16.0"
59
61
  }
60
62
  }