@adaas/a-frame 0.0.14 → 0.0.16

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": "@adaas/a-frame",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "A-frame is index build engine for A-Concept ecosystem. It provides a way to build index structures for A-Concept basics",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -70,7 +70,7 @@
70
70
  "build": "tsup --config tsup.config.ts"
71
71
  },
72
72
  "dependencies": {
73
- "@adaas/a-concept": "^0.3.5"
73
+ "@adaas/a-concept": "^0.3.7"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/chai": "^4.3.14",