-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oct Update - 2 #110
Oct Update - 2 #110
Conversation
Update lab with main
wip(sdk): debugging remote config with wrong version
fix(sdk): build again before publishing to update version in final bundle
fix: build again before publishing to update version in final bundle
…-to-event fix(Realtime): unsubscribe from all callbacks if no callback is provided
Oct Update - Beta #2
YJS - Run #171
🎉 All tests passed! |
Realtime - Run #171
🎉 All tests passed! |
SDK - Run #171
🎉 All tests passed! |
🎉 This issue has been resolved in version @superviz/socket-client/1.13.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/realtime/1.2.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/sdk/6.7.2-beta.1 🎉 The release is available on GitHub release |
LCOV Report - SDK Web Components Test Coverage Report ✅All Files
Changed FilesN/A |
🎉 This issue has been resolved in version @superviz/yjs/1.0.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/autodesk/1.22.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/matterport/1.2.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/three/1.2.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/react/1.14.2-beta.1 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/socket-client/1.13.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/realtime/1.2.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/sdk/6.7.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/yjs/1.0.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/autodesk/1.22.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/matterport/1.2.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/three/1.2.2 🎉 The release is available on GitHub release |
🎉 This issue has been resolved in version @superviz/react/1.14.2 🎉 The release is available on GitHub release |
This pull request includes several updates across multiple packages, primarily focusing on version bumps, script enhancements, and a few functional improvements. The most important changes include adding a
prepack
script to variouspackage.json
files, adding a new test case inchannel.test.ts
, and logging the version inRemoteConfigService
.Version Updates and Script Enhancements:
packages/autodesk/package.json
: Updated version to1.22.2-lab.1
and addedprepack
script. [1] [2]packages/matterport/package.json
: Updated version to1.2.2-lab.1
and addedprepack
script. [1] [2]packages/react/package.json
: Updated version to1.14.2-lab.1
and addedprepack
script.packages/realtime/package.json
: Updated version to1.2.2-lab.2
and addedprepack
script. [1] [2]packages/sdk/package.json
: Updated version to6.7.2-lab.2
and addedprepack
script. [1] [2]packages/socket-client/package.json
: Updated version to1.13.2-lab.4
and addedprepack
script. [1] [2]packages/three/package.json
: Updated version to1.2.2-lab.1
and addedprepack
script. [1] [2]packages/yjs/package.json
: Updated version to1.0.2-lab.1
and addedprepack
script. [1] [2]Functional Improvements:
packages/realtime/src/services/channel/channel.test.ts
: Added a new test case to ensure an event is reset if no callback is provided.packages/realtime/src/services/channel/channel.ts
: Updated theunsubscribe
method to reset the observer if no callback is provided.packages/sdk/src/services/remote-config-service/index.ts
: Added a log statement to print the version frompackage.json
.