@farris/jit-engine 1.4.114 → 1.4.115

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.
@@ -29,6 +29,7 @@ div(
29
29
  :modelValue=variable.modelValue ? variable.modelValue+"":undefined
30
30
  :clearable!=variable.clearable?variable.clearable+"":undefined
31
31
  :is-link!=variable.isLink?variable.isLink+"":undefined
32
+ :formatter=variable.formatter?variable.formatter+"":undefined
32
33
  :minValue!=variable.minValue?variable.minValue+"":undefined
33
34
  :maxValue!=variable.maxValue?variable.maxValue+"":undefined
34
35
  :precision=variable.precision || variable.precision===0?variable.precision+"":undefined
package/package.json CHANGED
@@ -1,36 +1,36 @@
1
1
  {
2
- "_from": "@farris/jit-engine@1.4.114",
3
- "_id": "@farris/jit-engine@1.4.114",
4
- "_inBundle": false,
5
- "_integrity": "sha512-kpa6GdnrkS8iy+DX/vR70fR032xPSLx5sTjQtor/9rxko39ayNluXV/dRnNqJuqSL7f5ZF/8Lnj2GjgpznUNwg==",
6
- "_location": "/@farris/jit-engine",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "@farris/jit-engine@1.4.114",
12
- "name": "@farris/jit-engine",
13
- "escapedName": "@farris%2fjit-engine",
14
- "scope": "@farris",
15
- "rawSpec": "1.4.114",
16
- "saveSpec": null,
17
- "fetchSpec": "1.4.114"
2
+ "name": "@farris/jit-engine",
3
+ "version": "1.4.115",
4
+ "description": "",
5
+ "main": "./lib/index.js",
6
+ "bin": {
7
+ "jit": "./bin/index.js"
18
8
  },
19
- "_requiredBy": [
20
- "#USER",
21
- "/"
22
- ],
23
- "_resolved": "https://registry.npmjs.org/@farris/jit-engine/-/jit-engine-1.4.114.tgz",
24
- "_shasum": "1d0c59ce02db93d503b907fc132c94e67f6393d6",
25
- "_spec": "@farris/jit-engine@1.4.114",
26
- "_where": "D:\\@TMP\\npm-tmp",
27
- "author": {
28
- "name": "Noah"
9
+ "engines": {
10
+ "node": ">= 6.9.0",
11
+ "npm": ">= 3.0.0"
29
12
  },
30
- "bin": {
31
- "jit": "bin/index.js"
13
+ "files": [
14
+ "lib/",
15
+ "bin/",
16
+ "ioc.config"
17
+ ],
18
+ "scripts": {
19
+ "build": "npm run build-ts && npm run copy-static-assets",
20
+ "build-q": "npm run build-ts",
21
+ "test": "jest --coverage ",
22
+ "watch-test": "npm run test --watchAll",
23
+ "build-ts": "tsc",
24
+ "tslint": "tslint -c tslint.json -p tsconfig.json",
25
+ "copy-static-assets": "ts-node copyStaticAssets.ts"
32
26
  },
33
- "bundleDependencies": false,
27
+ "keywords": [
28
+ "jit",
29
+ "engine",
30
+ "jit-engine"
31
+ ],
32
+ "author": "Noah",
33
+ "license": "ISC",
34
34
  "dependencies": {
35
35
  "fs-extra": "^8.1.0",
36
36
  "lodash": "^4.17.10",
@@ -40,8 +40,6 @@
40
40
  "typescript-ioc": "^1.2.4",
41
41
  "yargs": "^12.0.1"
42
42
  },
43
- "deprecated": false,
44
- "description": "1.4.107",
45
43
  "devDependencies": {
46
44
  "@types/fs-extra": "^8.1.1",
47
45
  "@types/jest": "24.0.15",
@@ -55,32 +53,5 @@
55
53
  "ts-node": "^8.3.0",
56
54
  "tslint": "^5.18.0",
57
55
  "typescript": "^3.5.3"
58
- },
59
- "engines": {
60
- "node": ">= 6.9.0",
61
- "npm": ">= 3.0.0"
62
- },
63
- "files": [
64
- "lib/",
65
- "bin/",
66
- "ioc.config"
67
- ],
68
- "keywords": [
69
- "jit",
70
- "engine",
71
- "jit-engine"
72
- ],
73
- "license": "ISC",
74
- "main": "./lib/index.js",
75
- "name": "@farris/jit-engine",
76
- "scripts": {
77
- "build": "npm run build-ts && npm run copy-static-assets",
78
- "build-q": "npm run build-ts",
79
- "build-ts": "tsc",
80
- "copy-static-assets": "ts-node copyStaticAssets.ts",
81
- "test": "jest --coverage ",
82
- "tslint": "tslint -c tslint.json -p tsconfig.json",
83
- "watch-test": "npm run test --watchAll"
84
- },
85
- "version": "1.4.114"
86
- }
56
+ }
57
+ }
@@ -1,13 +0,0 @@
1
- .DS_Store
2
- node_modules/
3
- dist/
4
- dist-rollup/
5
- npm-debug.log
6
- yarn-error.log
7
-
8
- # Editor directories and files
9
- .idea
10
- *.suo
11
- *.ntvs*
12
- *.njsproj
13
- *.sln