Comparing version 0.5.0-alpha.9 to 0.5.0-alpha.10
{ | ||
"name": "kryo", | ||
"version": "0.5.0-alpha.9", | ||
"version": "0.5.0-alpha.10", | ||
"description": "Serialization for documents.", | ||
"main": "dist/lib-es2015/lib/index.es2015.js", | ||
"types": "dist/lib-es2015/lib/index.es2015.d.ts", | ||
"browser": "dist/lib-es5/lib/index.es5.js", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -13,10 +12,10 @@ "type": "git", | ||
"scripts": { | ||
"prepare": "gulp all:tsconfig.json && gulp :tslint.json && gulp all:dist", | ||
"test": "gulp :lint && gulp lib-test", | ||
"prepare": "gulp all:tsconfig.json && gulp :tslint.json", | ||
"test": "gulp :lint && gulp test", | ||
"prestart": "gulp main:build", | ||
"start": "node build/main/main/main.js", | ||
"start": "npm test", | ||
"prepublishOnly": "npm test", | ||
":lint": "gulp :lint", | ||
"typedoc": "typedoc --includeDeclarations --out docs/api --module commonjs --target es2015 --exclude '**/*.spec.ts' --mode modules --name Kryo --readme README.md src/lib/", | ||
"gh-pages": "rm -rf build/gh-pages/ && typedoc --includeDeclarations --out build/gh-pages/ --module commonjs --target es2015 --exclude '**/*.spec.ts' --mode modules --name Kryo --readme README.md src/lib/ && touch build/gh-pages/.nojekyll && cp -r build/gh-pages/. dist/gh-pages/" | ||
"typedoc": "npm run gulp lib:dist && cd dist/lib && typedoc --includeDeclarations --out docs --module commonjs --target es2015 --mode modules --name Kryo --readme README.md .", | ||
"gh-pages": "npm run gulp lib:dist && rm -rf build/gh-pages/ && cd dist/lib && typedoc --includeDeclarations --out ../../build/gh-pages/ --module commonjs --target es2015 --mode modules --name Kryo --readme README.md . && cd ../.. && touch build/gh-pages/.nojekyll && cp -r build/gh-pages/. dist/gh-pages/" | ||
}, | ||
@@ -33,6 +32,6 @@ "pre-commit": { | ||
"@types/unorm": "^1.3.27", | ||
"incident": "^2.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"bson": "^1.0.4", | ||
"es6-shim": "^0.35.3", | ||
"incident": "^2.0.0", | ||
"punycode": "^2.1.0", | ||
"unorm": "^1.4.1" | ||
@@ -43,10 +42,14 @@ }, | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^8.0.20", | ||
"@types/qs": "^6.2.31", | ||
"chai": "^3.5.0", | ||
"demurgos-web-build-tools": "^0.14.2", | ||
"demurgos-web-build-tools": "^0.15.0-beta.3", | ||
"gulp": "github:gulpjs/gulp#4.0", | ||
"gulp-cli": "^1.4.0", | ||
"pre-commit": "^1.2.2", | ||
"qs": "^6.4.0", | ||
"typescript": "^2.3.2" | ||
"ts-node": "^3.3.0", | ||
"typedoc": "^0.8.0", | ||
"typescript": "^2.4.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5
649406
13
136
9856
2
0
1
+ Added@types/node@22.13.4(transitive)
- Removedbson@^1.0.4
- Removedes6-shim@^0.35.3
- Removedpunycode@^2.1.0
- Removedunorm@^1.4.1
- Removed@types/node@22.13.2(transitive)
- Removedes6-shim@0.35.8(transitive)
- Removedpunycode@2.3.1(transitive)