@deftai/directive-core 0.55.0 → 0.55.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deftai/directive-core",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "description": "TypeScript engine core for the Directive framework.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -197,7 +197,7 @@
197
197
  "provenance": true
198
198
  },
199
199
  "dependencies": {
200
- "@deftai/directive-types": "^0.55.0"
200
+ "@deftai/directive-types": "^0.55.1"
201
201
  },
202
202
  "scripts": {
203
203
  "build": "tsc -b",