@tridion-sites/models 0.1.4 → 1.0.0
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.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -68
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tridion-sites/models",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Tridion Sites models",
|
|
5
5
|
"author": "RWS",
|
|
6
6
|
"homepage": "https://www.rws.com",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test:ci": "jest --verbose --reporters='default' --reporters='jest-junit'"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tridion-sites/open-api-client": "
|
|
27
|
+
"@tridion-sites/open-api-client": "2.0.0",
|
|
28
28
|
"immer": "9.0.16"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
# @tridion-sites/models
|
|
2
|
-
|
|
3
|
-
## 0.1.4
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 54439b54a7: removed links to internal systems, added readme files
|
|
8
|
-
- Updated dependencies [54439b54a7]
|
|
9
|
-
- @tridion-sites/open-api-client@1.0.6
|
|
10
|
-
|
|
11
|
-
## 0.1.3
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- be9284a536: rename a property
|
|
16
|
-
|
|
17
|
-
## 0.1.2
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- b803ef7b33: Fake models now have special creation functions
|
|
22
|
-
- 9b78d6d626: upgrade dependencies
|
|
23
|
-
- 31bdf04adf: fixed VersionedItem isNew behavior
|
|
24
|
-
|
|
25
|
-
## 0.1.1
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- 226cc4cce1: Additional info for Taxonomies model is added
|
|
30
|
-
- 1845a12377: use the latest typescript version
|
|
31
|
-
- Updated dependencies [1845a12377]
|
|
32
|
-
- @tridion-sites/open-api-client@1.0.5
|
|
33
|
-
|
|
34
|
-
## 0.1.0
|
|
35
|
-
|
|
36
|
-
### Minor Changes
|
|
37
|
-
|
|
38
|
-
- Set of small improvements and fixes to the extensions framework
|
|
39
|
-
|
|
40
|
-
## 0.0.5
|
|
41
|
-
|
|
42
|
-
### Patch Changes
|
|
43
|
-
|
|
44
|
-
- update packages
|
|
45
|
-
|
|
46
|
-
## 0.0.4
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- include node_modules into the build
|
|
51
|
-
|
|
52
|
-
## 0.0.3
|
|
53
|
-
|
|
54
|
-
### Patch Changes
|
|
55
|
-
|
|
56
|
-
- include node_modules into the build
|
|
57
|
-
|
|
58
|
-
## 0.0.2
|
|
59
|
-
|
|
60
|
-
### Patch Changes
|
|
61
|
-
|
|
62
|
-
- release new package version for extensions, extensions-cli, models, open-api-client
|
|
63
|
-
- c616d80f3c: fixed circular dependencies in @tridion-sites/models
|
|
64
|
-
- 117e9e5f76: Models package became public
|
|
65
|
-
- Updated dependencies
|
|
66
|
-
- Updated dependencies [0738aa9ac3]
|
|
67
|
-
- Updated dependencies [ff20566f80]
|
|
68
|
-
- @tridion-sites/open-api-client@1.0.4
|