@voxgig/model 0.18.0 → 0.19.0

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.
Files changed (2) hide show
  1. package/model/sys.jsonic +10 -5
  2. package/package.json +1 -1
package/model/sys.jsonic CHANGED
@@ -10,9 +10,12 @@ shape: srv: {
10
10
  web: {
11
11
  active: *true | boolean
12
12
  path: {
13
- prefix: *'/' | string
14
- area: *'' | string
15
- suffix: *'' | string
13
+ prefix: string
14
+ area: string
15
+ suffix: string
16
+ #prefix: *'/' | string
17
+ #area: *'' | string
18
+ #suffix: *'' | string
16
19
  # TODO: path to ref srv name?
17
20
  # name: ..path..web..api..*;name | string
18
21
  }
@@ -28,8 +31,10 @@ shape: srv: {
28
31
  timeout: *30 | integer
29
32
  handler: {
30
33
  path: {
31
- prefix: *'src/' | string
32
- suffix: *'.handler' | string
34
+ #prefix: *'src/' | string
35
+ #suffix: *'.handler' | string
36
+ prefix: string
37
+ suffix: string
33
38
  }
34
39
  }
35
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxgig/model",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "main": "dist/model.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/model.d.ts",