@steedos/webapp 2.2.16 → 2.2.17
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.txt +2 -2
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
|
@@ -15,8 +15,8 @@ On request, licenses under different terms are available.
|
|
|
15
15
|
Project templates can be found in the folders steedos-projects/
|
|
16
16
|
|
|
17
17
|
Source code of enterprise features are files that
|
|
18
|
-
* are in folders named "ee" or
|
|
19
|
-
* contain the strings "
|
|
18
|
+
* are in folders named "ee" or start with "ee_", or in subfolders of such folders.
|
|
19
|
+
* contain the strings "ee_" in its filename name.
|
|
20
20
|
The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`
|
|
21
21
|
|
|
22
22
|
STEEDOS TRADEMARK GUIDELINES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.17",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/exports.js",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "d5f33748f18e5376484551234b3b323132a1e56c"
|
|
85
85
|
}
|