Skip to content
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

Dev #298

Merged
merged 3 commits into from
Jan 17, 2025
Merged

Dev #298

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/lasereyes-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-core",
"private": false,
"version": "0.0.55",
"version": "0.0.56-rc.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/lasereyes-core/src/constants/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const TEXT_HTML = 'text/html'
export const TEXT_CSS = 'text/css'
export const TEXT_PLAIN = 'text/plain'
export const TEXT_JAVASCRIPT = 'text/javascript'
export const TEXT_MARKDOWN = 'text/markdown'

export const APPLICATION_JSON = 'application/json'
export const APPLICATION_JAVASCRIPT = 'application/javascript'
Expand Down
2 changes: 2 additions & 0 deletions packages/lasereyes-core/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import {
VIDEO_MP4,
VIDEO_OGG,
VIDEO_WEBM,
TEXT_MARKDOWN,
} from '../constants/content'

export type NetworkType =
Expand Down Expand Up @@ -77,6 +78,7 @@ export type ContentType =
| typeof TEXT_CSS
| typeof TEXT_PLAIN
| typeof TEXT_JAVASCRIPT
| typeof TEXT_MARKDOWN
| typeof APPLICATION_JSON
| typeof APPLICATION_JAVASCRIPT
| typeof APPLICATION_XML
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-react",
"private": false,
"version": "0.0.50",
"version": "0.0.51-rc.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/lasereyes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/omnisat/lasereyes-mono.git"
},
"private": false,
"version": "0.0.133",
"version": "0.0.134-rc.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -56,4 +56,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading