@jayesol/jayeson.lib.sports 2.2.7-beta6 → 2.2.7-beta8

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 (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,21 +1,23 @@
1
1
  {
2
2
  "name": "@jayesol/jayeson.lib.sports",
3
- "version": "2.2.7-beta6",
3
+ "version": "2.2.7-beta8",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
7
7
  "build": "gulp compile",
8
8
  "clean": "gulp clean",
9
- "clean:all": "rm -rf node_modules lib build",
9
+ "clean:all": "node -e \"require('fs').rmSync('node_modules',{recursive:true,force:true});require('fs').rmSync('lib',{recursive:true,force:true});require('fs').rmSync('build',{recursive:true,force:true});\"",
10
10
  "test": "gulp test",
11
11
  "full-build": "npm run clean:all && npm install && npm run build",
12
- "prepublishOnly": "npx gulp prepublish"
12
+ "prepack": "npx gulp compile",
13
+ "prepare": "npx gulp compile",
14
+ "prepublishOnly": "gulp prepublish"
13
15
  },
14
16
  "dependencies": {
15
- "@jayesol/jayeson.lib.delivery": "2.0.7",
16
- "@jayesol/jayeson.lib.record": "2.1.1",
17
+ "@jayesol/jayeson.lib.delivery": "2.0.9",
18
+ "@jayesol/jayeson.lib.record": "2.1.3",
17
19
  "@jayesol/jayeson.lib.streamfinder": "2.0.0",
18
- "@jayesol/jayeson.model": "2.1.1",
20
+ "@jayesol/jayeson.model": "2.1.2",
19
21
  "circular-json": "^0.4.0",
20
22
  "estraverse": "^5.3.0",
21
23
  "injection-js": "^2.2.0",
@@ -44,7 +46,6 @@
44
46
  "gulp-run": "^1.7.1",
45
47
  "gulp-terser": "^2.1.0",
46
48
  "gulp-typescript": "^5.0.1",
47
- "gulp-uglify": "^3.0.2",
48
49
  "jasmine": "^4.5.0",
49
50
  "merge-stream": "^2.0.0",
50
51
  "protobufjs-cli": "^1.1.3",
@@ -52,4 +53,4 @@
52
53
  "terser": "^5.44.1",
53
54
  "typescript": "^4.9.0"
54
55
  }
55
- }
56
+ }