@prisma/studio-core 0.8.2 → 0.9.0
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/NOTICE +8 -0
- package/{README.md.free → README.md} +3 -1
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +8 -9
- package/LICENSE.licensed +0 -4
- /package/{LICENSE.free → LICENSE} +0 -0
package/NOTICE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
This software includes brand elements owned by Prisma Data, Inc.
|
|
2
|
+
|
|
3
|
+
Use in production is permitted under the Apache 2.0 license, provided that Prisma branding is preserved.
|
|
4
|
+
|
|
5
|
+
You may not remove or obscure logos, UI marks, or references to Prisma unless you have purchased a commercial license.
|
|
6
|
+
|
|
7
|
+
See: https://www.prisma.io/terms
|
|
8
|
+
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# @prisma/studio-core
|
|
2
|
+
|
|
1
3
|
## License
|
|
2
4
|
|
|
3
5
|
Embeddable Prisma Studio (Free) is licensed under [Apache 2.0](./LICENSE).
|
|
@@ -9,4 +11,4 @@ Embeddable Prisma Studio (Free) is licensed under [Apache 2.0](./LICENSE).
|
|
|
9
11
|
## Telemetry
|
|
10
12
|
|
|
11
13
|
This package includes anonymized telemetry to help us improve Prisma Studio.
|
|
12
|
-
Use implies consent. Learn more in our [Privacy Policy](https://www.prisma.io/privacy).
|
|
14
|
+
Use implies consent. Learn more in our [Privacy Policy](https://www.prisma.io/privacy).
|