@oneblink/release-cli 3.3.1-beta.3 → 3.3.1-beta.4
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.
|
@@ -103,6 +103,12 @@ const productRepositories = [
|
|
|
103
103
|
isPublic: false,
|
|
104
104
|
type: 'NODE_JS',
|
|
105
105
|
},
|
|
106
|
+
{
|
|
107
|
+
label: 'Built-in Data Sources',
|
|
108
|
+
repositoryName: 'built-in-data-sources',
|
|
109
|
+
isPublic: false,
|
|
110
|
+
type: 'NODE_JS',
|
|
111
|
+
},
|
|
106
112
|
{
|
|
107
113
|
label: '@oneblink/storage (NPM package)',
|
|
108
114
|
repositoryName: 'storage',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneblink/release-cli",
|
|
3
3
|
"description": "Used internally by OneBlink to release repositories quickly and consistently",
|
|
4
|
-
"version": "3.3.1-beta.
|
|
4
|
+
"version": "3.3.1-beta.4",
|
|
5
5
|
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oneblink-release": "dist/bin.js"
|