Comparing version 1.1.7 to 1.3.0
{ | ||
"name": "axii", | ||
"version": "1.1.7", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -8,4 +8,21 @@ "author": "sskyy <skyking_H@hotmail.com>", | ||
"type": "module", | ||
"types": "index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"dist", | ||
"*.d.ts" | ||
], | ||
"main": "./dist/axii.umd.js", | ||
"module": "./dist/axii.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/axii.es.js", | ||
"require": "./dist/axii.umd.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@iusername/js-deep-clone": "^1.3.1", | ||
"@types/react": "^17.0.37", | ||
"csstype": "^3.0.10", | ||
"fast-json-patch": "^3.0.0-1", | ||
@@ -15,64 +32,21 @@ "immer": "^9.0.1" | ||
"devDependencies": { | ||
"@ariesate/are": "0.0.2", | ||
"@jest/types": "^27.2.5", | ||
"@jsdevtools/version-bump-prompt": "^6.1.0", | ||
"@testing-library/jest-dom": "^5.11.10", | ||
"command-line-args": "^5.1.1", | ||
"esbuild": "^0.9.7", | ||
"esbuild-jest": "^0.5.0", | ||
"jest": "^26.4.2", | ||
"jest": "^27.2.5", | ||
"jest-environment-jsdom": "^27.3.0", | ||
"jquery": "^3.5.1", | ||
"jsdom": "^16.4.0", | ||
"lodash": "^4.17.20", | ||
"pretty-data": "^0.40.0", | ||
"vite": "^2.1.5" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"jsx" | ||
], | ||
"coverageReporters": [ | ||
"text" | ||
], | ||
"moduleDirectories": [ | ||
"<rootDir>/src", | ||
"<rootDir>/node_modules" | ||
], | ||
"moduleNameMapper": { | ||
"\\.(css|less)$": "<rootDir>/src/__mocks__/styleMock.js", | ||
"\\.(gif|ttf|eot|svg)$": "<rootDir>/src/__mocks__/fileMock.js", | ||
"@ariesate/are/(.*)": "<rootDir>/../engine/$1" | ||
}, | ||
"transform": { | ||
"^.+\\.[t|j]sx?$": [ | ||
"esbuild-jest", | ||
{ | ||
"jsxFactory": "createElement", | ||
"jsxFragment": "Fragment" | ||
} | ||
] | ||
}, | ||
"setupFilesAfterEnv": [ | ||
"./jest.setup.js" | ||
] | ||
}, | ||
"scripts": { | ||
"build": "vite build", | ||
"publish:patch": "node ./scripts/publish.js --patch", | ||
"publish:minor": "node ./scripts/publish.js --minor", | ||
"build:dev": "vite build --mode=development", | ||
"release": "pnpm run build && bump --commit \"release: axii v%s\" --push && pnpm publish --no-git-checks", | ||
"test": "jest", | ||
"coverage": "jest --coverage" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/axii.umd.js", | ||
"module": "./dist/axii.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/axii.es.js", | ||
"require": "./dist/axii.umd.js" | ||
} | ||
} | ||
} | ||
} |
@@ -1,12 +0,13 @@ | ||
# Axii | ||
# Axii | ||
Axii is a javascript UI framework. The main features are: | ||
- Using function and jsx to create component, not template. | ||
- Using vue 3 like reactive data as state。Only update related element when data changed, not re-rendering component. | ||
- It provides extending and overwriting mechanism for component to improve efficiency for both component developer and user. | ||
Visit the main site for more detail: | ||
- Using function and jsx to create component, not template. | ||
- Using vue 3 like reactive data as state。Only update related element when data changed, not re-rendering component. | ||
- It provides extending and overwriting mechanism for component to improve efficiency for both component developer and user. | ||
Visit the main site for more detail: | ||
[http://axii.js.org](http://axii.js.org) | ||
More documents is working in progress, help will be appreciated. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
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
294556
6
6226
14
4
11
2
+ Added@types/react@^17.0.37
+ Addedcsstype@^3.0.10
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@17.0.83(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)
- Removed@iusername/js-deep-clone@^1.3.1
- Removed@babel/runtime-corejs3@7.26.7(transitive)
- Removed@iusername/js-deep-clone@1.3.2(transitive)
- Removedcore-js-pure@3.40.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)