fez-lisp 1.5.148 → 1.5.149

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/package.json +1 -1
  2. package/src/keywords.js +0 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "fez-lisp",
3
3
  "description": "Lisp interpreted & compiled to JavaScript",
4
4
  "author": "AT290690",
5
- "version": "1.5.148",
5
+ "version": "1.5.149",
6
6
  "type": "module",
7
7
  "main": "index.js",
8
8
  "keywords": [
package/src/keywords.js CHANGED
@@ -105,8 +105,6 @@ export const PREDICATES_OUTPUT_SET = new Set([
105
105
  ])
106
106
  export const MUTATORS_SET = new Set([
107
107
  KEYWORDS.SET_ARRAY,
108
- 'matrix:set!',
109
- 'matrix:set-and-get!',
110
108
  'array:set-and-get!',
111
109
  'var:set-and-get!',
112
110
  'array:set!',