@cedarjs/api-server 1.0.0-canary.12513 → 1.0.0-canary.12515

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 (1) hide show
  1. package/package.json +17 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "1.0.0-canary.12513+fa086fdda",
3
+ "version": "1.0.0-canary.12515+c1f5460de",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,6 +60,14 @@
60
60
  "types": "./dist/cjs/cliHelpers.d.ts",
61
61
  "default": "./dist/cjs/cliHelpers.js"
62
62
  }
63
+ },
64
+ "./cjs/apiCliConfigHandler": {
65
+ "types": "./dist/cjs/apiCLIConfigHandler.d.ts",
66
+ "default": "./dist/cjs/apiCLIConfigHandler.js"
67
+ },
68
+ "./cjs/cliHelpers": {
69
+ "types": "./dist/cjs/cliHelpers.d.ts",
70
+ "default": "./dist/cjs/cliHelpers.js"
63
71
  }
64
72
  },
65
73
  "main": "./dist/createServer.js",
@@ -89,11 +97,11 @@
89
97
  "test:watch": "vitest watch"
90
98
  },
91
99
  "dependencies": {
92
- "@cedarjs/context": "1.0.0-canary.12513",
93
- "@cedarjs/fastify-web": "1.0.0-canary.12513",
94
- "@cedarjs/internal": "1.0.0-canary.12513",
95
- "@cedarjs/project-config": "1.0.0-canary.12513",
96
- "@cedarjs/web-server": "1.0.0-canary.12513",
100
+ "@cedarjs/context": "1.0.0-canary.12515",
101
+ "@cedarjs/fastify-web": "1.0.0-canary.12515",
102
+ "@cedarjs/internal": "1.0.0-canary.12515",
103
+ "@cedarjs/project-config": "1.0.0-canary.12515",
104
+ "@cedarjs/web-server": "1.0.0-canary.12515",
97
105
  "@fastify/multipart": "9.0.3",
98
106
  "@fastify/url-data": "6.0.3",
99
107
  "ansis": "4.1.0",
@@ -110,7 +118,7 @@
110
118
  "yargs": "17.7.2"
111
119
  },
112
120
  "devDependencies": {
113
- "@cedarjs/framework-tools": "1.0.0-canary.12513",
121
+ "@cedarjs/framework-tools": "1.0.0-canary.12515",
114
122
  "@types/aws-lambda": "8.10.152",
115
123
  "@types/dotenv-defaults": "^2.0.4",
116
124
  "@types/qs": "6.9.16",
@@ -123,12 +131,12 @@
123
131
  "vitest": "3.2.4"
124
132
  },
125
133
  "peerDependencies": {
126
- "@cedarjs/graphql-server": "1.0.0-canary.12513"
134
+ "@cedarjs/graphql-server": "1.0.0-canary.12515"
127
135
  },
128
136
  "peerDependenciesMeta": {
129
137
  "@cedarjs/graphql-server": {
130
138
  "optional": true
131
139
  }
132
140
  },
133
- "gitHead": "fa086fdda596f6b7b4b822e3449b1bfb77738fa1"
141
+ "gitHead": "c1f5460deff1ae6586c7074ed0c85f10419da5c7"
134
142
  }