@rip-lang/schema 0.3.6 → 0.3.7

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 +2 -2
package/README.md CHANGED
@@ -984,7 +984,7 @@ rip packages/schema/examples/orm-example.rip
984
984
  ### Full Test Suite
985
985
 
986
986
  ```bash
987
- bun test/runner.js test/rip # 1243 tests, 100% passing
987
+ bun test/runner.js test/rip # 1255 tests, 100% passing
988
988
  ```
989
989
 
990
990
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rip-lang/schema",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Unified schema language for types, validation, database models, UI widgets, and reactive state",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -44,7 +44,7 @@
44
44
  "author": "Steve Shreeve <steve.shreeve@gmail.com>",
45
45
  "license": "MIT",
46
46
  "dependencies": {
47
- "rip-lang": ">=3.13.10"
47
+ "rip-lang": ">=3.13.14"
48
48
  },
49
49
  "files": [
50
50
  "index.js",