@obra-studio/bedrock-flows 0.14.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/README.md +8 -0
- package/package.json +13 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @obra-studio/bedrock-flows
|
|
2
|
+
|
|
3
|
+
**This package is no longer published as open source.**
|
|
4
|
+
|
|
5
|
+
Bedrock Flows is now a commercial product. Earlier `0.x` releases that were
|
|
6
|
+
briefly available under the MIT license have been removed and are unsupported.
|
|
7
|
+
|
|
8
|
+
For licensing and access, contact **Obra Studio** — https://obra.studio
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@obra-studio/bedrock-flows",
|
|
3
|
+
"version": "0.14.0",
|
|
4
|
+
"description": "Bedrock Flows is now a commercial product and is no longer published as open source.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"homepage": "https://obra.studio",
|
|
7
|
+
"files": [
|
|
8
|
+
"README.md"
|
|
9
|
+
],
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
}
|
|
13
|
+
}
|