@aidc-toolkit/core 0.9.13-beta → 0.9.14-beta

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 +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aidc-toolkit/core",
3
- "version": "0.9.13-beta",
3
+ "version": "0.9.14-beta",
4
4
  "description": "Core functionality for AIDC Toolkit",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,14 +19,16 @@
19
19
  "url": "https://www.linkedin.com/in/kdean"
20
20
  },
21
21
  "scripts": {
22
- "lint": "eslint .",
23
- "build:core": "tsup src/index.ts --format cjs,esm --dts --clean",
24
- "build:dev": "npm run build:core && tsc src/index.ts --outDir dist --target esnext --moduleResolution nodenext --module nodenext --emitDeclarationOnly --declaration --declarationMap",
22
+ "update-aidc-toolkit": "npm update @aidc-toolkit/dev",
23
+ "lint": "eslint",
24
+ "build:core": "tsup --config node_modules/@aidc-toolkit/dev/tsup.config.ts",
25
+ "build:dev": "npm run build:core && tsc --project node_modules/@aidc-toolkit/dev/tsconfig-declaration.json",
25
26
  "build:release": "npm run build:core -- --minify",
27
+ "build:doc": "npm run build:dev",
26
28
  "publish-dev": "publish-dev"
27
29
  },
28
30
  "devDependencies": {
29
- "@aidc-toolkit/dev": "^0.9.13-beta"
31
+ "@aidc-toolkit/dev": "^0.9.14-beta"
30
32
  },
31
33
  "dependencies": {
32
34
  "i18next": "^24.2.2",