1.0.14 • Published 3 years ago

sphdomain v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

npm run test npm run test-single

To publish package to npm:

  1. change version
  2. npm run build
  3. npm publish

During development link domain localy:

  1. Remove sphdomain from package.json dependencies
  2. rm node_modules
  3. npm i
  4. npm link ../domain - sphere_web
  5. npm link ../../domain - eth-interface/app

To update domain during dev in target project:

  1. Remove sphdomain from package.json dependencies - sphere_web || eth-interface/app
  2. rm -rf dist
  3. npm run build
  4. npm unlink sphdomain - sphere_web || eth-interface/app
  5. npm link ../domain - sphere_web
  6. npm link ../../domain - eth-interface/app

Using on local dev link this proj as explained here: https://www.tsmean.com/articles/how-to-write-a-typescript-library/local-consumer/

To push new changes to master or staging:

  1. publish package
  2. npm unlink sphdomain - sphere_web & eth-interface/app
  3. npm i sphdomain - sphere_web & eth-interface/app
1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago