This commit is contained in:
Philipp Kunz 2024-04-30 17:50:58 +02:00
parent be2082e728
commit 329add7000
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@push.rocks/smartyaml", "name": "@push.rocks/smartyaml",
"version": "3.0.3", "version": "3.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartyaml", "name": "@push.rocks/smartyaml",
"version": "3.0.3", "version": "3.0.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartyaml", "name": "@push.rocks/smartyaml",
"version": "3.0.3", "version": "3.0.4",
"private": false, "private": false,
"description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.", "description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",