Skip to content

Commit b355d4d

Browse files
committed
0.2.0 release
1 parent 2f51014 commit b355d4d

File tree

4 files changed

+88
-441
lines changed

4 files changed

+88
-441
lines changed

package-lock.json

Lines changed: 85 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typhonjs-utils/object",
33
"description": "Provides common object manipulation utility functions and TypeScript type guards.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "MPL-2.0",
66
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
77
"contributors": [
@@ -28,7 +28,7 @@
2828
"@vitest/ui": "^3.0.5",
2929
"cross-env": "^7.0.3",
3030
"klona": "^2.0.6",
31-
"rollup": "^4.34.2",
31+
"rollup": "^4.34.6",
3232
"tslib": "^2.8.1",
3333
"typescript" : "^5.7.3",
3434
"vitest": "^3.0.5"
@@ -37,8 +37,7 @@
3737
"node": ">=18"
3838
},
3939
"files": [
40-
"/dist",
41-
"/types"
40+
"/dist"
4241
],
4342
"homepage": "https://github.com/typhonjs-node-utils/object#readme",
4443
"keywords": [

0 commit comments

Comments
 (0)