JavaScript Game Engine
PHP client for EasyPost API v2
My Advent of Code 2019!
EasyPost API for node.js, even comes with a sexy CLI. Boom.
Wrapper of marked - A markdown parser and compiler. Built for speed.
created tagEasyPost/easypost-node
EasyPost Shipping API Client Library for Node
created time in a day
push eventEasyPost/easypost-node
commit sha e7415955bd2df28ccc6ac45ada83cfcafddd05bb
fix date
commit sha 172cfb7d6e6db654c565fa34ec72f6c0ececc42b
Merge pull request #181 from EasyPost/fix-release-date corrects release date in CHANGELOG
push time in a day
PR merged EasyPost/easypost-node
Corrects release date in CHANGELOG
pr closed time in a day
push eventEasyPost/easypost-node
commit sha 0499bb878b4a456dba13340a7a6e587b2c3a3455
chore: version bump to 3.11.2
commit sha 40a724fc0ea56220644be53b64d1bddfb55a9ede
Merge pull request #180 from Justintime50/version_bump chore: version bump to 3.11.2
push time in a day
PR merged EasyPost/easypost-node
Version bump:
- Corrects the
usps_zonepropType from integer to number
pr closed time in a day
PR opened EasyPost/easypost-node
- Corrects the
usps_zonepropType from integer to number
pr created time in 2 days
push eventEasyPost/easypost-node
commit sha d8d098b83f93f98534ee34dd7eb3354cb0f80371
fix: changes usps_zone from integer to number type
commit sha bf8838c2ef4d7a1be0152b131b70fb9f52cbe064
Merge pull request #179 from Justintime50/fix_usps_zone_type fix: changes usps_zone from integer to number type
push time in 2 days
PR merged EasyPost/easypost-node
Apparently the propType of an integer is supposed to be a number here: https://www.npmjs.com/package/prop-types
Fixes the usps_zone field type.
pr closed time in 2 days
PR opened EasyPost/easypost-node
Apparently the propType of an integer is supposed to be a number here: https://www.npmjs.com/package/prop-types
Fixes the usps_zone field type.
pr created time in 2 days
created tagEasyPost/easypost-node
EasyPost Shipping API Client Library for Node
created time in 2 days
PR opened EasyPost/easypost-ruby
- Adds releasing info to the README
- Cleans up the README to follow the styles of our other CLs
- Makes the CHANGELOG markdown
pr created time in 2 days
push eventEasyPost/easypost-node
commit sha 7b62f5a2af8c7073eeb2f90b95fe1dcbe67c0120
Bump version to 3.11.1
commit sha 3457d567a970d7f53dec91dc10f21c00a17943ee
remove progress commit message
commit sha df10f0fa9295e39482bdc1529275f073188a953a
Merge pull request #176 from EasyPost/version-bump-3.11.1 Bump version to 3.11.1 so we can repackage and republish
push time in 2 days
PR merged EasyPost/easypost-node
Version bump so we can rebuild the assets that weren't published in v3.11.0
Closes #175
pr closed time in 2 days
issue closedEasyPost/easypost-node
easypost.js file is missing in the build
0|main | Error: Cannot find module './easypost.js'
0|main | Require stack:
0|main | - /home/ubuntu/node_modules/@easypost/api/index.js
Index.js file is importing easypost.js which is not present in the api directory.
closed time in 2 days
deepak-quopush eventEasyPost/easypost-node
commit sha 3457d567a970d7f53dec91dc10f21c00a17943ee
remove progress commit message
push time in 2 days
Pull request review commentEasyPost/easypost-node
Bump version to 3.11.1 so we can repackage and republish
## CHANGELOG +### 3.11.1 2021-06-11++* Re-package to fix missing file+* add "prepublishOnly" script and ignore all build assets (#177)+* fix: switch "package" to "prepublishOnly"
This line shouldn't be here, this was just the commit message and not for the CHANGELOG
comment created time in 2 days
push eventEasyPost/easypost-node
commit sha 30255c3e580eb915e7ad20e9a57bb5a8e0691a5a
pin to @easypost/build == 2.6.4 to fix a regression introduced by bumping mini-css-extract-plugin
commit sha 64a185c72be8b26cfec62c0ac50af93d8f2e17c0
Merge pull request #178 from EasyPost/pin-easypost-build pin to @easypost/build == 2.6.4 to fix a regression introduced by bumping mini-css-extract-plugin
commit sha c470a1617ac36ccbe4e818e81f7264aed3eeceb9
fix: add "prepublishOnly" script and ignore all assets (#177) * fix: add "package" script and ignore all assets * fix: switch "package" to "prepublishOnly" * docs: adds info about built docs to README
commit sha 7b62f5a2af8c7073eeb2f90b95fe1dcbe67c0120
Bump version to 3.11.1
push time in 2 days
push eventEasyPost/easypost-node
commit sha c470a1617ac36ccbe4e818e81f7264aed3eeceb9
fix: add "prepublishOnly" script and ignore all assets (#177) * fix: add "package" script and ignore all assets * fix: switch "package" to "prepublishOnly" * docs: adds info about built docs to README
push time in 2 days
PR merged EasyPost/easypost-node
- Adds a
prepublishOnlyscript which will build the assets and run tests automatically whennpm publishis run. If the build or tests fail, the publish step will be skipped. This will ensure that we can't publish again without first building the project - Updates the documentation surrounding releasing
- Git ignores all assets instead of half of them
pr closed time in 2 days
push eventEasyPost/easypost-node
commit sha 30255c3e580eb915e7ad20e9a57bb5a8e0691a5a
pin to @easypost/build == 2.6.4 to fix a regression introduced by bumping mini-css-extract-plugin
commit sha 64a185c72be8b26cfec62c0ac50af93d8f2e17c0
Merge pull request #178 from EasyPost/pin-easypost-build pin to @easypost/build == 2.6.4 to fix a regression introduced by bumping mini-css-extract-plugin
push time in 2 days
PR merged EasyPost/easypost-node
Pins @easypost/build to 2.6.4 to fix a regression introduced by bumping mini-css-extract-plugin in 2.6.6
pr closed time in 2 days
pull request commentEasyPost/easypost-node
fix: add "prepublishOnly" script and ignore all assets
Great callout @Roguelazer, we'll make sure to upload the assets on releases from this point forward. I've also made adjustments to the README per your suggestion.
comment created time in 2 days
pull request commentEasyPost/easypost-node
fix: add "prepublishOnly" script and ignore all assets
If we gitignore those assets, we will have to communicate that people can only download the pre-built JS from the GitHub Releases page instead of just by cloning the repo... Perhaps add a note to the README saying something to that effect?
comment created time in 2 days