Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot] c8aefde878
build(deps-dev): bump prettier from 2.7.1 to 2.8.8 in /memo/js (#4179)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 21:12:30 +00:00
dependabot[bot] 3a9d461def
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.59.2 in /memo/js (#4183)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 20:54:57 +00:00
dependabot[bot] bb7474fe17
build(deps-dev): bump @types/node-fetch from 2.6.2 to 2.6.3 in /memo/js (#4174)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 20:45:35 +00:00
dependabot[bot] 4e9ed5d2b5
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /memo/js (#3874)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-03 11:21:02 +00:00
Mateusz Burzyński ff8710e4db
js: move `types` condition to the front (#4149) 2023-05-01 22:20:02 +00:00
dependabot[bot] ce1d998fb1
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /memo/js (#4045)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 13:02:05 +00:00
joeaba 891b4bdad8
chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
dependabot[bot] 280a589907
build(deps): bump json5 from 2.2.1 to 2.2.3 in /memo/js (#3954)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 18:23:30 +01:00
Jordan Sexton a578fc8159
add eslint-plugin-require-extensions (#3543) 2022-08-28 20:38:11 -05:00
Jordan Sexton 65f5b102e8
spl-token: fix CJS imports (#3529)
* token-js: patch version bump

* add CJS package.json; fixes #3522

* alpha version bump

* remove alpha version

* add same postbuild step to memo js

* fix lockfiles
2022-08-24 19:01:19 -05:00
Jordan Sexton 29d316e811
Fix Token program ESM exports (#3508)
* Fix Memo program ESM exports

* fix repository link

* Fix Token program ESM exports

* web3.js is a peer dependency

* memo/ts -> memo/js (same as token)

* add gh-pages dev dep

* add explicit js extensions

* use explicit js imports

* lint fixes for type imports

* fix version

* check in package-lock.json

* check in package-lock.json

* update spl-memo dep

* reorg imports

* move spl-memo to dev deps

* remove editorconfig

* update spl-memo

* update node version in CI

* memo and token use npm now

* use npm ci commands

* reorder imports
2022-08-22 19:07:03 -05:00
Jordan Sexton 48a859bbad
Fix Memo program ESM exports (#3507)
* Fix Memo program ESM exports

* fix repository link

* web3.js is a peer dependency

* memo/ts -> memo/js (same as token)

* add gh-pages dev dep

* fix version

* check in package-lock.json

* remove editorconfig
2022-08-22 17:57:25 -05:00
Jon Cinque 10a70ddb3c
memo-ts: Make everything like token/js (#3479)
* memo-ts: Make everything like token/js

* Address feedback

* Update memo/js/README.md

* Update memo/js/README.md

Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
2022-08-16 14:31:48 -05:00