@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.
Files changed (2) hide show
  1. package/LICENSE.txt +2 -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 end with "_ee", or in subfolders of such folders.
19
- * contain the strings "_ee" in its filename name.
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.16",
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": "cb243763c0b81f01c414c617725583bdc831ee9f"
84
+ "gitHead": "d5f33748f18e5376484551234b3b323132a1e56c"
85
85
  }