Skip to content

Commit

Permalink
Merge pull request #10 from haensl/9
Browse files Browse the repository at this point in the history
#9: Update dependencies.
  • Loading branch information
haensl authored Sep 25, 2023
2 parents 0bce3b9 + 93eeb44 commit 7cea00f
Show file tree
Hide file tree
Showing 4 changed files with 948 additions and 773 deletions.
27 changes: 7 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ commands:
npm i -S @haensl/json-transform-stream@${VERSION}
cp ~/json-transform-stream/json-transform-stream.package.test.js ./
package-information:
steps:
- run:
name: install tree
command: sudo apt-get -y install tree
- run:
name: gather bundle information
command: |
npm info @haensl/json-transform-stream@${VERSION} > ./bundle.info
tree -s node_modules/@haensl/json-transform-stream >> ./bundle.info
- store_artifacts:
path: bundle.info

workflows:
version: 2
default:
Expand Down Expand Up @@ -139,7 +126,7 @@ workflows:
jobs:
lint:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/json-transform-stream
steps:
- init
Expand All @@ -155,7 +142,7 @@ jobs:

test:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/json-transform-stream
steps:
- init
Expand All @@ -168,7 +155,7 @@ jobs:

ensure-versioned-correctly:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/json-transform-stream
steps:
- init
Expand Down Expand Up @@ -198,7 +185,7 @@ jobs:
bundle:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/json-transform-stream
steps:
- init
Expand All @@ -225,7 +212,7 @@ jobs:

bundle-test:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: /tmp/test-app
steps:
- init
Expand All @@ -236,7 +223,7 @@ jobs:

publish:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/json-transform-stream
steps:
- attach_workspace:
Expand All @@ -251,7 +238,7 @@ jobs:

package-test:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: /tmp/test-app
steps:
- init
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.4
* [#9: Update dependencies.](https://github.com/haensl/json-transform-stream/issues/9)

## 1.0.3
* [#7: Update dependencies.](https://github.com/haensl/json-transform-stream/issues/7)

Expand Down
Loading

0 comments on commit 7cea00f

Please sign in to comment.