@xenosystem/generate 0.0.3 → 0.0.4

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": "@xenosystem/generate",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "license": "UNLICENSED",
5
5
  "description": "XENO declarations → per-platform artifacts. The only writer of generated output.",
6
6
  "author": "XENO Corporation <emilian@bnkrsys.com>",
@@ -27,7 +27,7 @@
27
27
  "artifacts": "npm run build && node scripts/build-artifacts.mjs"
28
28
  },
29
29
  "dependencies": {
30
- "@xenosystem/elements": "0.0.3"
30
+ "@xenosystem/elements": "0.0.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "^5.4.0"