@native-systems/utility 1.2.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/dist/index.cjs +668 -41
- package/dist/index.d.ts +153 -7
- package/dist/index.esm.js +668 -41
- package/package.json +16 -3
package/README.md
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
# Native
|
|
2
|
-
This package contains utility functions and types, which are used across native
|
|
1
|
+
# Native systems utility package
|
|
2
|
+
This package contains utility functions and types, which are used across native systems (https://aacn.eu) software projects.
|
|
3
|
+
|
|
4
|
+
## Steps to deploy new version
|
|
5
|
+
1. Update package version.
|
|
6
|
+
2. Build project via `yarn build`
|
|
7
|
+
3. Publish build via `npm publish`
|
|
8
|
+
4. Push changes to repository
|