22 Commits

Author SHA1 Message Date
github-actions[bot]
3d2e2f9677
chore: release master 2024-08-22 18:30:10 +00:00
github-actions[bot]
01c96b5641
chore: release master 2024-08-16 19:43:05 +00:00
github-actions[bot]
4436cc748c
chore: release master (#1925)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-21 17:03:30 -07:00
github-actions[bot]
644d588c04
chore: release master (#1865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-02 13:15:45 -08:00
github-actions[bot]
0099ddccae
chore: release master (#1852)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-24 11:48:28 -08:00
renovate[bot]
57fe6f58bf
chore(deps): update dependency jsdoc to v4 (#1833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-24 10:50:14 -08:00
github-actions[bot]
6254efb1bd
chore: release master (#1804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-09 17:36:25 -07:00
github-actions[bot]
48457c4737
chore: release master (#1772)
* chore: release master

* chore: trigger CI

* chore: update lockfile and .d.ts

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
2022-08-26 15:06:26 -07:00
renovate[bot]
8303a648bc
fix(deps): update dependency glob to v8 (#1750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-08 10:56:33 -07:00
renovate[bot]
c41ba50ecf
chore(deps): update dependency espree to v9 (#1748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-08 10:55:12 -07:00
github-actions[bot]
e8745f73aa
chore: release master (#1771)
* chore: release master

* chore: regenerate lockfile for cli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
2022-07-08 10:40:17 -07:00
Alexander Fenster
50370dd774
fix!: drop support for Node 4, 6, 8, 10 (#1764) 2022-07-07 15:57:52 -07:00
Madiyar
a1d60292ec
fix: proper relative path to protobufjs in cli (#1753)
According to https://docs.npmjs.com/cli/v8/configuring-npm/package-json#local-paths the local path should be `file:..` instead of `file://..`.

The later version copies whole top-level file-system in a macOS and with a recent version of npm (8.12.2) and results in a `MODULE_NOT_FOUND` error.

Co-authored-by: Alexander Fenster <fenster@google.com>
2022-07-06 18:27:19 -07:00
Benjamin E. Coe
64811d5878
feat: prepare initial publication of cli (#1752)
* feat: prepare initial publication of cli

* build: try to fix build

* test: try to make node4 ci work

* test: run all ci tasks at once

* fix: bring package.json @types/node back

Co-authored-by: Alexander Fenster <fenster@google.com>
2022-07-06 18:17:43 -07:00
Richard Gerrard
bac61b8c27
fix(deps): patch minimatch vulnerability (#1704)
* Patch minimatch vulnerability

If I follow this, glob packages minimatch.  Minimatch released a fix, glob also has a newer build, picking this up should pick up that.
Fixes #1696
Fixes #1697
Fixes #1698

* chore: update lockfile

Co-authored-by: Alexander Fenster <fenster@google.com>
2022-05-19 18:24:56 -07:00
Taylor McIntyre
da34f43ccd
feat!: move command line tool to a new package named protobufjs-cli (#1234)
* Get protobufjs-cli to a publishable state

* Fix eslint issues

* Fix pbts path

* Install cli package deps on CI 'build' job

* fix: get rid of require-protobufjs.js

* fix: lint

* fix: versions

* chore(deps): update package-lock.json

Co-authored-by: Stacey Sern <stacey@dropbox.com>
Co-authored-by: Gabriel Cangussu <gabrielcangussu@gmail.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
2021-01-15 16:02:00 -08:00
Alexander Fenster
8fe584bf00
build: rebuild bundle (#1442) 2020-07-13 16:05:35 -07:00
Daniel Wirtz
42f49b43f6
feat: update dependencies / general cleanup (#1356)
Co-authored-by: Alexander Fenster <fenster@google.com>
2020-04-17 15:53:50 +02:00
dcodeIO
79d0ba2cc7 Docs: Clarified that the service API targets clients consuming a service, see #742 2017-04-03 20:56:50 +02:00
dcodeIO
4bfe0c239b CLI: More progress on decoupling the CLI; Docs: Explained the JSON structure in README and moved CLI specific information to the CLI package 2017-03-24 22:41:04 +01:00
dcodeIO
6423a419fe CLI: Preparations for moving the CLI to its own package, see #716 2017-03-24 16:14:59 +01:00
dcodeIO
e88d13ca7e CLI: Additional workarounds for on demand CLI dependencies, see #618 2017-01-05 01:16:37 +01:00