@devaloop/devalang 0.1.7 → 0.1.8

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  ![npm](https://img.shields.io/npm/dt/@devaloop/devalang?label=npm&color=%231DB954)
21
21
  ![crates](https://img.shields.io/crates/d/devalang?label=crates.io&color=%231DB954)
22
22
 
23
- # 🦊 Devalang — Write music with code
23
+ # 🦊 Devalang — Write music, like you write code.
24
24
 
25
25
  Devalang is a compact **domain-specific language** (DSL) for **music makers**, **sound designers**, and **creative coders**.
26
26
  Compose loops, control samples, synthesize audio, and render your ideas — all in clean, **readable text**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devaloop/devalang",
3
3
  "private": false,
4
- "version": "0.1.7",
4
+ "version": "0.1.8",
5
5
  "description": "Write music with code. Devalang is a domain-specific language (DSL) for sound designers and music hackers. Compose, automate, and control sound — in plain text.",
6
6
  "main": "out-tsc/index.js",
7
7
  "types": "./out-tsc/index.d.ts",