oc 0.49.32 → 0.49.34

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.
@@ -15,7 +15,7 @@ jobs:
15
15
 
16
16
  strategy:
17
17
  matrix:
18
- node-version: [14.x, 16.x, 18.x]
18
+ node-version: [16.x, 18.x, 20.x]
19
19
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
20
 
21
21
  steps:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## Change Log
2
2
 
3
+ ### v0.49.34
4
+
5
+ - [#1342](https://github.com/opencomponents/oc/pull/1342) [Snyk] Security upgrade semver from 7.4.0 to 7.5.2
6
+ - [#1344](https://github.com/opencomponents/oc/pull/1344) Bump word-wrap from 1.2.3 to 1.2.4
7
+
3
8
  ### v0.49.30
4
9
 
5
10
  - [#1339](https://github.com/opencomponents/oc/pull/1339) add dryrun on CLI and Registry
@@ -8,7 +8,7 @@ declare const clean: ({ local: { clean: { fetchList, remove } }, logger }: {
8
8
  dirPath: string;
9
9
  yes: boolean;
10
10
  }): Promise<void>;
11
- (arguments__0: {
11
+ (opts: {
12
12
  dirPath: string;
13
13
  yes: boolean;
14
14
  }, arguments__1: (error: unknown, value: void) => void): void;
@@ -75,7 +75,7 @@ declare const dev: ({ local, logger }: {
75
75
  } | undefined) => void) => Promise<void>;
76
76
  app: import("express").Express;
77
77
  }>;
78
- (arguments__0: {
78
+ (opts: {
79
79
  prefix: string;
80
80
  dirPath: string;
81
81
  port?: number | undefined;
@@ -9,7 +9,7 @@ declare const init: ({ local, logger }: {
9
9
  componentPath: string;
10
10
  templateType: string;
11
11
  }): Promise<string>;
12
- (arguments__0: {
12
+ (opts: {
13
13
  componentName: string;
14
14
  componentPath: string;
15
15
  templateType: string;
@@ -9,7 +9,7 @@ declare const mock: ({ local, logger }: {
9
9
  targetValue: string;
10
10
  targetName: string;
11
11
  }): Promise<void>;
12
- (arguments__0: {
12
+ (opts: {
13
13
  targetType: string;
14
14
  targetValue: string;
15
15
  targetName: string;
@@ -10,7 +10,7 @@ declare const cliPackage: ({ local, logger }: {
10
10
  useComponentDependencies?: boolean | undefined;
11
11
  compress?: boolean | undefined;
12
12
  }): Promise<Component>;
13
- (arguments__0: {
13
+ (opts: {
14
14
  componentPath: string;
15
15
  useComponentDependencies?: boolean | undefined;
16
16
  compress?: boolean | undefined;
@@ -7,7 +7,7 @@ declare const preview: ({ logger, registry }: {
7
7
  (opts: {
8
8
  componentHref: string;
9
9
  }): Promise<string>;
10
- (arguments__0: {
10
+ (opts: {
11
11
  componentHref: string;
12
12
  }, arguments__1: (error: unknown, value: string) => void): void;
13
13
  };
@@ -14,7 +14,7 @@ declare const publish: ({ logger, registry, local }: {
14
14
  password?: string | undefined;
15
15
  registries?: string[] | undefined;
16
16
  }): Promise<void>;
17
- (arguments__0: {
17
+ (opts: {
18
18
  componentPath: string;
19
19
  skipPackage?: boolean | undefined;
20
20
  dryRun?: boolean | undefined;
@@ -7,7 +7,7 @@ declare const registryAdd: ({ registry, logger }: {
7
7
  (opts: {
8
8
  registryUrl: string;
9
9
  }): Promise<void>;
10
- (arguments__0: {
10
+ (opts: {
11
11
  registryUrl: string;
12
12
  }, arguments__1: (error: unknown, value: void) => void): void;
13
13
  };
@@ -5,6 +5,6 @@ declare const registryLs: ({ registry, logger }: {
5
5
  registry: RegistryCli;
6
6
  }) => {
7
7
  (_opts: unknown): Promise<string[]>;
8
- (arguments__0: unknown, arguments__1: (error: unknown, value: string[]) => void): void;
8
+ (_opts: unknown, arguments__1: (error: unknown, value: string[]) => void): void;
9
9
  };
10
10
  export default registryLs;
@@ -7,7 +7,7 @@ declare const registryRemove: ({ registry, logger }: {
7
7
  (opts: {
8
8
  registryUrl: string;
9
9
  }): Promise<void>;
10
- (arguments__0: {
10
+ (opts: {
11
11
  registryUrl: string;
12
12
  }, arguments__1: (error: unknown, value: void) => void): void;
13
13
  };
@@ -1,5 +1,5 @@
1
1
  declare const registry: () => {
2
2
  (_opts: unknown): Promise<void>;
3
- (arguments__0: unknown, arguments__1: (error: unknown, value: void) => void): void;
3
+ (_opts: unknown, arguments__1: (error: unknown, value: void) => void): void;
4
4
  };
5
5
  export default registry;
@@ -1 +1 @@
1
- {"name":"oc-client","description":"The OpenComponents client-side javascript client","version":"0.49.32","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":"7e09e934ec10588ba217e68b7699cb8fbc4fc2af","src":"template.js","version":"1.0.7"},"static":["src"],"dataProvider":{"type":"node.js","hashKey":"6446ffb1cd75888526fb4771372c3482512fdeed","src":"server.js"}},"version":"0.49.32","packaged":true,"date":1686736581320},"devDependencies":{"oc-template-es6-compiler":"^1.0.1"}}
1
+ {"name":"oc-client","description":"The OpenComponents client-side javascript client","version":"0.49.34","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":"22606c2b657c0104c969d0a527de4852dc18a18d","src":"template.js","version":"1.0.7"},"static":["src"],"dataProvider":{"type":"node.js","hashKey":"a9aefb927641dca5e950b86eeb8b53c3d2a4c5d8","src":"server.js"}},"version":"0.49.34","packaged":true,"date":1694411284343},"devDependencies":{"oc-template-es6-compiler":"^1.0.1"}}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=(t,e)=>{const{staticPath:a,templates:l}=t;return e(null,{staticPath:a,templates:l})};exports.data=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=(t,a)=>{const{staticPath:s,templates:c}=t;return a(null,{staticPath:s,templates:c})},r=(t,a)=>{o(t,(s,c)=>{if(s)return a(s);const e=Object.assign({},c,{_staticPath:t.staticPath,_baseUrl:t.baseUrl,_componentName:"oc-client",_componentVersion:"0.49.34"}),n=t.staticPath.indexOf("http")===0?t.staticPath:"https:"+t.staticPath;return a(null,Object.assign({},{component:{key:"c12678bcd79d0fbbbb939611b2073427890afec8",src:n+"template.js",props:e}}))})};exports.data=r;