Skip to content

Commit a45feb1

Browse files
feat: migrate package names (#419)
* chore: drafts * feat: cli build * feat: migrate package names * chore: upd update text * chore: disable legacy packages * chore: update lockfile * chore: cleanup changesets
1 parent 34ffbd5 commit a45feb1

69 files changed

Lines changed: 248 additions & 1964 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fast-donuts-worry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/modern-shirts-shop.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@lingo.dev/spec": patch
3+
"@lingo.dev/cli": patch
4+
"@lingo.dev/sdk": patch
5+
"lingo.dev": patch
6+
---
7+
8+
Replexica is now Lingo.dev! 🎉

.changeset/warm-files-protect.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

action/src/flows/in-branch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class InBranchFlow extends IntegrationFlow {
4848
}
4949

5050
private async runReplexica() {
51-
execSync(`npx replexica@latest i18n --api-key ${this.platformKit.config.replexicaApiKey}`, { stdio: "inherit" });
51+
execSync(`npx replexica@v0.70.0 i18n --api-key ${this.platformKit.config.replexicaApiKey}`, { stdio: "inherit" });
5252
}
5353

5454
private configureGit() {
File renamed without changes.

legacy/package/bin/cli.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
import "@lingo.dev/cli";

legacy/package/package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "replexica",
3+
"version": "0.70.0",
4+
"description": "🚨 Moved to @lingo.dev/sdk - please update your dependencies!",
5+
"private": false,
6+
"type": "module",
7+
"sideEffects": false,
8+
"types": "build/index.d.ts",
9+
"module": "build/index.mjs",
10+
"main": "build/index.cjs",
11+
"bin": {
12+
"replexica": "./bin/cli.mjs"
13+
},
14+
"files": [
15+
"bin",
16+
"build"
17+
],
18+
"scripts": {},
19+
"keywords": [],
20+
"author": "",
21+
"license": "Apache-2.0",
22+
"dependencies": {
23+
"@lingo.dev/cli": "*"
24+
}
25+
}

legacy/package/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replexica is now [Lingo.dev](https://npmjs.com/package/lingo.dev)
Lines changed: 73 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,200 +1,197 @@
1-
# @replexica/react
1+
# @replexica/sdk
22

3-
## 0.3.19
3+
## 0.7.10
44

55
### Patch Changes
66

77
- Updated dependencies [[`003344f`](https://github.com/lingodotdev/lingo.dev/commit/003344ffcca98a391a298707f18476971c4d4c2b)]:
88
- @replexica/spec@0.24.0
99

10-
## 0.3.18
10+
## 0.7.9
1111

1212
### Patch Changes
1313

1414
- Updated dependencies [[`a2ada16`](https://github.com/lingodotdev/lingo.dev/commit/a2ada16ecf4cd559d3486f0e4756d58808194f7e)]:
1515
- @replexica/spec@0.23.0
1616

17-
## 0.3.17
17+
## 0.7.8
1818

1919
### Patch Changes
2020

2121
- Updated dependencies [[`e6521b8`](https://github.com/lingodotdev/lingo.dev/commit/e6521b86637c254c011aba89a3558802c04ab3ca)]:
2222
- @replexica/spec@0.22.1
2323

24-
## 0.3.16
24+
## 0.7.7
2525

2626
### Patch Changes
2727

2828
- Updated dependencies [[`cff3c4e`](https://github.com/lingodotdev/lingo.dev/commit/cff3c4eb1a40f82a9c4c095e49cfd9fce053b048)]:
2929
- @replexica/spec@0.22.0
3030

31-
## 0.3.15
31+
## 0.7.6
3232

3333
### Patch Changes
3434

3535
- Updated dependencies [[`58d7b35`](https://github.com/lingodotdev/lingo.dev/commit/58d7b3567e51cc3ef0fad0288c13451381b95a98)]:
3636
- @replexica/spec@0.21.1
3737

38-
## 0.3.14
38+
## 0.7.5
3939

4040
### Patch Changes
4141

4242
- Updated dependencies [[`9cf5299`](https://github.com/lingodotdev/lingo.dev/commit/9cf5299f7efbef70fd83f95177eac49b4d8f8007), [`3ab5de6`](https://github.com/lingodotdev/lingo.dev/commit/3ab5de66d8a913297b46095c2e73823124cc8c5b)]:
4343
- @replexica/spec@0.21.0
4444

45-
## 0.3.13
45+
## 0.7.4
4646

4747
### Patch Changes
4848

4949
- Updated dependencies [[`1556977`](https://github.com/lingodotdev/lingo.dev/commit/1556977332a6f949100283bfa8c9a9ff5e74b156)]:
5050
- @replexica/spec@0.20.0
5151

52-
## 0.3.12
52+
## 0.7.3
5353

5454
### Patch Changes
5555

56-
- Updated dependencies [[`5cb3c93`](https://github.com/lingodotdev/lingo.dev/commit/5cb3c930fff6e30cff5cc2266b794f75a0db646d)]:
57-
- @replexica/spec@0.19.0
56+
- [`cbef8f3`](https://github.com/lingodotdev/lingo.dev/commit/cbef8f3cafdc955d61053ce885d98e425acb668d) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - moved jsdom import into the html handler function
5857

59-
## 0.3.11
58+
## 0.7.2
6059

6160
### Patch Changes
6261

63-
- Updated dependencies [[`a6b22a3`](https://github.com/lingodotdev/lingo.dev/commit/a6b22a3237f574455d8119f914d82b0b247b4151)]:
64-
- @replexica/spec@0.18.0
65-
66-
## 0.3.10
67-
68-
### Patch Changes
69-
70-
- Updated dependencies [[`091ee35`](https://github.com/lingodotdev/lingo.dev/commit/091ee353081795bf8f61c7d41483bc309c7b62ef)]:
71-
- @replexica/spec@0.17.0
62+
- Updated dependencies [[`5cb3c93`](https://github.com/lingodotdev/lingo.dev/commit/5cb3c930fff6e30cff5cc2266b794f75a0db646d)]:
63+
- @replexica/spec@0.19.0
7264

73-
## 0.3.9
65+
## 0.7.1
7466

7567
### Patch Changes
7668

77-
- Updated dependencies [[`5e282d7`](https://github.com/lingodotdev/lingo.dev/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
78-
- @replexica/spec@0.16.0
69+
- [`db819a4`](https://github.com/lingodotdev/lingo.dev/commit/db819a42412ceb67fedbe729b7d018952686d60b) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - reduce default batch size to avoid hitting rate limits
7970

80-
## 0.3.8
71+
- [`2c5cbcf`](https://github.com/lingodotdev/lingo.dev/commit/2c5cbcfbf6feb28440255cdea0818c8cefa61d91) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - filter out non extistent keys
8172

82-
### Patch Changes
73+
## 0.7.0
8374

84-
- Updated dependencies [[`0071cd6`](https://github.com/lingodotdev/lingo.dev/commit/0071cd66b1c868ad3898fc368390a628c5a67767)]:
85-
- @replexica/spec@0.15.0
75+
### Minor Changes
8676

87-
## 0.3.7
77+
- [`c42dc2d`](https://github.com/lingodotdev/lingo.dev/commit/c42dc2d5b4efe95e804b5a7e7f6d354cf8622dc7) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - add `batchLocalizeText` to sdk
8878

89-
### Patch Changes
79+
## 0.6.0
9080

91-
- Updated dependencies [[`2859938`](https://github.com/lingodotdev/lingo.dev/commit/28599388a91bf80cea3813bb4b8999bb4df302c9)]:
92-
- @replexica/spec@0.14.1
81+
### Minor Changes
9382

94-
## 0.3.6
83+
- [`a71a88e`](https://github.com/lingodotdev/lingo.dev/commit/a71a88e5c8bd6601b0838c381433a87763142801) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - fast mode
9584

9685
### Patch Changes
9786

98-
- Updated dependencies [[`ca9e20e`](https://github.com/lingodotdev/lingo.dev/commit/ca9e20eef9047e20d39ccf9dff74d2f6069d4676), [`2aedf3b`](https://github.com/lingodotdev/lingo.dev/commit/2aedf3bec2d9dffc7b43fc10dea0cab5742d44af), [`626082a`](https://github.com/lingodotdev/lingo.dev/commit/626082a64b88fb3b589acd950afeafe417ce5ddc)]:
99-
- @replexica/spec@0.14.0
87+
- [`f0a77ad`](https://github.com/lingodotdev/lingo.dev/commit/f0a77ad774a01c30e7e9bc5a0253638176332fd2) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - updated default batch size limits in the SDK
10088

101-
## 0.3.5
89+
## 0.5.0
10290

103-
### Patch Changes
91+
### Minor Changes
10492

105-
- Updated dependencies [[`1601f70`](https://github.com/lingodotdev/lingo.dev/commit/1601f708bdf0ff1786d3bf9b19265ac5b567f740)]:
106-
- @replexica/spec@0.13.0
93+
- [`ebf44cb`](https://github.com/lingodotdev/lingo.dev/commit/ebf44cbb462516abfe660c295c04627796c5a3a7) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - implement recognize locale
10794

108-
## 0.3.4
95+
- [`42d0a5a`](https://github.com/lingodotdev/lingo.dev/commit/42d0a5a7a53e296192a31e8f1d67c126793ea280) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - added .localizeHtml implementation to SDK
10996

11097
### Patch Changes
11198

112-
- Updated dependencies [[`bc5a28c`](https://github.com/lingodotdev/lingo.dev/commit/bc5a28c3c98b619872924b5f913229ac01387524)]:
113-
- @replexica/spec@0.12.1
99+
- Updated dependencies [[`a6b22a3`](https://github.com/lingodotdev/lingo.dev/commit/a6b22a3237f574455d8119f914d82b0b247b4151)]:
100+
- @replexica/spec@0.18.0
114101

115-
## 0.3.3
102+
## 0.4.3
116103

117104
### Patch Changes
118105

119-
- Updated dependencies [[`5c2ca37`](https://github.com/lingodotdev/lingo.dev/commit/5c2ca37114663eaeb529a027e33949ef3839549b)]:
120-
- @replexica/spec@0.12.0
106+
- Updated dependencies [[`091ee35`](https://github.com/lingodotdev/lingo.dev/commit/091ee353081795bf8f61c7d41483bc309c7b62ef)]:
107+
- @replexica/spec@0.17.0
121108

122-
## 0.3.2
109+
## 0.4.2
123110

124111
### Patch Changes
125112

126-
- Updated dependencies [[`6870fc7`](https://github.com/lingodotdev/lingo.dev/commit/6870fc758dae9d1adb641576befbd8cda61cd5ea)]:
127-
- @replexica/spec@0.11.0
113+
- Updated dependencies [[`5e282d7`](https://github.com/lingodotdev/lingo.dev/commit/5e282d7ffa5ca9494aa7046a090bb7c327085a86)]:
114+
- @replexica/spec@0.16.0
128115

129-
## 0.3.1
116+
## 0.4.1
130117

131118
### Patch Changes
132119

133-
- Updated dependencies [[`d6e6d5c`](https://github.com/lingodotdev/lingo.dev/commit/d6e6d5c24b266de3769e95545f74632e7d75c697)]:
134-
- @replexica/spec@0.10.0
120+
- Updated dependencies [[`0071cd6`](https://github.com/lingodotdev/lingo.dev/commit/0071cd66b1c868ad3898fc368390a628c5a67767)]:
121+
- @replexica/spec@0.15.0
135122

136-
## 0.3.0
123+
## 0.4.0
137124

138125
### Minor Changes
139126

140-
- [#158](https://github.com/lingodotdev/lingo.dev/pull/158) [`73c9250`](https://github.com/lingodotdev/lingo.dev/commit/73c925084989ccea120cae1617ec87776c88e83e) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Configuration spec v1.1: Improved bucket config structure, to support exclusion patterns
127+
- [#264](https://github.com/lingodotdev/lingo.dev/pull/264) [`cdef5b7`](https://github.com/lingodotdev/lingo.dev/commit/cdef5b7bfbee4670c6de62cf4b4f3e0315748e25) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - added format specific methods to `@replexica/sdk`
128+
129+
## 0.3.4
141130

142131
### Patch Changes
143132

144-
- Updated dependencies [[`73c9250`](https://github.com/lingodotdev/lingo.dev/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
145-
- @replexica/spec@0.9.0
133+
- Updated dependencies [[`2859938`](https://github.com/lingodotdev/lingo.dev/commit/28599388a91bf80cea3813bb4b8999bb4df302c9)]:
134+
- @replexica/spec@0.14.1
146135

147-
## 0.2.5
136+
## 0.3.3
148137

149138
### Patch Changes
150139

151-
- Updated dependencies [[`8c8e7dd`](https://github.com/lingodotdev/lingo.dev/commit/8c8e7dd4d35669d484240d643427612ecdaf73eb)]:
152-
- @replexica/spec@0.8.0
140+
- Updated dependencies [[`ca9e20e`](https://github.com/lingodotdev/lingo.dev/commit/ca9e20eef9047e20d39ccf9dff74d2f6069d4676), [`2aedf3b`](https://github.com/lingodotdev/lingo.dev/commit/2aedf3bec2d9dffc7b43fc10dea0cab5742d44af), [`626082a`](https://github.com/lingodotdev/lingo.dev/commit/626082a64b88fb3b589acd950afeafe417ce5ddc)]:
141+
- @replexica/spec@0.14.0
153142

154-
## 0.2.4
143+
## 0.3.2
155144

156145
### Patch Changes
157146

158-
- Updated dependencies [[`c0be1a2`](https://github.com/lingodotdev/lingo.dev/commit/c0be1a29e3069ef2c8bdc4e4f52d2fb17abdb1f5)]:
159-
- @replexica/spec@0.7.0
147+
- Updated dependencies [[`1601f70`](https://github.com/lingodotdev/lingo.dev/commit/1601f708bdf0ff1786d3bf9b19265ac5b567f740)]:
148+
- @replexica/spec@0.13.0
160149

161-
## 0.2.3
150+
## 0.3.1
162151

163152
### Patch Changes
164153

165-
- Updated dependencies [[`10252ce`](https://github.com/lingodotdev/lingo.dev/commit/10252ceaa2685cc23f4dbeb6ac985cc2148853e2)]:
166-
- @replexica/spec@0.6.0
154+
- Updated dependencies [[`bc5a28c`](https://github.com/lingodotdev/lingo.dev/commit/bc5a28c3c98b619872924b5f913229ac01387524)]:
155+
- @replexica/spec@0.12.1
167156

168-
## 0.2.2
157+
## 0.3.0
169158

170-
### Patch Changes
159+
### Minor Changes
171160

172-
- [`088de18`](https://github.com/lingodotdev/lingo.dev/commit/088de18a53f45fa8df5833fe81ed96a2ed231299) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Fix @replexica/config reference
161+
- [#165](https://github.com/lingodotdev/lingo.dev/pull/165) [`5c2ca37`](https://github.com/lingodotdev/lingo.dev/commit/5c2ca37114663eaeb529a027e33949ef3839549b) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Update locale code resolution logic
173162

174-
- Updated dependencies [[`088de18`](https://github.com/lingodotdev/lingo.dev/commit/088de18a53f45fa8df5833fe81ed96a2ed231299)]:
175-
- @replexica/spec@0.5.1
163+
### Patch Changes
164+
165+
- Updated dependencies [[`5c2ca37`](https://github.com/lingodotdev/lingo.dev/commit/5c2ca37114663eaeb529a027e33949ef3839549b)]:
166+
- @replexica/spec@0.12.0
176167

177168
## 0.2.1
178169

179170
### Patch Changes
180171

181-
- Updated dependencies [[`4e94058`](https://github.com/lingodotdev/lingo.dev/commit/4e940582ea8ebe5a058b76fb33420729f7bfdcef)]:
182-
- @replexica/spec@0.5.0
172+
- Updated dependencies [[`6870fc7`](https://github.com/lingodotdev/lingo.dev/commit/6870fc758dae9d1adb641576befbd8cda61cd5ea)]:
173+
- @replexica/spec@0.11.0
183174

184175
## 0.2.0
185176

186177
### Minor Changes
187178

188-
- [#75](https://github.com/lingodotdev/lingo.dev/pull/75) [`b11b48e`](https://github.com/lingodotdev/lingo.dev/commit/b11b48e7c3ab05dd8de0ddcfe5cb4589786abbf9) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - framework-agnostic i18n support
189-
190-
## 0.1.2
179+
- [`d6e6d5c`](https://github.com/lingodotdev/lingo.dev/commit/d6e6d5c24b266de3769e95545f74632e7d75c697) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Add support for multisource localization to the CLI
191180

192181
### Patch Changes
193182

194-
- [`4b2a9bf`](https://github.com/lingodotdev/lingo.dev/commit/4b2a9bf2dc20cd32c7975f3ae10bf85fdb17ec2c) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - fix client react components export
183+
- Updated dependencies [[`d6e6d5c`](https://github.com/lingodotdev/lingo.dev/commit/d6e6d5c24b266de3769e95545f74632e7d75c697)]:
184+
- @replexica/spec@0.10.0
195185

196186
## 0.1.1
197187

198188
### Patch Changes
199189

200-
- [#19](https://github.com/lingodotdev/lingo.dev/pull/19) [`2667316`](https://github.com/lingodotdev/lingo.dev/commit/266731678ab9630f5d5afb29c2e80c44b2f5a5db) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - switch `@replexica/react` module resolution to commonjs
190+
- Updated dependencies [[`73c9250`](https://github.com/lingodotdev/lingo.dev/commit/73c925084989ccea120cae1617ec87776c88e83e)]:
191+
- @replexica/spec@0.9.0
192+
193+
## 0.1.0
194+
195+
### Minor Changes
196+
197+
- [#142](https://github.com/lingodotdev/lingo.dev/pull/142) [`d9b0e51`](https://github.com/lingodotdev/lingo.dev/commit/d9b0e512196329cc781a4d33346f8ca0f3a81e7e) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Extract API calling into SDK package

legacy/sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replexica is now [Lingo.dev](https://npmjs.com/package/lingo.dev)

0 commit comments

Comments
 (0)