@adaas/a-utils 0.3.4 → 0.3.5
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaas/a-utils",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "A-Utils is a set of utilities that are used across the ADAAS ecosystem. This package is designed to be a collection of utilities that are used across the ADAAS ecosystem.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -289,8 +289,8 @@
|
|
|
289
289
|
"build": "tsup --config tsup.config.ts"
|
|
290
290
|
},
|
|
291
291
|
"dependencies": {
|
|
292
|
-
"@adaas/a-concept": "^0.3.
|
|
293
|
-
"@adaas/a-frame": "^0.0.
|
|
292
|
+
"@adaas/a-concept": "^0.3.3",
|
|
293
|
+
"@adaas/a-frame": "^0.0.12"
|
|
294
294
|
},
|
|
295
295
|
"devDependencies": {
|
|
296
296
|
"@types/chai": "^4.3.14",
|