Skip to content

NPM - #149

Open
jrcain-usgs wants to merge 3 commits into
DOI-USGS:mainfrom
jrcain-usgs:npm
Open

NPM#149
jrcain-usgs wants to merge 3 commits into
DOI-USGS:mainfrom
jrcain-usgs:npm

Conversation

@jrcain-usgs

Copy link
Copy Markdown
Collaborator

Licensing

This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words:

This work is free and unencumbered software released into the public domain. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain.

  • I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

@Kelvinrr
Kelvinrr requested a review from amystamile-usgs July 31, 2026 19:18
Comment on lines 16 to +118
@@ -103,3 +104,15 @@ jobs:
run: |
gh release upload "${{ steps.package.outputs.tag }}" \
"${{ steps.package.outputs.asset }}" --clobber

- uses: actions/setup-node@v6
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
package-manager-cache: false

- name: Publish to NPM
run: |
npm install -g npm@latest # ensure OIDC-capable npm (>= 11.5.1)
npm install
npm publish

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible for this to be ran manually? Therefore, it could overwrite the existing build? Maybe we only want it to run on release?

Comment thread README.md
spiceql.mountKernel('/kernels/naif0012.tls', bytes);

const { result } = spiceql.utcToEt('2000-01-01T00:00:00', {
const { result, kernels } = spiceql.utcToEt('2000-01-01T00:00:00', {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might not be the best example in hindsight, UTC2et doesn't need an LSK in SpiceQL. But we can leave as is and make an issue about changing this example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants