@lingui/loader 3.16.1 → 3.17.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01)
7
+
8
+ **Note:** Version bump only for package @lingui/loader
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24)
7
15
 
8
16
  **Note:** Version bump only for package @lingui/loader
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Tomáš Ehrlich
3
+ Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install --save-dev @lingui/loader
18
18
 
19
19
  ## Usage
20
20
 
21
- See the [reference][reference] documenation.
21
+ See the [reference][reference] documentation.
22
22
 
23
23
  ## License
24
24
 
@@ -26,8 +26,8 @@ This package is licensed under [MIT][license] license.
26
26
 
27
27
  [license]: https://github.com/lingui/js-lingui/blob/main/LICENSE
28
28
  [linguijs]: https://github.com/lingui/js-lingui
29
- [documentation]: https://lingui.js.org/
30
- [reference]: https://lingui.js.org/ref/loader.html
29
+ [documentation]: https://lingui.dev
30
+ [reference]: https://lingui.dev/ref/loader
31
31
  [package]: https://www.npmjs.com/package/@lingui/loader
32
32
  [badge-downloads]: https://img.shields.io/npm/dw/@lingui/loader.svg
33
33
  [badge-version]: https://img.shields.io/npm/v/@lingui/loader.svg
package/build/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Tomáš Ehrlich
3
+ Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/loader",
3
- "version": "3.16.1",
3
+ "version": "3.17.0",
4
4
  "description": "webpack loader for lingui message catalogs",
5
5
  "types": "./build/index.d.ts",
6
6
  "main": "./build/index.js",
@@ -36,8 +36,8 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.11.2",
39
- "@lingui/cli": "3.16.1",
40
- "@lingui/conf": "3.16.1",
39
+ "@lingui/cli": "3.17.0",
40
+ "@lingui/conf": "3.17.0",
41
41
  "loader-utils": "^2.0.0"
42
42
  },
43
43
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "peerDependencies": {
48
48
  "webpack": "^4.0.0 || ^5.0.0"
49
49
  },
50
- "gitHead": "bae762a1ef15d0a4d883bc8c1837603b4e79175e"
50
+ "gitHead": "1c8bc46213b35b25da8fe7a80ddcf6f6a5d9d539"
51
51
  }