zaileys 0.26.1-dev → 0.27.1-dev
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/docs.css +0 -10
- package/ss.html +0 -13
- package/typedoc.json +0 -23
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"email": "zaadevofc@gmail.com",
|
|
7
7
|
"url": "https://github.com/zaadevofc"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.27.1-dev",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"module": "dist/index.mjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test:dev": "ts-node-dev src/test",
|
|
25
25
|
"test": "ts-node src/test",
|
|
26
26
|
"docs": "npx typedoc",
|
|
27
|
-
"prod": "tsup && npm publish"
|
|
27
|
+
"prod": "tsup && npx typedoc && npm publish"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=18"
|
package/docs.css
DELETED
package/ss.html
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Document</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<h1>hahahaha</h1>
|
|
10
|
-
<iframe src="https://stream.trakteer.id/notification/index.html?key=trstream-MsxU1uBTEalkCWHOquCf&unit=Laptop Ajaib&mod=3&hash=eml73oqdj6m5d9qb" frameborder="0"></iframe>
|
|
11
|
-
<h6>hahahaahah</h6>
|
|
12
|
-
</body>
|
|
13
|
-
</html>
|
package/typedoc.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entryPoints": ["src/index.ts"],
|
|
3
|
-
"hideGenerator": true,
|
|
4
|
-
"excludePrivate": true,
|
|
5
|
-
"excludeProtected": true,
|
|
6
|
-
"excludeExternals": true,
|
|
7
|
-
"includeVersion": false,
|
|
8
|
-
"entryPointStrategy": "expand",
|
|
9
|
-
"customCss": "./docs.css",
|
|
10
|
-
"out": "docs",
|
|
11
|
-
"gaID": "G-T0LG3JX1FJ",
|
|
12
|
-
"extends": [],
|
|
13
|
-
"navigationLinks": {
|
|
14
|
-
"⭐ Star on Github": "https://github.com/zaadevofc/zaileys"
|
|
15
|
-
},
|
|
16
|
-
"sidebarLinks": {
|
|
17
|
-
"💖 Support Me": "https://ko-fi.com/zaadevofc",
|
|
18
|
-
"🤝 Trakteer": "https://trakteer.id/zaadevofc/",
|
|
19
|
-
"😾 Saweria": "https://saweria.co/zaadevofc",
|
|
20
|
-
"": ""
|
|
21
|
-
},
|
|
22
|
-
"pretty": true
|
|
23
|
-
}
|