@crustjs/crust-windows-x64 0.3.3 → 0.3.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.
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/crust-bun-windows-x64.exe
3
- size: 86210048 bytes
4
- sha256: 26bb7b6daad2330fe7cd4dbc24ad02a30d2604cd3e4cb632b6640c1ee376fef2
3
+ size: 86212096 bytes
4
+ sha256: bf3057af66110e5d7cee0c7b99ddd7d0820966cc0cebfadacf53ccb9cfdb5c16
@@ -23,6 +23,14 @@
23
23
  "node"
24
24
  ]
25
25
  },
26
+ "targets": {
27
+ "description": "Canonical compiler targets `crust build` stages when no --target flag is passed, or `host` for the building machine; without it every Bun or Deno target is staged. Rejected for Node.",
28
+ "type": "array",
29
+ "minItems": 1,
30
+ "items": {
31
+ "type": "string"
32
+ }
33
+ },
26
34
  "bunPlugins": {
27
35
  "description": "Bun bundler plugin modules applied to Bun and Node builds, in order: bare names resolve from node_modules, paths from the project root; each must default-export the plugin. Rejected for Deno.",
28
36
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crustjs/crust-windows-x64",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "CLI tooling for the Crust framework",
5
5
  "license": "MIT",
6
6
  "author": "chenxin-yan",