@hyperfixi/core 2.4.0 → 2.5.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.
@@ -6452,6 +6452,7 @@ class Parser {
6452
6452
  'increment',
6453
6453
  'decrement',
6454
6454
  'add',
6455
+ 'toggle',
6455
6456
  'if',
6456
6457
  'unless',
6457
6458
  'make',
@@ -6450,6 +6450,7 @@ class Parser {
6450
6450
  'increment',
6451
6451
  'decrement',
6452
6452
  'add',
6453
+ 'toggle',
6453
6454
  'if',
6454
6455
  'unless',
6455
6456
  'make',
@@ -7289,6 +7289,7 @@ class Parser {
7289
7289
  'increment',
7290
7290
  'decrement',
7291
7291
  'add',
7292
+ 'toggle',
7292
7293
  'if',
7293
7294
  'unless',
7294
7295
  'make',
@@ -7287,6 +7287,7 @@ class Parser {
7287
7287
  'increment',
7288
7288
  'decrement',
7289
7289
  'add',
7290
+ 'toggle',
7290
7291
  'if',
7291
7292
  'unless',
7292
7293
  'make',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperfixi/core",
3
- "version": "2.4.0",
3
+ "version": "2.5.1",
4
4
  "description": "Multilingual, tree-shakeable hyperscript",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -284,14 +284,14 @@
284
284
  "access": "public"
285
285
  },
286
286
  "dependencies": {
287
- "@lokascript/intent": "*",
288
- "@lokascript/semantic": "*",
287
+ "@lokascript/intent": "^2.5.1",
288
+ "@lokascript/semantic": "^2.5.1",
289
289
  "morphlex": "^1.0.5",
290
290
  "tslib": "^2.8.1"
291
291
  },
292
292
  "peerDependencies": {
293
- "@hyperfixi/patterns-reference": "*",
294
- "@lokascript/framework": "*"
293
+ "@hyperfixi/patterns-reference": "^2.5.1",
294
+ "@lokascript/framework": "^2.5.1"
295
295
  },
296
296
  "peerDependenciesMeta": {
297
297
  "@hyperfixi/patterns-reference": {