Skip to content

Commit

Permalink
chore : & publish package
Browse files Browse the repository at this point in the history
SIKKA-6593[in progress]
  • Loading branch information
Mansourkira committed Mar 19, 2024
1 parent 3a05ce0 commit 02070f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hajar",
"version": "1.1.64",
"version": "1.1.65",
"description": "Toolkit to create SaaS applications",
"author": "Sikka Software <contact@sikka.io> (http://sikka.io)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const json = require("@rollup/plugin-json");
const replace = require("@rollup/plugin-replace");
const path = require("path");

const LIBRARY_NAME = "Hajar"; // Change with your library's name
const EXTERNAL = []; // Indicate which modules should be treated as external
const GLOBALS = {}; // https://rollupjs.org/guide/en/#outputglobals
const LIBRARY_NAME = "Hajar";
const EXTERNAL = [];
const GLOBALS = {};
const banner = `/*!
* ${pkg.name}
* ${pkg.description}
Expand Down
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import { version } from "../package.json";
describe("Hajar.src.js", () => {
it("should get the library's version", () => {
expect(["1.1.64-beta", "1.1.64"]).toContain(version);
expect(["1.1.65-beta", "1.1.65"]).toContain(version);
});
});
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"noImplicitAny": false,
/* Basic Options */
"target": "es5", // Specify ECMAScript target version
"module": "ESNext", // Specify module code generation
Expand Down

0 comments on commit 02070f3

Please sign in to comment.