Compare commits

..

No commits in common. "master" and "v3.0.2" have entirely different histories.

3 changed files with 8 additions and 8 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@push.rocks/smartyaml", "name": "@push.rocks/smartyaml",
"version": "3.0.4", "version": "3.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartyaml", "name": "@push.rocks/smartyaml",
"version": "3.0.4", "version": "3.0.2",
"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.4", "version": "3.0.2",
"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",
@ -8,11 +8,11 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "(tstest test/ --web)", "test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)" "build": "(tsbuild --web)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://code.foss.global/push.rocks/smartyaml.git" "url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git"
}, },
"keywords": [ "keywords": [
"YAML", "YAML",
@ -30,7 +30,7 @@
"bugs": { "bugs": {
"url": "https://gitlab.com/pushrocks/smartyaml/issues" "url": "https://gitlab.com/pushrocks/smartyaml/issues"
}, },
"homepage": "https://code.foss.global/push.rocks/smartyaml", "homepage": "https://gitlab.com/pushrocks/smartyaml#README",
"dependencies": { "dependencies": {
"yaml": "^2.4.2" "yaml": "^2.4.2"
}, },

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartyaml', name: '@push.rocks/smartyaml',
version: '3.0.4', version: '3.0.2',
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.'
} }