@plurnk/plurnk-models 1.3.1 → 1.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-models",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Build-time-vendored snapshot of model metadata (context window + pricing) from models.dev — a FALLBACK for when no live provider data is available.",
5
5
  "keywords": [
6
6
  "plurnk",
@@ -44,7 +44,7 @@
44
44
  "test:lint": "tsc --noEmit",
45
45
  "test:unit": "node --conditions=plurnk-dev --test src/**/*.test.ts",
46
46
  "test": "npm run test:lint && npm run test:unit",
47
- "prepublishOnly": "npm outdated && npm audit --audit-level=moderate && npm test",
47
+ "prepublishOnly": "npm audit --audit-level=moderate && npm test",
48
48
  "build:dist": "tsc -p tsconfig.build.json && node --conditions=plurnk-dev -e \"require('node:fs').copyFileSync('src/catalog.json','dist/catalog.json')\"",
49
49
  "build": "npm run build:dist",
50
50
  "prepack": "npm run build"