0.9.82 • Published 2 years ago

@nudata/nudata-assets v0.9.82

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

What is this

Holds some assets required for the nudata app

Currently following assets are published 1. nudata_bundle javascript and css from git@bitbucket.org:shyamsfo/vue-sfdc-nudata.git 2. knex_browser javascript from git@bitbucket.org:shyamsfo/knex-for-browser.git 3. duck_wasm javascript from git@github.com:duckdb-wasm-examples/duckdbwasm-vitebrowser.git

git@bitbucket.org:shyamsfo/vue-sfdc-nudata.git also has some scripts to publish directly instead of using this repo

Installation and usage

Run from html directly using:

<script type="module" crossorigin="" src="https://www.your_fav_cdn.com/@nudata/nudata-assets/0.9.4/duck_entry.js"></script>
<script src="https://mac.nuwire.dev/nudata/js/nudata_bundle.js" defer="defer"></script>

Development Setup

  1. Clone the repo.
  2. yarn install to install required dependencies

Building

Build environment:

[HOME-MAC 08:04:33 /Users/shyam/devel/nodejs/nudata-builder   (master) 73]nvm --version
0.38.0
[HOME-MAC 08:04:37 /Users/shyam/devel/nodejs/nudata-builder   (master) 74]yarn --version
1.22.19
[HOME-MAC 08:04:41 /Users/shyam/devel/nodejs/nudata-builder   (master) 75]node --version
v14.18.0
[HOME-MAC 08:04:47 /Users/shyam/devel/nodejs/nudata-builder   (master) 76]node_modules/.bin/webpack --version

  System:
    OS: macOS 13.1
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 20.20 MB / 16.00 GB
  Binaries:
    Node: 14.18.0 - ~/.nvm/versions/node/v14.18.0/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 6.14.15 - ~/.nvm/versions/node/v14.18.0/bin/npm
  Browsers:
    Chrome: 111.0.5563.146
    Firefox: 111.0.1
    Safari: 16.2
  Packages:
    copy-webpack-plugin: ^6.1.0 => 6.4.1
    exports-loader: ^3.1.0 => 3.1.0
    html-webpack-plugin: ^4.4.1 => 4.5.2
    webpack: 5.75.0 => 5.75.0
    webpack-cli: 5.0.1 => 5.0.1
    webpack-dev-server: ^4.11.1 => 4.11.1

Publishing assets

  1. Copy over the assets from other repositories into assets/css and assets/js
  2. Use the scripts/copy.sh as appropriate
  3. yarn publish to publish the repo
  4. Check on npmjs and unpkg to make sure the new version is available
  5. yarn tag add <version> <tag> to add the tag such as beta or sfdc
  6. yarn tl to list the tags
  7. Use the packages in your other projects
  8. yarn build will build the system.
  9. yarn publish ---access=public to publish to the repo.

Publish

  1. First commit all the code using git add . and git commit -m "Commit message"
  2. Then run yarn publish --access public
  3. This will ask for new version number
  4. package.json will be updated with new version number and a new commit will be done
  5. prepublish will be run that will do the clean build
  6. package will be published
  7. git push (including tags) will be done.
  8. Verify package has been published at https://www.npmjs.com/package/@shyamsfo/nudata

More Info

Coming soon.

0.9.82

2 years ago

0.9.15

2 years ago

0.9.81

2 years ago

0.9.75

2 years ago

0.9.76

2 years ago

0.9.77

2 years ago

0.9.70

2 years ago

0.9.71

2 years ago

0.9.72

2 years ago

0.9.67

2 years ago

0.9.68

2 years ago

0.9.69

2 years ago

0.9.65

2 years ago

0.9.66

2 years ago

0.9.34

2 years ago

0.9.35

2 years ago

0.9.13

2 years ago

0.9.36

2 years ago

0.9.14

2 years ago

0.9.37

2 years ago

0.9.52

2 years ago

0.9.30

2 years ago

0.9.31

2 years ago

0.9.32

2 years ago

0.9.33

2 years ago

0.9.38

2 years ago

0.9.39

2 years ago

0.9.50

2 years ago

0.9.51

2 years ago

0.9.45

2 years ago

0.9.46

2 years ago

0.9.47

2 years ago

0.9.48

2 years ago

0.9.63

2 years ago

0.9.41

2 years ago

0.9.64

2 years ago

0.9.42

2 years ago

0.9.43

2 years ago

0.9.44

2 years ago

0.9.49

2 years ago

0.9.29

2 years ago

0.9.60

2 years ago

0.9.61

2 years ago

0.9.40

2 years ago

0.9.12

2 years ago

0.9.11

2 years ago

0.9.10

2 years ago

0.9.9

2 years ago

0.9.8

2 years ago

0.9.7

2 years ago

0.9.6

2 years ago

0.9.5

2 years ago

0.9.4

2 years ago