gt-node 1.0.16 → 1.0.18
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/CHANGELOG.md +34 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# gt-node
|
|
2
2
|
|
|
3
|
+
## 1.0.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`f2204b9`](https://github.com/generaltranslation/gt/commit/f2204b990278865c54d14d337392930ea1ec31bf), [`b05b470`](https://github.com/generaltranslation/gt/commit/b05b4703fbbfd34a3cbee335c786e2e606346167), [`8d376e2`](https://github.com/generaltranslation/gt/commit/8d376e23c80828dfd8756e2f0fbf0f7725e0f178)]:
|
|
8
|
+
- generaltranslation@9.1.7
|
|
9
|
+
- gt-i18n@1.0.17
|
|
10
|
+
|
|
11
|
+
## 1.0.14-iris.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 5d8b78a: Migrate the package license from FSL-1.1-ALv2 to MIT.
|
|
16
|
+
- Updated dependencies [f2204b9]
|
|
17
|
+
- Updated dependencies [b05b470]
|
|
18
|
+
- Updated dependencies [5d8b78a]
|
|
19
|
+
- generaltranslation@9.1.3-iris.0
|
|
20
|
+
- gt-i18n@1.0.13-iris.0
|
|
21
|
+
|
|
22
|
+
## 1.0.13-iris.0
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [8d376e2]
|
|
27
|
+
- gt-i18n@1.0.12-iris.0
|
|
28
|
+
|
|
29
|
+
## 1.0.17
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies []:
|
|
34
|
+
- generaltranslation@9.1.6
|
|
35
|
+
- gt-i18n@1.0.16
|
|
36
|
+
|
|
3
37
|
## 1.0.16
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gt-node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "Node.js utilities for General Translation",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"definition": "dist/index.d.cts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"gt-i18n": "1.0.
|
|
48
|
-
"generaltranslation": "9.1.
|
|
47
|
+
"gt-i18n": "1.0.17",
|
|
48
|
+
"generaltranslation": "9.1.7"
|
|
49
49
|
},
|
|
50
50
|
"exports": {
|
|
51
51
|
".": {
|