@glissandoo/lib 1.0.23 → 1.0.24

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.
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const date_fns_1 = require("date-fns");
7
7
  const lodash_1 = require("lodash");
8
8
  const Model_1 = __importDefault(require("../../Model"));
9
+ // @deprecate -> usar Counter/Group/Analytics
9
10
  class GroupAnalytics extends Model_1.default {
10
11
  constructor(doc) {
11
12
  super(doc);
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "name": "@glissandoo/lib",
3
- "version": "1.0.23",
4
- "description": "Glissandoo library js",
5
- "main": "./index.js",
6
- "types": "./index.d.ts",
7
- "scripts": {
8
- "build": "tsc",
9
- "build:watch": "tsc --watch",
10
- "test": "echo \"Error: no test specified\" && exit 1",
11
- "format": "prettier --write \"src/**/*.ts\"",
12
- "lint": "eslint --ext .ts ./src",
13
- "prepare": "npm run build",
14
- "preversion": "npm run lint",
15
- "version": "npm run format && git add -A src && ./publish.sh",
16
- "postversion": "git push && git push --tags",
17
- "publish:beta": "npm publish --tag beta"
18
- },
19
- "author": "Glissandoo",
20
- "license": "ISC",
21
- "dependencies": {
22
- "@google-cloud/firestore": "^4.8.1",
23
- "date-fns": "^2.20.3",
24
- "date-fns-tz": "^1.1.3",
25
- "lodash": "^4.17.21"
26
- },
27
- "devDependencies": {
28
- "@types/lodash": "^4.14.168",
29
- "@types/node": "^12.19.13",
30
- "@types/slate": "^0.47.8",
31
- "@typescript-eslint/eslint-plugin": "^4.22.0",
32
- "@typescript-eslint/parser": "^4.22.0",
33
- "eslint": "^7.24.0",
34
- "eslint-config-prettier": "^8.2.0",
35
- "prettier": "^2.2.1",
36
- "typescript": "4.2.4"
37
- }
2
+ "name": "@glissandoo/lib",
3
+ "version": "1.0.24",
4
+ "description": "Glissandoo library js",
5
+ "main": "./index.js",
6
+ "types": "./index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc",
9
+ "build:watch": "tsc --watch",
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "format": "prettier --write \"src/**/*.ts\"",
12
+ "lint": "eslint --ext .ts ./src",
13
+ "prepare": "rm -rf /lib && npm run build",
14
+ "preversion": "npm run lint",
15
+ "version": "npm run format && git add -A src && ./publish.sh",
16
+ "postversion": "git push && git push --tags",
17
+ "publish:beta": "npm publish --tag beta"
18
+ },
19
+ "author": "Glissandoo",
20
+ "license": "ISC",
21
+ "dependencies": {
22
+ "@google-cloud/firestore": "^4.8.1",
23
+ "date-fns": "^2.20.3",
24
+ "date-fns-tz": "^1.1.3",
25
+ "lodash": "^4.17.21"
26
+ },
27
+ "devDependencies": {
28
+ "@types/lodash": "^4.14.168",
29
+ "@types/node": "^12.19.13",
30
+ "@types/slate": "^0.47.8",
31
+ "@typescript-eslint/eslint-plugin": "^4.22.0",
32
+ "@typescript-eslint/parser": "^4.22.0",
33
+ "eslint": "^7.24.0",
34
+ "eslint-config-prettier": "^8.2.0",
35
+ "prettier": "^2.2.1",
36
+ "typescript": "4.2.4"
37
+ }
38
38
  }