Skip to content

Commit 73767c4

Browse files
committed
chore: Update from legacy Wally scope to jsdotlua
1 parent c180320 commit 73767c4

File tree

11 files changed

+40
-39
lines changed

11 files changed

+40
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
- Updated all `.lua` file extensions to `.luau`
15+
- Change from legacy `core-packages` Wally scope to `jsdotlua`
1516
- Drop the `rc` flag from the version number
1617

1718
### Fixed

packages/react-debug-tools/wally.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/react-debug-tools'
2+
name = 'jsdotlua/react-debug-tools'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT'
@@ -8,6 +8,6 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
ReactReconciler = 'core-packages/[email protected]'
13-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
ReactReconciler = 'jsdotlua/[email protected]'
13+
Shared = 'jsdotlua/[email protected]'
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/react-devtools-shared'
2+
name = 'jsdotlua/react-devtools-shared'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT'
@@ -8,10 +8,10 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
React = 'core-packages/[email protected]'
13-
ReactDebugTools = 'core-packages/[email protected]'
14-
ReactIs = 'core-packages/[email protected]'
15-
ReactReconciler = 'core-packages/[email protected]'
16-
ReactRoblox = 'core-packages/[email protected]'
17-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
React = 'jsdotlua/[email protected]'
13+
ReactDebugTools = 'jsdotlua/[email protected]'
14+
ReactIs = 'jsdotlua/[email protected]'
15+
ReactReconciler = 'jsdotlua/[email protected]'
16+
ReactRoblox = 'jsdotlua/[email protected]'
17+
Shared = 'jsdotlua/[email protected]'

packages/react-is/wally.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/react-is'
2+
name = 'jsdotlua/react-is'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT'
@@ -8,4 +8,4 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
Shared = 'core-packages/[email protected]'
11+
Shared = 'jsdotlua/[email protected]'

packages/react-reconciler/wally.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/react-reconciler'
2+
name = 'jsdotlua/react-reconciler'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT'
@@ -8,8 +8,8 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
1212
Promise = 'evaera/[email protected]'
13-
React = 'core-packages/[email protected]'
14-
Scheduler = 'core-packages/[email protected]'
15-
Shared = 'core-packages/[email protected]'
13+
React = 'jsdotlua/[email protected]'
14+
Scheduler = 'jsdotlua/[email protected]'
15+
Shared = 'jsdotlua/[email protected]'

packages/react-roblox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-roblox`
22

3-
This package serves as a Roblox renderer for React. It is intended to be paired with the generic React package, which is shipped as `core-packages/react` to Wally.
3+
This package serves as a Roblox renderer for React. It is intended to be paired with the generic React package, which is shipped as `jsdotlua/react` to Wally.
44

55
## Usage
66

packages/react-roblox/wally.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/react-roblox'
2+
name = 'jsdotlua/react-roblox'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT + Apache 2.0'
@@ -8,8 +8,8 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
React = 'core-packages/[email protected]'
13-
ReactReconciler = 'core-packages/[email protected]'
14-
Scheduler = 'core-packages/[email protected]'
15-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
React = 'jsdotlua/[email protected]'
13+
ReactReconciler = 'jsdotlua/[email protected]'
14+
Scheduler = 'jsdotlua/[email protected]'
15+
Shared = 'jsdotlua/[email protected]'

packages/react/wally.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/react'
2+
name = 'jsdotlua/react'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT + Apache 2.0'
@@ -8,5 +8,5 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
Shared = 'jsdotlua/[email protected]'

packages/roact-compat/wally.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/roact-compat'
2+
name = 'jsdotlua/roact-compat'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT + Apache 2.0'
@@ -8,7 +8,7 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
React = 'core-packages/[email protected]'
13-
ReactRoblox = 'core-packages/[email protected]'
14-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
React = 'jsdotlua/[email protected]'
13+
ReactRoblox = 'jsdotlua/[email protected]'
14+
Shared = 'jsdotlua/[email protected]'

packages/scheduler/wally.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = 'core-packages/scheduler'
2+
name = 'jsdotlua/scheduler'
33
description = 'https://github.com/grilme99/CorePackages'
44
version = '17.0.1'
55
license = 'MIT'
@@ -8,5 +8,5 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
Shared = 'jsdotlua/[email protected]'

0 commit comments

Comments
 (0)