@descope/angular-sdk
Advanced tools
Comparing version 0.0.0-next-7be68a9b-20231226 to 0.0.0-next-a4c70ed4-20231227
{ | ||
"name": "@descope/angular-sdk", | ||
"version": "0.0.0-next-7be68a9b-20231226", | ||
"version": "0.0.0-next-a4c70ed4-20231227", | ||
"license": "MIT", | ||
@@ -23,2 +23,3 @@ "engines": { | ||
"format-check": "prettier . --check --ignore-path .gitignore", | ||
"prepublishOnly": "npm run build:ci", | ||
"leaks": "bash ./scripts/gitleaks/gitleaks.sh" | ||
@@ -25,0 +26,0 @@ }, |
{ | ||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json", | ||
"dest": "../../dist/angular-sdk", | ||
"dest": "../../dist", | ||
"lib": { | ||
@@ -5,0 +5,0 @@ "entryFile": "src/public-api.ts" |
export const environment = { | ||
buildVersion: '0.0.0' // Placeholder, replaced by pre-build script (setversion.js) | ||
buildVersion: '0.0.0-next-a4c70ed4-20231227' | ||
}; |
const { writeFile } = require('fs'); | ||
const { version } = require('./package.json'); | ||
const { version } = require('./../../package.json'); | ||
const envFile = `export const environment = { | ||
@@ -4,0 +4,0 @@ buildVersion: '${version}' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3137956