0.0.15 • Published 4 years ago

@superhuman/shared v0.0.15

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

This directory is there to hold the shared libraries between web, backend, and iOS.

Publish

  • Log into npm with an account that has publish permissions (if you don't have this, create one and ask Conrad) (npm login)
  • Bump the version number in package.json
  • Run npm publish

Tests

Web tests should be run with the web test suite as detailed in ../README.md

To run iOS tests against the updated library:

  • start Xcode (make sure you have the latest version, ask the iOS team if you don't)
  • run yarn build to build the shared.js file
  • go to ios/Superhuman/SuperhumanLib/ and run yarn build
  • copy shared/build/shared.js into ios/Superhuman/SuperhumanLib/node_modules/@superhuman/shared/build/shared.js
cp build/shared.js ../../ios/Superhuman/SuperhumanLib/node_modules/@superhuman/shared/build/shared.js
  • run yarn build from ios/Superhuman/SuperhumanLib/
  • run the tests from Xcode:
    • open the ios project
    • Select Product>Test

Backend

See https://github.com/superhuman/backend/tree/master/lib/js

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago