@ni-kismet/sl-webapp-nipkg 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # SL WebApp NIPKG
2
2
 
3
- [![npm version](https://badge.fury.io/js/sl-webapp-nipkg.svg)](https://badge.fury.io/js/sl-webapp-nipkg)
3
+ [![JFrog Registry](https://img.shields.io/badge/registry-JFrog-green)](https://pull.artifacts.ni.com/ui/repos/tree/General/npm-remote-cache/.npm/@ni-kismet/sl-webapp-nipkg)
4
4
  [![Tests](https://github.com/ni/sl-webapp-nipkg/actions/workflows/ci.yml/badge.svg)](https://github.com/ni/sl-webapp-nipkg/actions)
5
- ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ni/sl-webapp-nipkg?style=flat-square)
6
- [![license](https://img.shields.io/github/license/ni/sl-webapp-nipkg.svg)](LICENSE)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
6
 
8
7
  A flexible tool for packaging web applications into SystemLink WebApp `.nipkg` format for National Instruments Package Manager. Works with any web application framework including Node.js (React, Angular, Vue), Python (Pyodide), .NET (Blazor), and static HTML sites.
9
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni-kismet/sl-webapp-nipkg",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Build tool for packaging web applications into SystemLink WebApp .nipkg format. Supports Node.js, Python, .NET Blazor, and static sites.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -68,9 +68,9 @@
68
68
  "@ni/eslint-config-javascript": "^5.1.4",
69
69
  "@ni/eslint-config-typescript": "^5.0.5",
70
70
  "@types/fs-extra": "^11.0.4",
71
- "@types/node": "^25.2.1",
71
+ "@types/node": "^25.3.0",
72
72
  "beachball": "^2.63.0",
73
- "eslint": "^9.39.2",
73
+ "eslint": "^9.39.3",
74
74
  "eslint-plugin-tsdoc": "^0.5.0",
75
75
  "typescript": "^5.9.3"
76
76
  }