multporn-api-sdk 0.1.1 → 0.1.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/dist/index.cjs +75 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +69 -44
- package/dist/index.js.map +1 -1
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "multporn-api-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Unofficial Multporn HTML scraping SDK Node. Typed, with retries/timeouts.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Maks1mio",
|
|
@@ -22,8 +22,11 @@
|
|
|
22
22
|
"node": ">=18"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
|
-
"start": "node examples/server
|
|
25
|
+
"start": "node examples/dev-server.mjs",
|
|
26
26
|
"build": "tsup",
|
|
27
|
+
"pack" : "npm pack",
|
|
28
|
+
"yarn:publish" : "yarn publish --access public",
|
|
29
|
+
"npm:publish" : "npm publish --access public",
|
|
27
30
|
"prepare": "npm run build",
|
|
28
31
|
"test": "vitest run",
|
|
29
32
|
"dev:test": "vitest",
|