waterthetrees / wtt_server

Water The Trees Postgres/Express/Node.js backend
https://waterthetrees.com
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Replace local id creation with @waterthetrees/tree-id package #100

Closed jazhen closed 2 years ago

jazhen commented 2 years ago

Use createIdForTree from our new npm package @waterthetrees/tree-id instead of the local tree/id.js. You can't republish the same version again even if you unpublish the package completely, so we'll have to start on version 1.0.5.

https://www.npmjs.com/package/@waterthetrees/tree-id

Verified creating a tree, which uses createIdForTree, still works.

image