@twin.org/document-management-rest-client 0.0.1 → 0.0.2-next.2

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 (2) hide show
  1. package/docs/changelog.md +37 -0
  2. package/package.json +11 -41
package/docs/changelog.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @twin.org/document-management-rest-client - Changelog
2
2
 
3
+ ## [0.0.2-next.2](https://github.com/twinfoundation/document-management/compare/document-management-rest-client-v0.0.2-next.1...document-management-rest-client-v0.0.2-next.2) (2025-08-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * eslint migration to flat config ([98635aa](https://github.com/twinfoundation/document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/document-management-models bumped from 0.0.2-next.1 to 0.0.2-next.2
16
+
17
+ ## [0.0.2-next.1](https://github.com/twinfoundation/document-management/compare/document-management-rest-client-v0.0.2-next.0...document-management-rest-client-v0.0.2-next.1) (2025-08-21)
18
+
19
+
20
+ ### Features
21
+
22
+ * document get can perform extraction ([#6](https://github.com/twinfoundation/document-management/issues/6)) ([5ce6d37](https://github.com/twinfoundation/document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
23
+ * get document revision ([080eddc](https://github.com/twinfoundation/document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
24
+ * store document as a vertex ([#2](https://github.com/twinfoundation/document-management/issues/2)) ([7febedc](https://github.com/twinfoundation/document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
25
+ * update dependencies ([f9d8641](https://github.com/twinfoundation/document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
26
+ * update framework core ([f991a59](https://github.com/twinfoundation/document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * adding missing route for the document management ([#4](https://github.com/twinfoundation/document-management/issues/4)) ([fd3292e](https://github.com/twinfoundation/document-management/commit/fd3292ede5014847ae2f2bcadb174b6552486154))
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @twin.org/document-management-models bumped from 0.0.2-next.0 to 0.0.2-next.1
39
+
3
40
  ## 0.0.1 (2025-07-09)
4
41
 
5
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/document-management-rest-client",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.2",
4
4
  "description": "Document management contract implementation which can connect to REST endpoints",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,47 +13,17 @@
13
13
  "engines": {
14
14
  "node": ">=20.0.0"
15
15
  },
16
- "scripts": {
17
- "clean": "rimraf dist coverage docs/reference",
18
- "build": "tsc",
19
- "dev": "nodemon --watch src --ext ts --exec \"npm run build && npm run bundle:esm\"",
20
- "test": "vitest --run --config ./vitest.config.ts --no-cache",
21
- "coverage": "vitest --run --coverage --config ./vitest.config.ts --no-cache",
22
- "bundle:esm": "rollup --config rollup.config.mjs --environment MODULE:esm",
23
- "bundle:cjs": "rollup --config rollup.config.mjs --environment MODULE:cjs",
24
- "bundle": "npm run bundle:esm && npm run bundle:cjs",
25
- "docs:clean": "rimraf docs/reference",
26
- "docs:generate": "typedoc",
27
- "docs": "npm run docs:clean && npm run docs:generate",
28
- "dist": "npm run clean && npm run build && npm run test && npm run bundle && npm run docs",
29
- "dist:no-test": "npm run clean && npm run build && npm run bundle && npm run docs",
30
- "prepare": "ts-patch install -s"
31
- },
32
16
  "dependencies": {
33
- "@twin.org/api-core": "^0.0.2-next.1",
34
- "@twin.org/api-models": "^0.0.2-next.1",
35
- "@twin.org/auditable-item-graph-models": "^0.0.1",
36
- "@twin.org/core": "^0.0.1",
37
- "@twin.org/data-json-ld": "^0.0.1",
38
- "@twin.org/document-management-models": "^0.0.1",
39
- "@twin.org/entity": "^0.0.1",
40
- "@twin.org/nameof": "^0.0.1",
41
- "@twin.org/standards-unece": "^0.0.1",
42
- "@twin.org/web": "^0.0.1"
43
- },
44
- "devDependencies": {
45
- "@twin.org/nameof-transformer": "^0.0.1",
46
- "@twin.org/nameof-vitest-plugin": "^0.0.1",
47
- "@vitest/coverage-v8": "3.2.3",
48
- "copyfiles": "2.4.1",
49
- "nodemon": "3.1.10",
50
- "rimraf": "6.0.1",
51
- "rollup": "4.43.0",
52
- "ts-patch": "3.3.0",
53
- "typedoc": "0.28.5",
54
- "typedoc-plugin-markdown": "4.6.4",
55
- "typescript": "5.8.3",
56
- "vitest": "3.2.3"
17
+ "@twin.org/api-core": "next",
18
+ "@twin.org/api-models": "next",
19
+ "@twin.org/auditable-item-graph-models": "next",
20
+ "@twin.org/core": "next",
21
+ "@twin.org/data-json-ld": "next",
22
+ "@twin.org/document-management-models": "0.0.2-next.2",
23
+ "@twin.org/entity": "next",
24
+ "@twin.org/nameof": "next",
25
+ "@twin.org/standards-unece": "next",
26
+ "@twin.org/web": "next"
57
27
  },
58
28
  "main": "./dist/cjs/index.cjs",
59
29
  "module": "./dist/esm/index.mjs",