oc 0.50.57-beta.2 → 0.50.57-beta.3

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.
@@ -1 +1,38 @@
1
- {"name":"oc-client","description":"The OpenComponents client-side javascript client","version":"0.50.57","repository":"https://github.com/opencomponents/oc/tree/master/components/oc-client","author":"Matteo Figus <matteofigus@gmail.com>","oc":{"container":false,"renderInfo":false,"minify":false,"parameters":{},"files":{"template":{"type":"oc-template-es6","hashKey":"c4abb6bf4dc6657fb718a45b64bd6b2cb92e874a","src":"template.js","version":"2.0.0","minOcVersion":"0.50.18","size":2752},"static":["src"],"dataProvider":{"type":"node.js","hashKey":"929f4f5eeb101df5642669d7297d70c8ebfcf118","src":"server.js","size":644}},"version":"0.50.57","packaged":true,"date":1783600359292},"devDependencies":{"oc-template-es6-compiler":"^8.0.0"}}
1
+ {
2
+ "name": "oc-client",
3
+ "description": "The OpenComponents client-side javascript client",
4
+ "version": "0.50.57-beta.3",
5
+ "repository": "https://github.com/opencomponents/oc/tree/master/components/oc-client",
6
+ "author": "Matteo Figus <matteofigus@gmail.com>",
7
+ "oc": {
8
+ "container": false,
9
+ "renderInfo": false,
10
+ "minify": false,
11
+ "parameters": {},
12
+ "files": {
13
+ "template": {
14
+ "type": "oc-template-es6",
15
+ "hashKey": "c4abb6bf4dc6657fb718a45b64bd6b2cb92e874a",
16
+ "src": "template.js",
17
+ "version": "2.0.0",
18
+ "minOcVersion": "0.50.18",
19
+ "size": 2752
20
+ },
21
+ "static": [
22
+ "src"
23
+ ],
24
+ "dataProvider": {
25
+ "type": "node.js",
26
+ "hashKey": "9eef4e002d2d18802802ce7cdf53a86fab09ca03",
27
+ "src": "server.js",
28
+ "size": 651
29
+ }
30
+ },
31
+ "version": "0.50.57-beta.3",
32
+ "packaged": true,
33
+ "date": 1783601246961
34
+ },
35
+ "devDependencies": {
36
+ "oc-template-es6-compiler": "^8.0.0"
37
+ }
38
+ }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=(t,s)=>{const{staticPath:e,templates:a}=t;return s(null,{staticPath:e,templates:a})},r=(t,s)=>{o(t,(e,a,i={})=>{if(e)return s(e);if(a==null)return s(null,{__oc_emptyResponse:!0});const n=t.action?a:Object.assign({},a,{_staticPath:t.staticPath,_baseUrl:t.baseUrl,_componentName:"oc-client",_componentVersion:"0.50.57"}),c=t.staticPath.indexOf("http")===0?t.staticPath:"https:"+t.staticPath;return s(null,Object.assign({},{component:{key:"c4abb6bf4dc6657fb718a45b64bd6b2cb92e874a",src:c+"template.js",props:n,esm:!1,development:void 0}}))})};exports.data=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=(t,a)=>{const{staticPath:e,templates:s}=t;return a(null,{staticPath:e,templates:s})},r=(t,a)=>{o(t,(e,s,i={})=>{if(e)return a(e);if(s==null)return a(null,{__oc_emptyResponse:!0});const n=t.action?s:Object.assign({},s,{_staticPath:t.staticPath,_baseUrl:t.baseUrl,_componentName:"oc-client",_componentVersion:"0.50.57-beta.3"}),c=t.staticPath.indexOf("http")===0?t.staticPath:"https:"+t.staticPath;return a(null,Object.assign({},{component:{key:"c4abb6bf4dc6657fb718a45b64bd6b2cb92e874a",src:c+"template.js",props:n,esm:!1,development:void 0}}))})};exports.data=r;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oc-client",
3
3
  "description": "The OpenComponents client-side javascript client",
4
- "version": "0.50.57",
4
+ "version": "0.50.57-beta.3",
5
5
  "repository": "https://github.com/opencomponents/oc/tree/master/components/oc-client",
6
6
  "author": "Matteo Figus <matteofigus@gmail.com>",
7
7
  "oc": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oc",
3
- "version": "0.50.57-beta.2",
3
+ "version": "0.50.57-beta.3",
4
4
  "description": "A framework for developing and distributing html components",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",