fiftyone.pipeline.core 4.4.59 → 4.4.61

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.
@@ -6,3 +6,15 @@ Store shared (mustache) templates to be used by the implementation of `JavaScrip
6
6
 
7
7
  The [language-independent specification](https://github.com/51Degrees/specifications) describes how JavaScriptBuilderElement is used [here](https://github.com/51Degrees/specifications/blob/36ff732360acb49221dc81237281264dac4eb897/pipeline-specification/pipeline-elements/javascript-builder.md). The mechanics is: javascript file is requested from the server (on-premise web integration) and is created from this mustache template by the JavaScriptBuilderElement. It then collects more evidence, sends it to the server and upon response calls a callback function providing the client with more precise device data.
8
8
 
9
+ ## Shipping / Deployment
10
+
11
+ This repo is not a stand-alone package, but is shipped as part of and used by each of the following repositories / packages:
12
+ - [pipeline-dotnet](https://github.com/51Degrees/pipeline-dotnet) as a submodule
13
+ - [pipeline-java](https://github.com/51Degrees/pipeline-java) as a submodule
14
+ - [pipeline-node](https://github.com/51Degrees/pipeline-node) as a submodule
15
+ - [pipeline-python](https://github.com/51Degrees/pipeline-python) as a submodule
16
+ - [pipeline-php-core](https://github.com/51Degrees/pipeline-php-core) as a static dependency
17
+
18
+ Wherever it is a submodule it will be updated by `Nightly Submodule Update` action, wherever it is a static dependency it will be updated by the `Nightly Package Update` action within a target repository.
19
+
20
+ No special action is needed from the user to deploy the template, just be aware that any changes introduced in this repo will automatically propagate and affect the above packages.
@@ -1,23 +1,23 @@
1
- /* *********************************************************************
2
- * This Original Work is copyright of 51 Degrees Mobile Experts Limited.
3
- * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
4
- * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
5
- *
6
- * This Original Work is licensed under the European Union Public Licence
7
- * (EUPL) v.1.2 and is subject to its terms as set out below.
8
- *
9
- * If a copy of the EUPL was not distributed with this file, You can obtain
10
- * one at https://opensource.org/licenses/EUPL-1.2.
11
- *
12
- * The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
13
- * amended by the European Commission) shall be deemed incompatible for
14
- * the purposes of the Work and the provisions of the compatibility
15
- * clause in Article 5 of the EUPL shall not apply.
16
- *
17
- * If using the Work as, or as part of, a network application, by
18
- * including the attribution notice(s) required under Article 5 of the EUPL
19
- * in the end user terms of the application under an appropriate heading,
20
- * such notice(s) shall fulfill the requirements of that article.
1
+ /* *********************************************************************
2
+ * This Original Work is copyright of 51 Degrees Mobile Experts Limited.
3
+ * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
4
+ * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
5
+ *
6
+ * This Original Work is licensed under the European Union Public Licence
7
+ * (EUPL) v.1.2 and is subject to its terms as set out below.
8
+ *
9
+ * If a copy of the EUPL was not distributed with this file, You can obtain
10
+ * one at https://opensource.org/licenses/EUPL-1.2.
11
+ *
12
+ * The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
13
+ * amended by the European Commission) shall be deemed incompatible for
14
+ * the purposes of the Work and the provisions of the compatibility
15
+ * clause in Article 5 of the EUPL shall not apply.
16
+ *
17
+ * If using the Work as, or as part of, a network application, by
18
+ * including the attribution notice(s) required under Article 5 of the EUPL
19
+ * in the end user terms of the application under an appropriate heading,
20
+ * such notice(s) shall fulfill the requirements of that article.
21
21
  * ********************************************************************* */
22
22
 
23
23
  const mustache = require('mustache');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.pipeline.core",
3
- "version": "4.4.59",
3
+ "version": "4.4.61",
4
4
  "description": "Core library for the 51Degrees Pipeline API",
5
5
  "directories": {
6
6
  "test": "tests"
@@ -1,30 +0,0 @@
1
- {
2
- "name": "51degrees/fiftyone.pipeline.javascript-templates",
3
- "description": "51Degrees JavascriptResource Mustache template",
4
- "authors": [
5
- {
6
- "name": "Filip Hnízdo",
7
- "email": "filip@octophin.com",
8
- "homepage": "https://octophindigital.com/"
9
- },
10
- {
11
- "name": "Steve Ballantine",
12
- "email": "stephen@51degrees.com"
13
- },
14
- {
15
- "name": "Ben Shilito",
16
- "email": "ben@51degrees.com"
17
- },
18
- {
19
- "name": "Joseph Dix",
20
- "email": "joseph@51degrees.com"
21
- },
22
- {
23
- "name": "Luka Reihl",
24
- "email": "luka.reihl@postindustria.com"
25
- }
26
- ],
27
- "license": "EUPL-1.2",
28
- "type": "library",
29
- "require": {}
30
- }