@cedarjs/vite 5.0.0-canary.2589 → 5.0.0-canary.2592

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.
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
@@ -1,2 +1,3 @@
1
+ #!/usr/bin/env node
1
2
  export {};
2
3
  //# sourceMappingURL=devFeServer.d.ts.map
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import http from "node:http";
2
3
  import { createServerAdapter } from "@whatwg-node/server";
3
4
  import express from "express";
@@ -1,2 +1,3 @@
1
+ #!/usr/bin/env node
1
2
  export declare function runFeServer(): Promise<void>;
2
3
  //# sourceMappingURL=runFeServer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"runFeServer.d.ts","sourceRoot":"","sources":["../src/runFeServer.ts"],"names":[],"mappings":"AAgDA,wBAAsB,WAAW,kBAqJhC"}
1
+ {"version":3,"file":"runFeServer.d.ts","sourceRoot":"","sources":["../src/runFeServer.ts"],"names":[],"mappings":";AAkDA,wBAAsB,WAAW,kBAqJhC"}
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import path from "node:path";
2
3
  import url from "node:url";
3
4
  import { createServerAdapter } from "@whatwg-node/server";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "5.0.0-canary.2589",
3
+ "version": "5.0.0-canary.2592",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,10 +25,6 @@
25
25
  "types": "./dist/api/vite-plugin-cedar-vitest-api-preset.d.ts",
26
26
  "default": "./dist/api/vite-plugin-cedar-vitest-api-preset.js"
27
27
  },
28
- "./client": {
29
- "require": "./dist/cjs/client.js",
30
- "import": "./dist/client.js"
31
- },
32
28
  "./buildFeServer": {
33
29
  "require": "./dist/cjs/buildFeServer.js",
34
30
  "import": "./dist/buildFeServer.js"
@@ -67,15 +63,15 @@
67
63
  "@babel/parser": "7.29.7",
68
64
  "@babel/traverse": "7.29.7",
69
65
  "@babel/types": "7.29.7",
70
- "@cedarjs/api": "5.0.0-canary.2589",
71
- "@cedarjs/babel-config": "5.0.0-canary.2589",
72
- "@cedarjs/context": "5.0.0-canary.2589",
73
- "@cedarjs/cookie-jar": "5.0.0-canary.2589",
74
- "@cedarjs/graphql-server": "5.0.0-canary.2589",
75
- "@cedarjs/internal": "5.0.0-canary.2589",
76
- "@cedarjs/project-config": "5.0.0-canary.2589",
77
- "@cedarjs/server-store": "5.0.0-canary.2589",
78
- "@cedarjs/testing": "5.0.0-canary.2589",
66
+ "@cedarjs/api": "5.0.0-canary.2592",
67
+ "@cedarjs/babel-config": "5.0.0-canary.2592",
68
+ "@cedarjs/context": "5.0.0-canary.2592",
69
+ "@cedarjs/cookie-jar": "5.0.0-canary.2592",
70
+ "@cedarjs/graphql-server": "5.0.0-canary.2592",
71
+ "@cedarjs/internal": "5.0.0-canary.2592",
72
+ "@cedarjs/project-config": "5.0.0-canary.2592",
73
+ "@cedarjs/server-store": "5.0.0-canary.2592",
74
+ "@cedarjs/testing": "5.0.0-canary.2592",
79
75
  "@fastify/url-data": "6.0.3",
80
76
  "@swc/core": "1.15.41",
81
77
  "@universal-deploy/store": "^0.2.1",
@@ -109,9 +105,9 @@
109
105
  },
110
106
  "devDependencies": {
111
107
  "@arethetypeswrong/cli": "0.18.4",
112
- "@cedarjs/auth": "5.0.0-canary.2589",
113
- "@cedarjs/router": "5.0.0-canary.2589",
114
- "@cedarjs/web": "5.0.0-canary.2589",
108
+ "@cedarjs/auth": "5.0.0-canary.2592",
109
+ "@cedarjs/router": "5.0.0-canary.2592",
110
+ "@cedarjs/web": "5.0.0-canary.2592",
115
111
  "@hyrious/esbuild-plugin-commonjs": "0.2.6",
116
112
  "@jridgewell/trace-mapping": "0.3.31",
117
113
  "@types/aws-lambda": "8.10.162",