@elaraai/e3-core 0.0.2-beta.3 → 0.0.2-beta.4
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": "@elaraai/e3-core",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "East Execution Engine Core - Programmatic API for e3 repository operations",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"directory": "packages/e3-core"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@elaraai/e3": "^0.0.2-beta.
|
|
44
|
-
"@elaraai/e3-types": "^0.0.2-beta.
|
|
43
|
+
"@elaraai/e3": "^0.0.2-beta.4",
|
|
44
|
+
"@elaraai/e3-types": "^0.0.2-beta.4",
|
|
45
45
|
"yauzl": "^3.2.0",
|
|
46
46
|
"yazl": "^2.5.1"
|
|
47
47
|
},
|