siam-ui-utils 1.0.8 → 1.0.9

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 (1) hide show
  1. package/package.json +3 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siam-ui-utils",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "keywords": [
5
5
  "ampf-react",
6
6
  "ampf-utils",
@@ -9,8 +9,8 @@
9
9
  "author": "Ampf Development Team",
10
10
  "license": "MIT",
11
11
  "description": "Conjunto de librerias de componentes utiles para AMPF",
12
- "main": "dist_node/index.js",
13
- "browser": "dist_browser/index.js",
12
+ "main": "dist_browser/index.ts",
13
+ "browser": "dist_browser/index.ts",
14
14
  "types": "dist_browser/index",
15
15
  "homepage": "https://github.com/ampfgit/siam-ui-utils#readme",
16
16
  "repository": {
@@ -19,11 +19,7 @@
19
19
  },
20
20
  "moduleResolution": "nodenext",
21
21
  "scripts": {
22
- "build-browser": "npx tsc src/index.ts --jsx react --outDir dist_browser",
23
- "build": "npm run build-node & npm run build-browser",
24
22
  "cpToDistBrowser": "copyfiles --all src/**/*.* dist_browser",
25
- "test": "vitest --clearScreen",
26
- "test-without-stopping": "vitest --clearScreen --run",
27
23
  "publish-npm": "npm run cpToDistBrowser & npm publish"
28
24
  },
29
25
  "dependencies": {