Skip to content
Merged
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 .github/workflows/push-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version-file: '.nvmrc'
scope: '@iwsio'
install-command: npm ci
build-command: npm run build -w packages/json-csv-core
build-command: npm run build
publish-command: npm publish -w packages/json-csv-core --access public
secrets:
# This token is used for reading npm packages; use when private packages are used
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version-file: '.nvmrc'
scope: '@iwsio'
install-command: npm ci
build-command: npm run build -w packages/json-csv-node
build-command: npm run build
publish-command: npm publish -w packages/json-csv-node --access public
secrets:
# This token is used for reading npm packages; use when private packages are used
Expand Down
13 changes: 11 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/json-csv-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/json-csv-core",
"version": "1.2.1",
"version": "1.2.2-alpha.1",
"description": "Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-csv-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/json-csv-node",
"version": "6.2.1",
"version": "6.2.2-alpha.1",
"description": "ESM/CJS module that easily converts JSON to CSV. This package supports streaming and buffered conversion to CSV.",
"homepage": "https://github.com/IWSLLC/json-csv",
"author": "Nathan Bridgewater <info@iws.io>",
Expand Down