@vendure/stellate-plugin 3.1.1 → 3.1.2
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.md +5 -0
- package/package.json +4 -4
package/LICENSE.md
CHANGED
|
@@ -24,6 +24,11 @@ GNU General Public License for more details.
|
|
|
24
24
|
You should have received a copy of the GNU General Public License
|
|
25
25
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
26
26
|
|
|
27
|
+
Additional permission under GNU GPL version 3 section 7:
|
|
28
|
+
|
|
29
|
+
An additional exception under section 7 of the GPL is included in the plugin-exception.txt file,
|
|
30
|
+
which allows you to distribute Vendure plugins (i.e. extensions) under a different license.
|
|
31
|
+
|
|
27
32
|
## Vendure Commercial License (VCL)
|
|
28
33
|
|
|
29
34
|
Alternatively, commercial and supported versions of the program - also known as
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/stellate-plugin",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"node-fetch": "^2.7.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@vendure/common": "^3.1.
|
|
25
|
-
"@vendure/core": "^3.1.
|
|
24
|
+
"@vendure/common": "^3.1.2",
|
|
25
|
+
"@vendure/core": "^3.1.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "358b4cfe83d001e119ddc4b9eea7dd999b74a2c9"
|
|
28
28
|
}
|