@adens/openwa 0.1.0 → 0.1.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adens/openwa",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Self-hosted WhatsApp workspace with multi-session management, REST API, JWT & API key authentication, real-time messaging via Socket.IO, media upload, Swagger documentation, and AI-agent integration support.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "asepindrak <asepindrakurniawan@gmail.com>",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build:web": "node ./node_modules/next/dist/bin/next build web",
|
|
33
33
|
"prisma:generate": "node ./node_modules/prisma/build/index.js generate --schema prisma/schema.prisma",
|
|
34
34
|
"prisma:push": "node ./node_modules/prisma/build/index.js db push --schema prisma/schema.prisma",
|
|
35
|
-
"publish": "npm
|
|
35
|
+
"publish": "npm publish --access=public",
|
|
36
36
|
"prepublishOnly": "npm run build"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|