@glyphlang/glyph 0.1.2 → 0.1.3

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glyphlang/glyph",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "The Glyph compiler: a statically typed language that transpiles to TypeScript, designed so AI agents can read, write, and modify code safely.",
5
5
  "bin": {
6
6
  "glyph": "bin/glyph.js"
@@ -13,11 +13,11 @@
13
13
  "node": ">=18"
14
14
  },
15
15
  "optionalDependencies": {
16
- "@glyphlang/darwin-x64": "0.1.2",
17
- "@glyphlang/darwin-arm64": "0.1.2",
18
- "@glyphlang/linux-x64": "0.1.2",
19
- "@glyphlang/linux-arm64": "0.1.2",
20
- "@glyphlang/win32-x64": "0.1.2"
16
+ "@glyphlang/darwin-x64": "0.1.3",
17
+ "@glyphlang/darwin-arm64": "0.1.3",
18
+ "@glyphlang/linux-x64": "0.1.3",
19
+ "@glyphlang/linux-arm64": "0.1.3",
20
+ "@glyphlang/win32-x64": "0.1.3"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",