@almaclaine/core
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@almaclaine/core", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"type": "commonjs", | ||
@@ -8,2 +8,3 @@ "dependencies": { | ||
"@almaclaine/is": "0.0.8", | ||
"@almaclaine/no-op": "0.0.6", | ||
"@almaclaine/types": "0.0.14" | ||
@@ -10,0 +11,0 @@ }, |
@@ -17,1 +17,4 @@ export { append } from './lib/append'; | ||
export { unifyZero } from './lib/unify-zero'; | ||
export { prop } from './lib/prop'; | ||
export { identity } from './lib/identity'; | ||
export { noOp } from '@almaclaine/no-op'; |
@@ -56,2 +56,11 @@ "use strict"; | ||
return _unifyzero.unifyZero; | ||
}, | ||
prop: function() { | ||
return _prop.prop; | ||
}, | ||
identity: function() { | ||
return _identity.identity; | ||
}, | ||
noOp: function() { | ||
return _noop.noOp; | ||
} | ||
@@ -75,3 +84,6 @@ }); | ||
const _unifyzero = require("./lib/unify-zero"); | ||
const _prop = require("./lib/prop"); | ||
const _identity = require("./lib/identity"); | ||
const _noop = require("@almaclaine/no-op"); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@almaclaine/core", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"type": "commonjs", | ||
@@ -8,2 +8,3 @@ "dependencies": { | ||
"@almaclaine/is": "0.0.8", | ||
"@almaclaine/no-op": "0.0.6", | ||
"@almaclaine/types": "0.0.14" | ||
@@ -10,0 +11,0 @@ }, |
@@ -17,1 +17,4 @@ export { append } from './lib/append'; | ||
export { unifyZero } from './lib/unify-zero'; | ||
export { prop } from './lib/prop'; | ||
export { identity } from './lib/identity'; | ||
export { noOp } from '@almaclaine/no-op'; |
@@ -17,3 +17,6 @@ export { append } from './lib/append'; | ||
export { unifyZero } from './lib/unify-zero'; | ||
export { prop } from './lib/prop'; | ||
export { identity } from './lib/identity'; | ||
export { noOp } from '@almaclaine/no-op'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@almaclaine/core", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "commonjs", | ||
@@ -8,2 +8,3 @@ "dependencies": { | ||
"@almaclaine/is": "0.0.8", | ||
"@almaclaine/no-op": "0.0.6", | ||
"@almaclaine/types": "0.0.14" | ||
@@ -10,0 +11,0 @@ }, |
@@ -17,1 +17,4 @@ export { append } from './lib/append'; | ||
export { unifyZero } from './lib/unify-zero'; | ||
export { prop } from './lib/prop'; | ||
export { identity } from './lib/identity'; | ||
export { noOp } from '@almaclaine/no-op'; |
@@ -56,2 +56,11 @@ "use strict"; | ||
return _unifyzero.unifyZero; | ||
}, | ||
prop: function() { | ||
return _prop.prop; | ||
}, | ||
identity: function() { | ||
return _identity.identity; | ||
}, | ||
noOp: function() { | ||
return _noop.noOp; | ||
} | ||
@@ -75,3 +84,6 @@ }); | ||
const _unifyzero = require("./lib/unify-zero"); | ||
const _prop = require("./lib/prop"); | ||
const _identity = require("./lib/identity"); | ||
const _noop = require("@almaclaine/no-op"); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96839
183
1307
4
+ Added@almaclaine/no-op@0.0.6
+ Added@almaclaine/no-op@0.0.6(transitive)