@bikky/replication 1.0.1 → 1.0.2
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 +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bikky/replication",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A library for handling loading, saving, loading human readable content and transferring information over the network (from server to clients).",
|
|
5
5
|
"main": "Main.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
"author": "Griffork",
|
|
10
10
|
"license": "SEE LICENSE IN license.txt",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"typescript": "^5.8.2"
|
|
12
|
+
"typescript": "^5.8.2",
|
|
13
|
+
"vitest": "^3.0.8"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@bikky/decorators": "^0.0.14"
|
|
13
17
|
}
|
|
14
18
|
}
|