@scalar/snippetz 0.5.0 → 0.5.1

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 +4 -2
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/scalar/scalar.git",
10
10
  "directory": "packages/snippetz"
11
11
  },
12
- "version": "0.5.0",
12
+ "version": "0.5.1",
13
13
  "engines": {
14
14
  "node": ">=20"
15
15
  },
@@ -229,7 +229,7 @@
229
229
  "module": "./dist/index.js",
230
230
  "dependencies": {
231
231
  "stringify-object": "^5.0.0",
232
- "@scalar/types": "0.3.1"
232
+ "@scalar/types": "0.3.2"
233
233
  },
234
234
  "devDependencies": {
235
235
  "vite": "7.1.5",
@@ -237,8 +237,10 @@
237
237
  },
238
238
  "scripts": {
239
239
  "build": "scalar-build-esbuild",
240
+ "generate:dotnet-enums": "vite-node scripts/generate-dotnet-enums.ts",
240
241
  "lint:check": "scalar-lint-check",
241
242
  "lint:fix": "scalar-lint-fix",
243
+ "postbuild": "pnpm generate:dotnet-enums",
242
244
  "test": "vitest",
243
245
  "types:build": "scalar-types-build",
244
246
  "types:check": "scalar-types-check"