@jsonlang/array
Advanced tools
Comparing version 0.0.11 to 0.0.13
{ | ||
"name": "@jsonlang/array", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"description": "JsonLang Extension for Array/Collection Operations", | ||
@@ -23,3 +23,3 @@ "funding": [ | ||
"scripts": { | ||
"start": "concurrently --handle-input \"wait-on dist/index.js && nodemon\" \"tsc -w\" ", | ||
"start": "nodemon --exec ts-node --swc src/index.ts", | ||
"build": "rimraf ./dist/ && tsc", | ||
@@ -53,2 +53,3 @@ "release": "npm run build && npm publish --access public", | ||
"devDependencies": { | ||
"@swc/core": "1.3.82", | ||
"@types/jest": "^29.1.0", | ||
@@ -62,2 +63,3 @@ "@types/node": "^18.7.23", | ||
"ts-node": "^10.9.1", | ||
"ts-node-dev": "^2.0.0", | ||
"tsconfig-paths": "^4.1.0", | ||
@@ -68,5 +70,5 @@ "typescript": "^4.8.4", | ||
"dependencies": { | ||
"@jsonlang/core": "^0.0.12" | ||
"@jsonlang/core": "^0.0.14" | ||
}, | ||
"gitHead": "229b1978e8c7e0475a21605c49b88e179f54524c" | ||
"gitHead": "b5cf0dfeffb23d317f7f11256b3814a7e468d7f9" | ||
} |
47437
13
+ Added@jsonlang/core@0.0.14(transitive)
- Removed@jsonlang/core@0.0.12(transitive)
Updated@jsonlang/core@^0.0.14