@oneblink/release-cli 3.1.0 → 3.2.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.
@@ -97,6 +97,12 @@ const productRepositories = [
97
97
  isPublic: false,
98
98
  type: 'NODE_JS',
99
99
  },
100
+ {
101
+ label: '@oneblink/storage (NPM package)',
102
+ repositoryName: 'storage',
103
+ isPublic: true,
104
+ type: 'NPM',
105
+ },
100
106
  {
101
107
  label: '@oneblink/sdk-core (NPM package)',
102
108
  repositoryName: 'sdk-core-js',
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.1.0",
4
+ "version": "3.2.0",
5
5
  "author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
6
6
  "bin": {
7
7
  "oneblink-release": "dist/bin.js"