@org-quicko/core 1.0.1 → 1.0.2

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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # core-js
1
+ # core
2
2
  Foundational Node.js library built with TypeScript used across Quicko
3
3
 
4
4
  ## 📦 Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@org-quicko/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A library in typescript for common entities and utilities across Quicko",
5
5
  "author": "Quicko",
6
6
  "main": "dist/cjs/index.cjs",
@@ -138,15 +138,9 @@
138
138
  },
139
139
  "dependencies": {
140
140
  "@date-fns/tz": "^1.1.2",
141
- "@rollup/plugin-commonjs": "^28.0.3",
142
- "@rollup/plugin-node-resolve": "^16.0.1",
143
- "@rollup/plugin-terser": "^0.4.4",
144
- "@rollup/plugin-typescript": "^12.1.2",
145
141
  "class-transformer": "^0.5.1",
146
142
  "class-validator": "^0.14.1",
147
143
  "date-fns": "^4.1.0",
148
- "rollup-plugin-bundle-size": "^1.0.3",
149
- "rollup-plugin-dts": "^6.2.1",
150
144
  "tslib": "^2.8.1",
151
145
  "winston": "^3.17.0"
152
146
  },
@@ -154,7 +148,13 @@
154
148
  "@types/node": "^22.7.0",
155
149
  "@typescript-eslint/eslint-plugin": "^8.17.0",
156
150
  "@typescript-eslint/parser": "^8.17.0",
151
+ "@rollup/plugin-commonjs": "^28.0.3",
152
+ "@rollup/plugin-node-resolve": "^16.0.1",
153
+ "@rollup/plugin-terser": "^0.4.4",
154
+ "@rollup/plugin-typescript": "^12.1.2",
157
155
  "esbuild-plugin-eslint": "^0.3.7",
156
+ "rollup-plugin-bundle-size": "^1.0.3",
157
+ "rollup-plugin-dts": "^6.2.1",
158
158
  "eslint": "^8.2.0",
159
159
  "eslint-config-airbnb": "^19.0.4",
160
160
  "eslint-config-prettier": "^9.1.0",