create-remult
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "create-remult", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Creates a remult project, ready to go", | ||
@@ -42,3 +42,4 @@ "keywords": [ | ||
"typecheck": "tsc --noEmit", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest --run" | ||
}, | ||
@@ -45,0 +46,0 @@ "engines": { |
@@ -15,3 +15,2 @@ { | ||
"dependencies": { | ||
"express": "^4.21.0", | ||
"react": "^18.3.1", | ||
@@ -23,3 +22,2 @@ "react-dom": "^18.3.1", | ||
"@eslint/js": "^9.9.0", | ||
"@types/express": "^4.17.21", | ||
"@types/react": "^18.3.3", | ||
@@ -35,4 +33,4 @@ "@types/react-dom": "^18.3.0", | ||
"typescript-eslint": "^8.0.1", | ||
"vite": "^5.4.1" | ||
"vite": "^5.4.6" | ||
} | ||
} |
@@ -1,9 +0,3 @@ | ||
import { remultSveltekit } from "remult/remult-sveltekit"; | ||
import { entities } from "../../../shared/entities"; | ||
import { api } from '../../../api' | ||
export const _api = remultSveltekit({ | ||
admin: true, | ||
entities: entities, | ||
}); | ||
export const { GET, POST, PUT, DELETE } = _api; | ||
export const { GET, POST, PUT, DELETE } = api |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
333780
89
1983
6
5