loudo-ds-map-interfaces 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loudo-ds-map-interfaces",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.0.4",
5
5
  "description": "Core interfaces for loud maps (dictionaries.)",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -31,6 +31,6 @@
31
31
  "vitest": "^1.2.2"
32
32
  },
33
33
  "dependencies": {
34
- "loudo-ds-core": "^0.0.22"
34
+ "loudo-ds-core": "^0.0.24"
35
35
  }
36
36
  }