@getlang/get
Advanced tools
Comparing version 0.0.20 to 0.0.21
import fs from 'node:fs'; | ||
import path from 'node:path'; | ||
const path1 = path.join(import.meta.dir, 'package.json'); | ||
const path2 = path.join(import.meta.dir, '..', 'package.json'); | ||
const path1 = path.join(import.meta.dirname, 'package.json'); | ||
const path2 = path.join(import.meta.dirname, '..', 'package.json'); | ||
let json; | ||
@@ -6,0 +6,0 @@ try { |
{ | ||
"name": "@getlang/get", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import fs from 'node:fs' | ||
import path from 'node:path' | ||
const path1 = path.join(import.meta.dir, 'package.json') | ||
const path2 = path.join(import.meta.dir, '..', 'package.json') | ||
const path1 = path.join(import.meta.dirname, 'package.json') | ||
const path2 = path.join(import.meta.dirname, '..', 'package.json') | ||
let json: string | ||
@@ -7,0 +7,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83125