fix(core): update
This commit is contained in:
		@@ -64,7 +64,7 @@ testBuild:
 | 
				
			|||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci node install stable
 | 
					    - npmci node install stable
 | 
				
			||||||
    - npmci npm install
 | 
					    - npmci npm install
 | 
				
			||||||
    - npmci command npm run build
 | 
					    - npmci npm build
 | 
				
			||||||
  coverage: /\d+.?\d+?\%\s*coverage/
 | 
					  coverage: /\d+.?\d+?\%\s*coverage/
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - docker
 | 
					    - docker
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,6 @@
 | 
				
			|||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@pushrocks/smartstring": "^4.0.5",
 | 
					    "@pushrocks/smartstring": "^4.0.5",
 | 
				
			||||||
    "@types/buffer-json": "^2.0.1",
 | 
					    "@types/buffer-json": "^2.0.1",
 | 
				
			||||||
    "@types/lodash.clonedeep": "^4.5.7",
 | 
					 | 
				
			||||||
    "buffer-json": "^2.0.0",
 | 
					    "buffer-json": "^2.0.0",
 | 
				
			||||||
    "fast-json-stable-stringify": "^2.1.0",
 | 
					    "fast-json-stable-stringify": "^2.1.0",
 | 
				
			||||||
    "lodash.clonedeep": "^4.5.0"
 | 
					    "lodash.clonedeep": "^4.5.0"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1318
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1318
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -21,7 +21,6 @@ Code Style | [](htt
 | 
				
			|||||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
 | 
					PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
 | 
				
			||||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
 | 
					PackagePhobia (package size on registry) | [](https://lossless.cloud)
 | 
				
			||||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
 | 
					BundlePhobia (total size when bundled) | [](https://lossless.cloud)
 | 
				
			||||||
Platform support | [](https://lossless.cloud) [](https://lossless.cloud)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -60,7 +59,6 @@ We are always happy for code contributions. If you are not the code contributing
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For further information read the linked docs at the top of this readme.
 | 
					For further information read the linked docs at the top of this readme.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
 | 
					## Legal
 | 
				
			||||||
 | 
					> MIT licensed | **©** [Task Venture Capital GmbH](https://task.vc)
 | 
				
			||||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
 | 
					| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
 | 
				
			||||||
 | 
					 | 
				
			||||||
[](https://maintainedby.lossless.com)
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,6 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
export const commitinfo = {
 | 
					export const commitinfo = {
 | 
				
			||||||
  name: '@pushrocks/smartjson',
 | 
					  name: '@pushrocks/smartjson',
 | 
				
			||||||
  version: '5.0.5',
 | 
					  version: '5.0.6',
 | 
				
			||||||
  description: 'typed json handlers'
 | 
					  description: 'typed json handlers'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user