Skip to content

Commit 08d6339

Browse files
Packaging: fixed/simplificated exports in package.json
1 parent 0008f59 commit 08d6339

37 files changed

Lines changed: 55 additions & 54 deletions

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"docpath",
2222
"ERRLEVEL",
2323
"esmbundle",
24+
"esversion",
2425
"externalobject",
2526
"externalobjectmetadata",
2627
"extfile",
@@ -65,6 +66,7 @@
6566
"sysinfo",
6667
"sysparams",
6768
"treeview",
69+
"tvfz",
6870
"uipublic",
6971
"undoredo",
7072
"UPDATEALL",

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Simplicité Software](https://platform.simplicite.io/logos/logo250-grey.png)
1+
![Simplicité Software](https://platform.simplicite.io/logos/logo250-grey.png)
22
* * *
33

44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicitesoftware_javascript-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicitesoftware_javascript-api)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
![Simplicité Software](https://platform.simplicite.io/logos/logo250-grey.png)
1+
![Simplicité Software](https://platform.simplicite.io/logos/logo250-grey.png)
22
* * *
33

44
<a href="https://www.simplicite.io"><img src="https://img.shields.io/badge/author-Simplicite_Software-blue.svg?style=flat-square" alt="Author"></a>&nbsp;<img src="https://img.shields.io/badge/license-Apache--2.0-orange.svg?style=flat-square" alt="License">
55

6-
Simplicit&eacute; JavaScript API for node.js and web browsers
6+
Simplicité JavaScript API for node.js and web browsers
77
======================================================
88

99
Introduction
1010
------------
1111

12-
This is the node.js&reg; &amp; browser **JavaScript API client module** for the [Simplicit&eacute;&reg; platform](https://www.simplicitesoftware.com).
12+
This is the node.js&reg; &amp; browser **JavaScript API client module** for the [Simplicité&reg; platform](https://www.simplicitesoftware.com).
1313

1414
Usage
1515
-----
@@ -53,15 +53,15 @@ For more advanced usage demos, check these repositories:
5353
- [Angular&reg; demo](https://github.com/simplicitesoftware/angular-demo)
5454
- **Native**:
5555
- [ReactNative&reg; demo](https://github.com/simplicitesoftware/react-native-demo)
56-
- From within the **Simplicit&eacute;&reg; generic web UI**:
56+
- From within the **Simplicité&reg; generic web UI**:
5757
- [Demo module](https://github.com/simplicitesoftware/module-demo-jslib)
5858

5959
See the [documentation](https://simplicitesoftware.github.io/javascript-api/) for details.
6060

6161
License
6262
-------
6363

64-
Copyright 2014-2024 Simplicit&eacute; Software
64+
Copyright 2014-2024 Simplicité Software
6565

6666
Licensed under the Apache License, Version 2.0 (the "License");
6767
you may not use this file except in compliance with the License.

dist/cjs/constants.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/simplicite.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Simplicite(R) platform Javascript API client module (for node.js and browser).
33
* @module simplicite
4-
* @version 3.1.2
4+
* @version 3.1.3
55
* @license Apache-2.0
66
*/
77
import { Doc } from './doc';

dist/cjs/simplicite.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/constants.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/simplicite.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Simplicite(R) platform Javascript API client module (for node.js and browser).
33
* @module simplicite
4-
* @version 3.1.2
4+
* @version 3.1.3
55
* @license Apache-2.0
66
*/
77
import { Doc } from './doc';

dist/esm/simplicite.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/simplicite.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)