@softwear/latestcollectioncore 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ declare const calculateCheckDigit: (baseNumberAsString: string) => number;
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Core functions for LatestCollections applications",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/tsconfig.json CHANGED
@@ -9,7 +9,7 @@
9
9
  // "allowJs": true, /* Allow javascript files to be compiled. */
10
10
  // "checkJs": true, /* Report errors in .js files. */
11
11
  // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */
12
- // "declaration": true, /* Generates corresponding '.d.ts' file. */
12
+ "declaration": true /* Generates corresponding '.d.ts' file. */,
13
13
  // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
14
14
  // "sourceMap": true, /* Generates corresponding '.map' file. */
15
15
  // "outFile": "./", /* Concatenate and emit output to single file. */