"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "package.json" between
i18next-22.4.11.tar.gz and i18next-22.4.12.tar.gz

About: i18next is an internationalization framework for browser or any other javascript environment.

package.json  (i18next-22.4.11):package.json  (i18next-22.4.12)
{ {
"name": "i18next", "name": "i18next",
"version": "22.4.11", "version": "22.4.12",
"description": "i18next internationalization framework", "description": "i18next internationalization framework",
"main": "./dist/cjs/i18next.js", "main": "./dist/cjs/i18next.js",
"module": "./dist/esm/i18next.js", "module": "./dist/esm/i18next.js",
"types": "./index.d.ts", "types": "./index.d.ts",
"exports": { "exports": {
"./package.json": "./package.json", "./package.json": "./package.json",
".": { ".": {
"types": "./index.d.ts", "types": "./index.d.ts",
"import": "./dist/esm/i18next.js", "import": "./dist/esm/i18next.js",
"require": "./dist/cjs/i18next.js" "require": "./dist/cjs/i18next.js"
skipping to change at line 118 skipping to change at line 118
"test": "npm run lint && npm run test:new && npm run test:compat", "test": "npm run lint && npm run test:new && npm run test:compat",
"test:new": "karma start karma.conf.js --singleRun", "test:new": "karma start karma.conf.js --singleRun",
"test:compat": "karma start karma.backward.conf.js --singleRun", "test:compat": "karma start karma.backward.conf.js --singleRun",
"test:typescript": "tslint --project tsconfig.json", "test:typescript": "tslint --project tsconfig.json",
"test:typescript:customtypes": "tslint --project test/typescript/custom-type s/tsconfig.json", "test:typescript:customtypes": "tslint --project test/typescript/custom-type s/tsconfig.json",
"test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop. json", "test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop. json",
"tdd": "karma start karma.conf.js", "tdd": "karma start karma.conf.js",
"tdd:compat": "karma start karma.backward.conf.js", "tdd:compat": "karma start karma.backward.conf.js",
"build": "rimraf dist && rollup -c && echo '{\"type\":\"module\"}' > dist/es m/package.json && cpy \"./dist/umd/*.js\" ./", "build": "rimraf dist && rollup -c && echo '{\"type\":\"module\"}' > dist/es m/package.json && cpy \"./dist/umd/*.js\" ./",
"fix_dist_package": "node -e 'console.log(`{\"type\":\"module\",\"version\": \"${process.env.npm_package_version}\"}`)' > dist/esm/package.json", "fix_dist_package": "node -e 'console.log(`{\"type\":\"module\",\"version\": \"${process.env.npm_package_version}\"}`)' > dist/esm/package.json",
"preversion": "npm run build && git push", "preversion": "npm run test && npm run build && git push",
"postversion": "npm run fix_dist_package && git push && git push --tags && n pm run release", "postversion": "npm run fix_dist_package && git push && git push --tags && n pm run release",
"prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"", "prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"",
"prepare": "husky install", "prepare": "husky install",
"release": "gh-release" "release": "gh-release"
}, },
"author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl )", "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl )",
"license": "MIT", "license": "MIT",
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js,json,md}": "prettier --write" "*.{ts,tsx,js,json,md}": "prettier --write"
} }
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)