@abyss-project/tools 1.0.1 → 1.0.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAGlC,8CAA4B;AAC5B,qDAAmC;AACnC,uDAAqC;AACrC,oDAAkC;AAClC,mDAAiC;AAIjC,8CAA4B;AAC5B,mDAAiC;AACjC,6DAA2C;AAC3C,2DAAyC;AACzC,4DAA0C;AAC1C,qDAAmC;AACnC,oDAAkC;AAGlC,6CAA2B;AAC3B,oDAAkC;AAGlC,6CAA2B;AAG3B,sDAAoC;AACpC,6DAA2C;AAC3C,2DAAyC;AACzC,6DAA2C;AAC3C,8DAA4C;AAG5C,mDAAiC;AACjC,0DAAwC;AACxC,yDAAuC;AAGvC,gDAA8B;AAG9B,qDAAmC;AAGnC,4CAA0B;AAG1B,4CAA0B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAGlC,8CAA4B;AAC5B,qDAAmC;AACnC,uDAAqC;AACrC,oDAAkC;AAClC,mDAAiC;AAGjC,8CAA4B;AAC5B,mDAAiC;AACjC,6DAA2C;AAC3C,2DAAyC;AACzC,4DAA0C;AAC1C,qDAAmC;AACnC,oDAAkC;AAGlC,6CAA2B;AAC3B,oDAAkC;AAGlC,6CAA2B;AAG3B,sDAAoC;AACpC,6DAA2C;AAC3C,2DAAyC;AACzC,6DAA2C;AAC3C,8DAA4C;AAG5C,mDAAiC;AACjC,0DAAwC;AACxC,yDAAuC;AAGvC,gDAA8B;AAG9B,qDAAmC;AAGnC,4CAA0B;AAG1B,4CAA0B"}
@@ -6,6 +6,7 @@ export interface IRecentContentItem {
6
6
  title: string;
7
7
  updatedAt: string;
8
8
  createdByUserId: string;
9
+ slug?: string;
9
10
  }
10
11
  export interface IRecentOrganizationData {
11
12
  items: IRecentContentItem[];
package/package.json CHANGED
@@ -1,57 +1,52 @@
1
- {
2
- "name": "@abyss-project/tools",
3
- "version": "1.0.1",
4
- "description": "Core package to interact with Abyss-Project Tools",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "publishConfig": {
8
- "main": "dist/index.js",
9
- "types": "dist/index.d.ts"
10
- },
11
- "scripts": {
12
- "lint": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --fix",
13
- "lint:check": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --max-warnings 0",
14
- "tsc": "tsc",
15
- "build": "tsc",
16
- "prepublish": "tsc",
17
- "dev": "tsc --watch"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "https://gitlab.com/abyss-group"
22
- },
23
- "keywords": [],
24
- "author": "scylla",
25
- "license": "ISC",
26
- "dependencies": {
27
- "axios": "^1.6.0",
28
- "axios-retry": "^4.5.0",
29
- "date-fns": "^2.30.0",
30
- "dayjs": "^1.10.7",
31
- "jsonwebtoken": "^8.5.1",
32
- "reflect-metadata": "^0.1.13",
33
- "ts-node": "^10.4.0",
34
- "ts-node-dev": "^1.1.1",
35
- "uuid": "^8.3.2"
36
- },
37
- "devDependencies": {
38
- "@types/express-serve-static-core": "^4.19.6",
39
- "@types/jsonwebtoken": "^8.5.0",
40
- "@types/node": "^20.11.0",
41
- "@types/uuid": "^8.3.0",
42
- "@typescript-eslint/eslint-plugin": "6.21.0",
43
- "@typescript-eslint/parser": "7.3.1",
44
- "eslint": "^7.28.0",
45
- "eslint-config-airbnb-base": "^14.2.1",
46
- "eslint-config-prettier": "^8.3.0",
47
- "eslint-config-standard": "^16.0.3",
48
- "eslint-plugin-filenames-simple": "^0.7.0",
49
- "eslint-plugin-import": "^2.23.4",
50
- "eslint-plugin-node": "^11.1.0",
51
- "eslint-plugin-prettier": "^3.4.0",
52
- "eslint-plugin-promise": "^5.1.0",
53
- "prettier": "2.3.1",
54
- "tsc-watch": "^4.6.2",
55
- "typescript": "5.4.2"
56
- }
57
- }
1
+ {
2
+ "name": "@abyss-project/tools",
3
+ "version": "1.0.3",
4
+ "description": "Core package to interact with Abyss-Project Tools",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://gitlab.com/abyss-group"
10
+ },
11
+ "keywords": [],
12
+ "author": "scylla",
13
+ "license": "ISC",
14
+ "dependencies": {
15
+ "axios": "^1.6.0",
16
+ "axios-retry": "^4.5.0",
17
+ "date-fns": "^2.30.0",
18
+ "dayjs": "^1.10.7",
19
+ "jsonwebtoken": "^8.5.1",
20
+ "reflect-metadata": "^0.1.13",
21
+ "ts-node": "^10.4.0",
22
+ "ts-node-dev": "^1.1.1",
23
+ "uuid": "^8.3.2"
24
+ },
25
+ "devDependencies": {
26
+ "@types/express-serve-static-core": "^4.19.6",
27
+ "@types/jsonwebtoken": "^8.5.0",
28
+ "@types/node": "^20.11.0",
29
+ "@types/uuid": "^8.3.0",
30
+ "@typescript-eslint/eslint-plugin": "6.21.0",
31
+ "@typescript-eslint/parser": "7.3.1",
32
+ "eslint": "^7.28.0",
33
+ "eslint-config-airbnb-base": "^14.2.1",
34
+ "eslint-config-prettier": "^8.3.0",
35
+ "eslint-config-standard": "^16.0.3",
36
+ "eslint-plugin-filenames-simple": "^0.7.0",
37
+ "eslint-plugin-import": "^2.23.4",
38
+ "eslint-plugin-node": "^11.1.0",
39
+ "eslint-plugin-prettier": "^3.4.0",
40
+ "eslint-plugin-promise": "^5.1.0",
41
+ "prettier": "2.3.1",
42
+ "tsc-watch": "^4.6.2",
43
+ "typescript": "5.4.2"
44
+ },
45
+ "scripts": {
46
+ "lint": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --fix",
47
+ "lint:check": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --max-warnings 0",
48
+ "tsc": "tsc",
49
+ "build": "tsc",
50
+ "dev": "tsc --watch"
51
+ }
52
+ }
package/src/api/index.ts CHANGED
@@ -6,7 +6,6 @@ export * from './atlas.public.api';
6
6
  export * from './atlas-document.api';
7
7
  export * from './atlas-group.api';
8
8
  export * from './atlas-page.api';
9
- // export * from './atlas-page-content.api'; // TODO: implement atlas page content API
10
9
 
11
10
  // Board
12
11
  export * from './board.api';