@build-in-blocks/dev.resources 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.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @build-in-blocks/dev.resources
2
2
 
3
- [![All Contributors](https://img.shields.io/github/all-contributors/build-in-blocks/dev.resources?color=ee8449&style=flat-square)](#contributors)
3
+ ![Latest Version](https://img.shields.io/npm/v/@build-in-blocks/dev.resources.svg?label=latest&color=brightgreen&style=flat-square) [![Npm package total downloads](https://flat.badgen.net/npm/dt/@build-in-blocks/dev.resources?color=blue)](https://npmjs.com/package/@build-in-blocks/dev.resources) ![build passing](https://img.shields.io/badge/build-passing-brightgreen?style=flat-square)
4
4
 
5
- [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/build-in-blocks/dev.resources/blob/develop/docs.contributors/README.md) [![License: AGPL v3.0](https://img.shields.io/badge/license-AGPL%20v3.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) ![build passing](https://img.shields.io/badge/build-passing-brightgreen?style=flat)
5
+ [![License: AGPL v3.0](https://img.shields.io/badge/license-AGPL%20v3.0-blue.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0) [![All Contributors](https://img.shields.io/github/all-contributors/build-in-blocks/dev.resources?color=ee8449&style=flat-square)](#contributors) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/build-in-blocks/dev.resources/blob/develop/docs.contributors/README.md)
6
6
 
7
7
  #
8
8
 
@@ -1,6 +1,6 @@
1
1
  export interface BlocksConfig {
2
2
  devBuild?: {
3
- srcFolderRoot?: string;
3
+ srcCodeFolder?: string;
4
4
  entryFileName?: string;
5
5
  };
6
6
  }
@@ -1,5 +1,5 @@
1
1
  export declare const _default: {
2
- srcFolderRoot: string;
2
+ srcCodeFolder: string;
3
3
  entryFileName: string;
4
4
  fileExtension: string;
5
5
  };
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports._default = void 0;
4
4
  exports._default = {
5
- srcFolderRoot: 'src',
5
+ srcCodeFolder: 'src',
6
6
  entryFileName: 'index',
7
7
  //-
8
8
  fileExtension: '.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-in-blocks/dev.resources",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Shared @build-in-blocks framework Typescript code development library.",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.js",