intlayer 5.0.1 → 5.0.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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/cli.ts"],"sourcesContent":["#!/usr/bin/env node\n\n// @ts-ignore @intlayer/cli not build yet\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";;AAGA,iBAAuB;AAAA,IAGvB,mBAAO;","names":[]}
1
+ {"version":3,"sources":["../../src/cli.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";;AAEA,iBAAuB;AAAA,IAGvB,mBAAO;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/cli.ts"],"sourcesContent":["#!/usr/bin/env node\n\n// @ts-ignore @intlayer/cli not build yet\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";AAGA,SAAS,cAAc;AAGvB,OAAO;","names":[]}
1
+ {"version":3,"sources":["../../src/cli.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";AAEA,SAAS,cAAc;AAGvB,OAAO;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "private": false,
5
5
  "description": "Manage internationalization i18n in a simple way, through TypeScript, declaration file, declare your multilingual content every where in your code.",
6
6
  "keywords": [
@@ -58,9 +58,9 @@
58
58
  "./package.json"
59
59
  ],
60
60
  "dependencies": {
61
- "@intlayer/cli": "5.0.1",
62
- "@intlayer/config": "5.0.1",
63
- "@intlayer/core": "^5.0.1"
61
+ "@intlayer/config": "5.0.2",
62
+ "@intlayer/core": "^5.0.2",
63
+ "@intlayer/cli": "5.0.2"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@changesets/changelog-github": "0.5.0",
@@ -75,14 +75,14 @@
75
75
  "tsup": "^8.3.5",
76
76
  "typescript": "^5.7.3",
77
77
  "@utils/eslint-config": "1.0.4",
78
- "@utils/tsup-config": "1.0.4",
79
78
  "@utils/ts-config": "1.0.4",
80
- "@utils/ts-config-types": "1.0.4"
79
+ "@utils/ts-config-types": "1.0.4",
80
+ "@utils/tsup-config": "1.0.4"
81
81
  },
82
82
  "peerDependencies": {
83
- "@intlayer/cli": "5.0.1",
84
- "@intlayer/config": "5.0.1",
85
- "@intlayer/core": "^5.0.1"
83
+ "@intlayer/cli": "5.0.2",
84
+ "@intlayer/config": "5.0.2",
85
+ "@intlayer/core": "^5.0.2"
86
86
  },
87
87
  "engines": {
88
88
  "node": ">=14.18"