@lindas/trifid-plugin-i18n 4.0.0 → 7.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.
Files changed (1) hide show
  1. package/package.json +45 -45
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- "name": "@lindas/trifid-plugin-i18n",
3
- "version": "4.0.0",
4
- "description": "Trifid plugin for i18n support",
5
- "type": "module",
6
- "main": "index.js",
7
- "scripts": {
8
- "test": "c8 --all --reporter=lcovonly --reporter=text node --test **/*.test.js"
9
- },
10
- "license": "Apache-2.0",
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/SwissFederalArchives/lindas-trifid.git",
14
- "directory": "packages/i18n"
15
- },
16
- "bugs": {
17
- "url": "https://github.com/zazuko/trifid/issues"
18
- },
19
- "homepage": "https://github.com/SwissFederalArchives/lindas-trifid",
20
- "author": {
21
- "name": "Swiss Federal Archives / Lindas",
22
- "url": "https://www.bar.admin.ch/"
23
- },
24
- "keywords": [
25
- "trifid",
26
- "trifid-plugin",
27
- "i18n"
28
- ],
29
- "dependencies": {
30
- "i18n": "^0.15.2"
31
- },
32
- "files": [
33
- "index.js",
34
- "test"
35
- ],
36
- "devDependencies": {
37
- "@types/i18n": "^0.13.12",
38
- "c8": "^10.1.3",
39
- "@lindas/trifid-core": "^6.0.0"
40
- },
41
- "publishConfig": {
42
- "access": "public",
43
- "provenance": true
44
- }
45
- }
1
+ {
2
+ "name": "@lindas/trifid-plugin-i18n",
3
+ "version": "7.0.0",
4
+ "description": "Trifid plugin for i18n support",
5
+ "type": "module",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "c8 --all --reporter=lcovonly --reporter=text node --test **/*.test.js"
9
+ },
10
+ "license": "Apache-2.0",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/SwissFederalArchives/lindas-trifid.git",
14
+ "directory": "packages/i18n"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/zazuko/trifid/issues"
18
+ },
19
+ "homepage": "https://github.com/SwissFederalArchives/lindas-trifid",
20
+ "author": {
21
+ "name": "Swiss Federal Archives / Lindas",
22
+ "url": "https://www.bar.admin.ch/"
23
+ },
24
+ "keywords": [
25
+ "trifid",
26
+ "trifid-plugin",
27
+ "i18n"
28
+ ],
29
+ "dependencies": {
30
+ "i18n": "^0.15.2"
31
+ },
32
+ "files": [
33
+ "index.js",
34
+ "test"
35
+ ],
36
+ "devDependencies": {
37
+ "@types/i18n": "^0.13.12",
38
+ "c8": "^10.1.3",
39
+ "@lindas/trifid-core": "^7.0.0"
40
+ },
41
+ "publishConfig": {
42
+ "access": "public",
43
+ "provenance": false
44
+ }
45
+ }