wavegrid 0.1.1 → 0.2.1

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 (3) hide show
  1. package/LICENSE +18 -5
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,7 +1,20 @@
1
- All Rights Reserved.
1
+ The San Francisco License (SF License)
2
2
 
3
- Copyright (c) 2024 Interweb, Inc.
3
+ Copyright (c) 2026 Interweb, Inc.
4
4
 
5
- This software and associated documentation files (the "Software") may not be
6
- reproduced, distributed, or used without express written permission from
7
- Interweb, Inc.
5
+ Permission is granted, free of charge, to any person or organization
6
+ obtaining a copy of this software and associated documentation files
7
+ (the "Software"), to use, copy, modify, merge, publish, distribute,
8
+ sublicense, and/or sell copies of the Software, and to permit others
9
+ to whom the Software is furnished to do the same.
10
+
11
+ The only requirement is that this license notice and copyright notice
12
+ shall be included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
17
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18
+ CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
+ TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
20
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @wavegrid/receiver
1
+ # wavegrid
2
2
 
3
3
  <p align="center" width="100%">
4
4
  <img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wavegrid",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "Receiver brain — resilient state engine with independent low-pass filter, 3D sine wave fallback, and OSC bridge",
6
6
  "main": "index.js",
@@ -43,5 +43,5 @@
43
43
  "@types/ws": "^8.5.13",
44
44
  "makage": "^0.3.0"
45
45
  },
46
- "gitHead": "6f651b8d0dfbb6538c667dd3905ce6989ae18e46"
46
+ "gitHead": "60ed9683c2b2003a811d0298a086ee481cd310b1"
47
47
  }