@supernova-studio/pulsar-core 1.0.4 → 1.0.6

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.
@@ -977,12 +977,12 @@
977
977
  "affectsGlobalScope": false
978
978
  },
979
979
  "../src/tests/complex/TestExporter.spec.ts": {
980
- "version": "74a650037fc07557d763157cbb131e86234cebf0a42c4b8dbedbd93285fb8b26",
980
+ "version": "a3e7677b845b3f98b958fa702d9f7058b97669e1b0e1e6d0b8b6b2ed95571083",
981
981
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
982
982
  "affectsGlobalScope": false
983
983
  },
984
984
  "../src/tests/complex/TestZip.spec.ts": {
985
- "version": "a02475d60bc26daf2ef5ccefccf0e0e1306baedd7b941bb9c4f35e068d1657ca",
985
+ "version": "b7a75a1dbf4f8534062b05bb87aecf8d824ecc5c272671cbae79e726f010a347",
986
986
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
987
987
  "affectsGlobalScope": false
988
988
  },
@@ -1017,7 +1017,7 @@
1017
1017
  "affectsGlobalScope": false
1018
1018
  },
1019
1019
  "../src/tests/packages/TestS3PackageDownloader.spec.ts": {
1020
- "version": "72cf6260a7ec31d654ee2ccef65dea4390d99cba39e995c0afc29cf2f9db8a79",
1020
+ "version": "3494204b1911b62a13567ba7ba73ad15f2d49a1454ec3bf8101ef993b0ac1adc",
1021
1021
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
1022
1022
  "affectsGlobalScope": false
1023
1023
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/pulsar-core",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Export Engine for Supernova DSM",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -15,9 +15,8 @@
15
15
  "minify": "terser build/browser/pulsar.js --compress -o build/browser/pulsar.min.js",
16
16
  "fix": "run-s fix:*",
17
17
  "fix:tslint": "tslint --fix --project .",
18
- "test": "run-s build",
19
- "xxtest": "run-s build test:*",
20
- "test:lint": "tslint --project .",
18
+ "test": "run-s build test:*",
19
+ "test-skipped:lint": "tslint --project .",
21
20
  "test:unit": "nyc --silent ava --verbose --timeout=30s",
22
21
  "watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"",
23
22
  "cov": "run-s build test:unit cov:html && open-cli coverage/index.html",
@@ -49,7 +48,7 @@
49
48
  "node": ">=8.9"
50
49
  },
51
50
  "dependencies": {
52
- "@supernova-studio/pulsar-language": "^1.0.4",
51
+ "@supernova-studio/pulsar-language": "^1.0.6",
53
52
  "axios": "^0.20.0",
54
53
  "browserify": "^16.5.2",
55
54
  "dot-prop": "^5.2.0",