@enervance/insight-cim-model 0.0.59 → 0.0.61

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.
package/dist/package.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "name": "insight-cim-model",
3
- "version": "1.0.0",
4
- "description": "cim data model",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "scripts": {
8
- "build": "rimraf dist && tsc && copyfiles -f src/package.json dist",
9
- "test": "echo \"Error: no test specified\" && exit 1"
10
- },
11
- "keywords": [],
12
- "author": "",
13
- "license": "ISC",
14
- "dependencies": {},
15
- "devDependencies": {}
16
- }
1
+ {
2
+ "name": "insight-cim-model",
3
+ "version": "1.0.0",
4
+ "description": "cim data model",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "rimraf dist && tsc && copyfiles -f src/package.json dist",
9
+ "test": "echo \"Error: no test specified\" && exit 1"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC",
14
+ "dependencies": {},
15
+ "devDependencies": {}
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.59",
3
+ "version": "0.0.61",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine/jasmine_all.json",
11
11
  "test_fuseki_psdm": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine/jasmine_fuseki_psdm.json",
12
12
  "test_i7": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine/jasmine_integral_7.json --max-old-space-size=32000",
13
- "test_i7_bd": "node --max_old_space_size=8192 --require ts-node/register node_modules/jasmine/bin/jasmine --config=jasmine/jasmine_integral_7_bd.json ",
13
+ "test_i7_bd": "node --max_old_space_size=16384 -r ts-node/register node_modules/jasmine/bin/jasmine.js --config=jasmine/jasmine_integral_7_bd.json",
14
14
  "test_fuseki": "ts-node node_modules/jasmine/bin/jasmine --max_old_space_size=8192 --config=jasmine/jasmine_fuseki_interface.json",
15
15
  "test_psdm": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine/jasmine_psdm.json",
16
16
  "clean": "rimraf -rf coverage src/**/*.js src/**/*.map && rimraf .nyc_output && rimraf coverage-ts ",