@dbpath/pathparser
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -1,1 +0,3 @@ | ||
declare const replaceme = "replace me"; | ||
export * from './src/path'; | ||
export * from './src/parser'; | ||
export * from './src/tokeniser'; |
@@ -1,4 +0,19 @@ | ||
//Often this will be just a series of exports like | ||
//export * from './src/..' | ||
//In the meantime this is a placeholder for the real code | ||
const replaceme = 'replace me'; | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/path"), exports); | ||
__exportStar(require("./src/parser"), exports); | ||
__exportStar(require("./src/tokeniser"), exports); |
{ | ||
"name": "@dbpath/pathparser", | ||
"description": "", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "dist/index", | ||
@@ -20,4 +20,4 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@dbpath/types": "0.2.2", | ||
"@dbpath/utils": "0.2.2" | ||
"@dbpath/types": "0.2.3", | ||
"@dbpath/utils": "0.2.3" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
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
29349
655
+ Added@dbpath/types@0.2.3(transitive)
+ Added@dbpath/utils@0.2.3(transitive)
- Removed@dbpath/types@0.2.2(transitive)
- Removed@dbpath/utils@0.2.2(transitive)
Updated@dbpath/types@0.2.3
Updated@dbpath/utils@0.2.3