Skip to content

Commit 9f568d5

Browse files
author
le0m
committed
- chore: version bump (v0.17.0) [skip ci]
1 parent fc23468 commit 9f568d5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

dist/arjs-studio-backend.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,25 +1904,25 @@ module.exports = (Handlebars["default"] || Handlebars).template({"1":function(co
19041904
var Handlebars = __webpack_require__(7);
19051905
function __default(obj) { return obj && (obj.__esModule ? obj["default"] : obj); }
19061906
module.exports = (Handlebars["default"] || Handlebars).template({"1":function(container,depth0,helpers,partials,data,blockParams,depths) {
1907-
var stack1, helper, alias1=container.escapeExpression, alias2=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1907+
var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
19081908
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
19091909
return parent[propertyName];
19101910
}
19111911
return undefined
19121912
};
19131913

19141914
return " <a-image\n src=\""
1915-
+ alias1(((helper = (helper = lookupProperty(helpers,"assetPath") || (depth0 != null ? lookupProperty(depth0,"assetPath") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"assetPath","hash":{},"data":data,"loc":{"start":{"line":19,"column":25},"end":{"line":19,"column":38}}}) : helper)))
1915+
+ alias2(alias1((depths[1] != null ? lookupProperty(depths[1],"assetPath") : depths[1]), depth0))
19161916
+ "\"\n look-at=\"[gps-camera]\"\n scale=\""
1917-
+ alias1(alias2(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"assetParam") : depths[1])) != null ? lookupProperty(stack1,"scale") : stack1), depth0))
1917+
+ alias2(alias1(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"assetParam") : depths[1])) != null ? lookupProperty(stack1,"scale") : stack1), depth0))
19181918
+ " "
1919-
+ alias1(alias2(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"assetParam") : depths[1])) != null ? lookupProperty(stack1,"scale") : stack1), depth0))
1919+
+ alias2(alias1(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"assetParam") : depths[1])) != null ? lookupProperty(stack1,"scale") : stack1), depth0))
19201920
+ " "
1921-
+ alias1(alias2(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"assetParam") : depths[1])) != null ? lookupProperty(stack1,"scale") : stack1), depth0))
1921+
+ alias2(alias1(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"assetParam") : depths[1])) != null ? lookupProperty(stack1,"scale") : stack1), depth0))
19221922
+ "\"\n gps-entity-place=\"latitude: "
1923-
+ alias1(alias2((depth0 != null ? lookupProperty(depth0,"latitude") : depth0), depth0))
1923+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"latitude") : depth0), depth0))
19241924
+ "; longitude: "
1925-
+ alias1(alias2((depth0 != null ? lookupProperty(depth0,"longitude") : depth0), depth0))
1925+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"longitude") : depth0), depth0))
19261926
+ ";\"\n ></a-image>\n";
19271927
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
19281928
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {

dist/arjs-studio-backend.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/arjs-studio-backend.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/arjs-studio-backend.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studio-backend",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Backend for arjs-studio project",
55
"main": "dist/arjs-studio-backend.min.js",
66
"repository": "[email protected]:AR-js-org/studio-backend.git",

0 commit comments

Comments
 (0)