@vegalabs/cli 0.1.0 → 0.1.1
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.
- package/LICENSE +1 -1
- package/NOTICE +5 -4
- package/bin/vega.cjs +0 -0
- package/dist/entry.js +373 -369
- package/package.json +4 -2
package/LICENSE
CHANGED
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
same "printed page" as the copyright notice for easier
|
|
188
188
|
identification within third-party archives.
|
|
189
189
|
|
|
190
|
-
Copyright 2026
|
|
190
|
+
Copyright 2026 CocoCopi
|
|
191
191
|
|
|
192
192
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
193
|
you may not use this file except in compliance with the License.
|
package/NOTICE
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
VEGA
|
|
2
|
-
Copyright 2026
|
|
2
|
+
Copyright 2026 CocoCopi
|
|
3
3
|
|
|
4
|
-
This product includes software
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
This product includes software developed for the Codebuff project
|
|
5
|
+
(Copyright 2025 Codebuff), source available at
|
|
6
|
+
https://github.com/CodebuffAI/freebuff, licensed under the Apache License,
|
|
7
|
+
Version 2.0.
|
package/bin/vega.cjs
CHANGED
|
File without changes
|