@flighthq/platform 0.4.0-next.1941.1d7f2bd → 0.4.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -13,5 +13,5 @@ Import the supported application-facing API from `@flighthq/platform`. The `@fli
13
13
  This package is part of the locked-version Flight SDK graph. Applications may instead install and import `@flighthq/sdk` when package-level tree shaking is sufficient.
14
14
 
15
15
  - [Flight project](https://github.com/flighthq/flight)
16
- - [Source for @flighthq/platform@0.4.0-next.1941.1d7f2bd](https://github.com/flighthq/flight/tree/1d7f2bd9dc6fe0561ebd3833c0bf513486a4c768/packages/platform)
17
- - [License](https://github.com/flighthq/flight/blob/1d7f2bd9dc6fe0561ebd3833c0bf513486a4c768/LICENSE.md)
16
+ - [Source for @flighthq/platform@0.4.0](https://github.com/flighthq/flight/tree/cd6b6e71eb472b3a4249830a7743333f019fa7b7/packages/platform)
17
+ - [License](https://github.com/flighthq/flight/blob/cd6b6e71eb472b3a4249830a7743333f019fa7b7/LICENSE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flighthq/platform",
3
- "version": "0.4.0-next.1941.1d7f2bd",
3
+ "version": "0.4.0",
4
4
  "author": "Joshua Granick and other contributors",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -38,8 +38,8 @@
38
38
  "clean:dist": "tsx ../../scripts/clean-package-dist.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@flighthq/types": "0.4.0-next.1941.1d7f2bd",
42
- "@flighthq/useragent": "0.4.0-next.1941.1d7f2bd"
41
+ "@flighthq/types": "0.4.0",
42
+ "@flighthq/useragent": "0.4.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.3.0"