- Rebrand package from drizzle-typebox to @alkdev/drizzlebox - Replace @sinclair/typebox with @alkdev/typebox in all source and test files - Replace @sinclair/typebox with @alkdev/typebox in rollup externals - Convert tsconfig.json from monorepo extends to standalone config - Fix build script monorepo remnant (dist.new -> dist) - Add missing devDependencies (recast, tsx, typescript, resolve-tspaths) - Replace monorepo link dependency for drizzle-orm with ^0.38.4 - Add .gitignore, LICENSE (Apache-2.0 with attribution), and README - Initialize git repo with remote at git.alk.dev:alkdev/drizzlebox
27 lines
991 B
Plaintext
27 lines
991 B
Plaintext
Copyright 2024 Drizzle Team
|
|
Copyright 2025 alkdev
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
---
|
|
|
|
NOTICE
|
|
|
|
This project is a fork of drizzle-typebox, originally part of the
|
|
drizzle-orm monorepo by the Drizzle Team (https://github.com/drizzle-team/drizzle-orm).
|
|
|
|
The original work is Copyright 2024 Drizzle Team and is licensed under the
|
|
Apache License, Version 2.0.
|
|
|
|
Modifications (rebranding to @alkdev/drizzlebox, dependency migration to
|
|
@alkdev/typebox, and standalone packaging) are Copyright 2025 alkdev. |