fiftyone.pipeline.core 4.4.58 → 4.4.60
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.
|
package/package.json
CHANGED
|
@@ -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
|
-
}
|