@scaffoldly/rowdy 0.0.2-1-beta.20251007104846.d76c006 → 0.0.2-1-beta.20251008120752.745576c

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +12 -8
  2. package/dist/index.js +16628 -3611
  3. package/package.json +7 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scaffoldly/rowdy",
3
3
  "description": "Scaffoldly Serverless Router",
4
- "version": "0.0.2-1-beta.20251007104846.d76c006",
4
+ "version": "0.0.2-1-beta.20251008120752.745576c",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -31,10 +31,10 @@
31
31
  "scripts": {
32
32
  "prestart": "yarn build:app",
33
33
  "build": "yarn build:exe",
34
- "build:app": "tsup src/index.ts --sourcemap inline --dts --format cjs --target esnext --cjsInterop",
34
+ "build:app": "tsup src/index.ts --sourcemap inline --dts --format cjs --target esnext --cjsInterop --shims",
35
35
  "build:exe": "yarn build:app && pkg dist/index.js --compress Brotli --output dist/app",
36
- "start": "yarn build:app && node dist/server.js",
37
- "start:dev": "tsx src/server.ts",
36
+ "start": "yarn build:app && node dist/index.js",
37
+ "start:dev": "tsx src/index.ts",
38
38
  "clean": "rm -rf dist",
39
39
  "prepublishOnly": "yarn clean && yarn build",
40
40
  "lint": "eslint .",
@@ -103,7 +103,9 @@
103
103
  "ts-node": "^10.9.2",
104
104
  "tsup": "^8.5.0",
105
105
  "typescript": "^5.0.0",
106
- "whatwg-encoding": "^3.1.1"
106
+ "whatwg-encoding": "^3.1.1",
107
+ "yaml": "^2.8.1",
108
+ "yargs": "17"
107
109
  },
108
110
  "dependencies": {}
109
111
  }