Skip to content

Commit

Permalink
New version 0.0.23 Read more https://github.com/mappable-world/mappab…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Oct 12, 2023
1 parent ce93bcd commit 8e8ee39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.22",
"version": "0.0.23",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function create() {

const macros: Macros = {
YEAR: new Date().getFullYear(),
UTILS_VERSION: require('../package.json').version,
UTILS_VERSION: require('../../package.json').version,
PACKAGE_VERSION: '0.0.1-beta.1',
PACKAGE_NAME: packageName,
PACKAGE_NAME_ENC: encodeURIComponent(packageName)
Expand Down

0 comments on commit 8e8ee39

Please sign in to comment.